Results 21 comments of Holger Stenger

Sorry for the late response. I was swamped with work for the last months and must have missed the notification. I would agree on a relicensing. Alternative 2 would be...

Interesting. They have a pegdown migration helper for converting pegdown extension flags. We will have to check how different the API is. For what it's worth I was mostly done...

For anyone who hasn't tried the implementation on dillinger.io: It synchronises the relative position of the scroll bars in the source and preview views. Lining up corresponding parts (like a...

You can now switch to the Preview using the Alt+V, E, P key sequence. Note that you can also switch between editor types using the Ctrl+Alt+PgUp/PgDown keyboard shortcuts in any...

I have toyed with this idea myself. At least in my head, I haven't gotten around to test it. Most of the styling APIs in NetBeans are based on MIME...

This sounds like a nice feature to me. Hints and pull requests are welcome if anyone knows how to do this!

The good news: I did some research and found out how to hook into the formatting options panel. I also created a proof-of-concept implementation. See the [feature-line-wrap-nb8](https://github.com/madflow/flow-netbeans-markdown/tree/feature-line-wrap-nb8) branch. The bad...

@jerry1970 The "Toggle line wrap" plugin by markiewb provides a more general solution for this issue. Would this be sufficient for you or is a separate option in the Markdown...

You don't have to compile the plugin. Open the "Plugins" window from the "Options" menu and search for "Toggle line wrap" in the "Available plugins" tab. Once you have installed...