-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Edit language for codeblock highlighting #9
Comments
The app supports syntax highlighting for code blocks (with language identifiers). Could you clarify more on what you're talking about? |
In the editor, I cannot change the language of an existing codeblock, I cannot even see which language is defined for this codeblock But, indeed creating a new codeblock with a specific language works well Ideally I would expect that when clicking inside a codeblock there would be a little popup at the bottom right or top right of the codeblock with a text field that shows the language (and autocomplete based on all available languages ideally!). A bit like you have done for Links Note I am using Ubuntu 22.04 with xorg display (in case that might be a bug) Really cool implementation btw! Clean code and user-friendly interface, there are not a lot of good markdown editor out there. And this new one might be the best one! Typora is really good but closed source, and Marktext/Muya is ok, but the underlying JS code seems quite messy. Using tiptap for the editor looks really good and fitting the need |
Thanks for the feedback, added this in v1.0.1. |
Currently Marker does not seems to support editing language for codeblock highlights e.g.
Would be nice to have this!
The text was updated successfully, but these errors were encountered: