Lockbook, a markdown editor written with wgpu/egui #614
Pinned
tvanderstad
started this conversation in
Show and tell
Replies: 3 comments
|
Very cool! Congrats! |
0 replies
|
Amazing! Thank you for sharing it here (and also for sharing this amazing and very correct guide to proper dog treatment). I have your project linked on comrak.ee! :D |
0 replies
|
That's really cool! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hey y'all! Proud to be showing off the markdown editor I've been writing for Lockbook, an e2e encrypted note taking app. Here are two demos I happened to have laying around featuring block-level modifications using a toolbar or keyboard shortcuts:
block-styles.mov
rich-editing.mov
It uses comrak's sourcepos data to map the rendered nodes back to the source document so you can edit the document through the rendered view, like in Obsidian. I'm still working on updating our live demo on lockbook.net so you'll have to download our app to try it 😉
All reactions