Skip to content

Commit c2996c8

Browse files
authored
Switch to tdoc for importing/exporting Markdown (#8)
* richtext: Remove ElementId, as block ids are not necessary anymore. * Add tdoc bridge, get rid of our own Markdown import * Update tdoc version * Update tdoc * Fix clippy issues
1 parent 89ff432 commit c2996c8

10 files changed

Lines changed: 530 additions & 2160 deletions

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gui/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ repository.workspace = true
1010
piki-core = { version = "0.2.0", path = "../core" }
1111
fltk = { version = "1.5.20", features = ["use-wayland"] }
1212
pulldown-cmark = "0.13.0"
13+
tdoc = { version = "0.8.0" }
1314
clap = { version = "4.5", features = ["derive"] }
1415
walkdir = "2.5"
1516
regex = "1.10"

0 commit comments

Comments
 (0)