Add syntax highlighting #17
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add ".html" to the snippet URL to create a website view.
Select format at creation (default to plain).
The easiest idea would be to use a code editor for pretty syntax highlighting like the vscode one for example: https://github.com/microsoft/monaco-editor
Same for the UI text/code input.
I have added the Monaco Editor to create notes and store the language with the note in
c54f32495b
.Next step is to implement the web view to show a note with syntax highlighting (in read-only mode).
The web view has been implemented on
8edaebfad6
.