DownmarkerWPF
DownmarkerWPF copied to clipboard
MarkPad - a visual Markdown editor (inspired by the Downmarker project)
In a [branch](https://github.com/Code52/DownmarkerWPF/tree/UICleanup) I've started cleaning up the UI so that "new", "open" and "save" are all "top level" menu items which show their own submenus. This allows us to...
Markpad should allow opening of a folder. This should create a FolderContext to surface the folder's tree view.
We should make the settings portable by saving them in the same directory as the app itself.
When editing a markdown file, I would like to be able to scroll past the end of the content (like in visual studio), so editing the bottom few lines are...
Can you introduce support for Alex Gorbatchev's SyntaxHighlighter (https://github.com/alexgorbatchev/SyntaxHighlighter) in the preview window?
The document should have a context menu so you can set various document level settings, like theme, author, title, etc. This should then manipulate the document header to include the...
Markpad is great for GitHub readme editing, so it'd be nice to support the ``` style code blocks. ``` js var someJs = function () { }; ```
The default themes should be embedded into the app, and on startup they should be dumped into the directory that Markpad is in. Some things to keep in mind: -...