Markdown snips
Allow to render markdown in our labbook!
We will most likely only some or omit extended features. Maybe something like https://spec.commonmark.org/0.31.2/ is a good target but omitting images and raw
TODOs: Rending markdown to canvas is mostly done but the frontend integration is mostly missing. I.e. sending markdown via the api works but there is no user interface.
-
Render ast as dom for mouse hover -
Add an editor for markdown text to the pageseditor
Edited by Sebastian Bernd Mohr
Merge request reports
Activity
mentioned in issue #68
added 1 commit
- 20faa8f0 - Added tree sitter dependency. Prop needs some work for
added 1 commit
- 38bfa13c - Added a basic setup to code highlighting in the browser. Python &
added 1 commit
- 0053eb38 - Added support for automatic linewrap and lists now look decent.
added 1 commit
- 0e228309 - Fixed a minor issue with nested lists formatting
added 1 commit
- 1a75022b - Added server side markdown rendering capabilities.
added 1 commit
- a61bb16d - Added a small reference to the supported markdown features.
added 1 commit
- 44d93418 - Added a minimal markdown text editor for use in frontend.
added 4 commits
- 89f6a710 - Code block coloring not working as expected.
- 086ece79 - Allow render functions to set a dirty flag in render pipeline. This allows
- f1f30f05 - Fixed a small issue with snip preview not updating on snip content
- 1b9a5d7f - Added a button to trigger the markdown editor and some minor enhancements
Toggle commit listadded 1 commit
- faef6b4c - Updated webtreesitter and applied a patch for typing to work as this is
Please register or sign in to reply