nea / MarkdownViewerPlusPlus

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

[Feature Request] Add CriticMarkup support #40

Open UNIVAC-Colonel-Panic opened 7 years ago

UNIVAC-Colonel-Panic commented 7 years ago

Hi Savas,

Thank you so much for creating this plugin! Like you I have Notepad++ open practically 24/7 and in recent weeks have started to use it a lot for markdown. I recently came across CriticMarkup and though I realize it is intended for plain text, I am wanting to use it most often when collaborating with others on markdown text files.

I've attempted to get CriticMarkup to work in Sublime Text, Atom and Vim but after several days of trying, I'm now admitting defeat. I don't know these other editors very well (much less compared to Notepad++) so I'm hoping you might be able to add CriticMarkup either as a separate plugin or ideally as an integrated feature to MarkdownViewerPlusPlus.

Thanks again for your plugin -- it has helped me be very productive. 😃

RoyiAvital commented 7 years ago

I would also add, any chance for MathJaX support (Math Equations)?

Thank You.

nea commented 6 years ago

Hi @taa1

This is something different from what the plugin focused on and does. Merging this into MVPP would somehow change the purpose.

Maybe I can think about adding a new plugin.

@RoyiAvital: MathJaX support is something I have not on my list. But with release 0.8.0 I changed the renderer to Markdig which supports at least basic MathSpecs https://github.com/lunet-io/markdig/blob/master/src/Markdig.Tests/Specs/MathSpecs.md

Thanks and Best

RoyiAvital commented 6 years ago

@nea , It seems @markdig has some quirky Math support but it is something useful.

Thank You.

P. S. Will this become official in the Notpad++ Plug In library?

RoyiAvital commented 6 years ago

OK, I tested the Math implementation. It doesn't seem to work:

image

Any idea?

nea commented 6 years ago

Hey @RoyiAvital

Maybe there was a misunderstanding: There is no math calculation or anything implemented (and for the moment won't be). It is just "marking" the areas as stated on https://github.com/lunet-io/markdig/blob/master/src/Markdig.Tests/Specs/MathSpecs.md, so that these could be imported/used from other compilers.

A full computational math extension is something I first have to look into before implementing. And atm I am pretty full of work... why this release also took so long.

Very sorry :(

andrzejQ commented 5 years ago

In the release test MdVpp_test01.md.zip https://github.com/andrzejQ/MarkdownViewerPlusPlus/releases/tag/0.8.202
MathJax doesn't work in MdV++, but works in HTML export.

stevenong2006 commented 4 years ago

In the release test MdVpp_test01.md.zip https://github.com/andrzejQ/MarkdownViewerPlusPlus/releases/tag/0.8.202 MathJax doesn't work in MdV++, but works in HTML export.

Could you please elaborate how to use MathJax with HTML export in MdV++. Thanks

RoyiAvital commented 4 years ago

Any chance to update to the latest Markdig? Also it would be great to have access to its Extensions.

andrzejQ commented 4 years ago

In the release test MdVpp_test01.md.zip https://github.com/andrzejQ/MarkdownViewerPlusPlus/releases/tag/0.8.202 MathJax doesn't work in MdV++, but works in HTML export.

Could you please elaborate how to use MathJax with HTML export in MdV++. Thanks

MdVpp_test01.zip

Any chance to update to the latest Markdig? Also it would be great to have access to its Extensions.

https://github.com/andrzejQ/NppMarkdownPanel is more useful and MathJax works both in the N++ panel as in HTML exports.