-
Notifications
You must be signed in to change notification settings - Fork 21
Description
It would be nice to have support for Markdown format. I'm not talking about full 100% support — a compromise solution could be implemented, something like in FeatherPad, where everything is shown in a single window without splitting the view (displaying the markup together with its result). In FeatherPad, it looks just like syntax highlighting: it highlights headings with bold and different colors, shows code in a way that makes it clearly distinguishable from regular text, while tables are displayed as plain text — after all, it's a text editor, not a web browser or Microsoft Word. So basically, it doesn't go beyond syntax highlighting. But even that is significantly better than nothing. I immediately noticed how much I missed it — sometimes I like to take notes in Markdown, and it's very convenient when you can visually separate headings, code blocks, etc.
It would be great if Juffed could implement something similar.