No description
- SCSS 53.1%
- HTML 31.2%
- Rust 15.7%
| public | ||
| src | ||
| .gitignore | ||
| Cargo.toml | ||
| index.html | ||
| README.md | ||
| rust-toolchain.toml | ||
| Trunk.toml | ||
PoC
this is the proof of concept for a leptos markdown editor.
Goals
- parse markdown to ast
- render html
- display only the dom view not the markdown document
- sync cursor position
- rerender only affected changes instead of the whole document