writemonkey

Results 100 comments of writemonkey

Is out there your minimap code that works with current versions of Codemirror? Thanks for your answer! i.

Right now only inline notes: `// a note` are part of the document. Migrating repository items into a document is on my todo list. i.

I see what you are trying to achieve, alas you can't set font color via `$wm-active-line`. Only background. i.

Markdown (and HTML) limits heading to 6 levels. Unfortunately control used for projects has some limitations/bugs. It is possible to implement though, just not that easy :( i.

It needs more work & it is not easy. Right now preview synchronizes like: if editor is at 30% move preview to 30%. i.

Hi, - you can disable heading dots in settings - `jumps_dotted_indent_for_headings` - right click jumps pane to enable/disable what to show - the order in jumps is determined by first...

Solution: copy paste (pure text) into another app; or export (or copy) as HTML and then import HTML into other app. Also: I already have a working plugin that works...

This is not something editor's API supports. It is possible but I presume not that easy to implement. i.

Hi, for now I added (Preview plugin) :) Trick 4: Right click anywhere in the preview pan to open context menu with additional options. i.

If you use Preview plugin there is a context menu that lets you exclude comments from html. There is also the Copy as clean HTML command that does just that....