DownmarkerWPF icon indicating copy to clipboard operation
DownmarkerWPF copied to clipboard

MarkPad - a visual Markdown editor (inspired by the Downmarker project)

Results 69 DownmarkerWPF issues
Sort by recently updated
recently updated
newest added

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...

Feature
Discussion

Markpad should allow opening of a folder. This should create a FolderContext to surface the folder's tree view.

Feature

We should make the settings portable by saving them in the same directory as the app itself.

Feature

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...

Feature
UX/UI

Can you introduce support for Alex Gorbatchev's SyntaxHighlighter (https://github.com/alexgorbatchev/SyntaxHighlighter) in the preview window?

Feature

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...

Feature

Download/cache themes for services that use Metaweblog API

Feature

Markpad is great for GitHub readme editing, so it'd be nice to support the ``` style code blocks. ``` js var someJs = function () { }; ```

Feature
Upstream

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: -...

Feature