nea / MarkdownViewerPlusPlus

A Notepad++ Plugin to view a Markdown file rendered on-the-fly
MIT License
1.17k stars 143 forks source link

Enhancing Html rendering #105

Open charliedrewitt opened 5 years ago

charliedrewitt commented 5 years ago

This PR changes the HTML rendering to be done by the default System.Windows.Forms WebBrowser control. For me, this results in support for things like Task Lists as well as nicer looking rendering.

image

I've also added the Bootstrap 3 stylesheet and enabled the UseBootstrap() feature of Markdig to generate bootstrap compatible css classes. Here's an example of how it looks without any custom user css added.

image

I've also updated the Nuget packages to a set which work, as some of the versions that were installed are no longer available on the package source.

Let me know what you think!

Beercow commented 3 years ago

Can I get a copy of the compiled version of this?

kleinerbub commented 2 years ago

This looks nice. Hope the developer "with write access" will prove and implement this solution. Seems like there is no development anymore 😢. Maybe @charliedrewitt could be given the right to contribute to this project (or to "merge pull requests"). In the meantime I would be interested in the compiled version, too.

leitwolf7 commented 2 years ago

Is the original PR author still interested in this? I love this PR and would really want to see some more updates to this great plugin. So Charlie Drewitt, you could just take over and maintain your 'own' plugin?

And I would be interested in the compiled version, too!

Thank you so much!

mischlrebl commented 2 years ago

wonderful work, would be great to use it!

thank you for your efforts in advance