A very simple web base editor with syntax highlighting and theming. It also has undo/redo support
- rust with wasm32-unknown-unknown toolchain
- wasm-pack
- basic-http-server
- just
cargo install basic-http-server
cargo install just
git clone https://github.com/ivanceras/ultron.git
cd ultron
just serve
Then, navigate to http://localhost:4004
- syntax highlighting
- undo -
- redo -
- key composition, ie: typing unicode character
- auto-indent
- auto-pair
- remapping
- Selection
- Cut
- Copy
- Paste