No description
  • SCSS 53.1%
  • HTML 31.2%
  • Rust 15.7%
Find a file
2026-02-08 03:25:57 +01:00
public fixup 2026-02-08 03:25:57 +01:00
src initital test setup 2026-02-08 02:42:39 +01:00
.gitignore fixup 2026-02-08 03:25:57 +01:00
Cargo.toml add goals of poc to readme 2026-02-08 03:22:16 +01:00
index.html fixup 2026-02-08 03:25:57 +01:00
README.md add goals of poc to readme 2026-02-08 03:22:16 +01:00
rust-toolchain.toml initital test setup 2026-02-08 02:42:39 +01:00
Trunk.toml initital test setup 2026-02-08 02:42:39 +01:00

PoC

this is the proof of concept for a leptos markdown editor.

Goals

  1. parse markdown to ast
  2. render html
  3. display only the dom view not the markdown document
  4. sync cursor position
  5. rerender only affected changes instead of the whole document