MarkdownViewerPlusPlus icon indicating copy to clipboard operation
MarkdownViewerPlusPlus copied to clipboard

[Feature Request] Add CriticMarkup support

Open UNIVAC-Colonel-Panic opened this issue 8 years ago • 9 comments

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

UNIVAC-Colonel-Panic avatar Jun 03 '17 19:06 UNIVAC-Colonel-Panic

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

Thank You.

RoyiAvital avatar Aug 11 '17 09:08 RoyiAvital

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

nea avatar Feb 15 '18 10:02 nea

@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 avatar Feb 15 '18 10:02 RoyiAvital

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

image

Any idea?

RoyiAvital avatar Feb 15 '18 10:02 RoyiAvital

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

nea avatar Feb 15 '18 11:02 nea

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.

andrzejQ avatar Oct 19 '18 06:10 andrzejQ

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

stevenong2006 avatar Jun 07 '20 20:06 stevenong2006

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

RoyiAvital avatar Jun 08 '20 08:06 RoyiAvital

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.

andrzejQ avatar Jun 08 '20 11:06 andrzejQ