ultron-core

Crates.ioultron-core
lib.rsultron-core
version0.4.0
sourcesrc
created_at2023-07-02 04:29:55.953507
updated_at2023-08-05 20:36:24.980799
descriptionThe core component of ultron editor
homepage
repositoryhttps://github.com/ivanceras/ultron
max_upload_size
id905860
size75,685
Jovansonlee Cesar (ivanceras)

documentation

https://docs.rs/ultron-core

README

Ultron

A very simple web base editor with syntax highlighting and theming. It also has undo/redo support

Pre-requisite

  • rust with wasm32-unknown-unknown toolchain

  • wasm-pack

  • basic-http-server

  • just

Install rust wasm-pack

cargo install basic-http-server
cargo install just

Build and run the editor

git clone https://github.com/ivanceras/ultron.git

cd ultron
just serve

Then, navigate to http://localhost:4004

Demo

link

What is working?

  • syntax highlighting
  • undo -
  • redo -

What's lacking?

  • key composition, ie: typing unicode character
  • auto-indent
  • auto-pair
  • remapping
  • Selection
  • Cut
  • Copy
  • Paste
Commit count: 515

cargo fmt