mohzy83 / NppMarkdownPanel

Lightweight Notepad++ plugin to preview Markdown files
MIT License
228 stars 37 forks source link

[Question] run outside Npp #75

Closed loukaspd closed 1 year ago

loukaspd commented 1 year ago

this is not an issue but a question. Is there a way to run the Viewer outside of Npp?

mohzy83 commented 1 year ago

Hi, I am not sure what you mean. Do you want to open the Viewer in a separate window (out of NPP)?

loukaspd commented 1 year ago

Hi, thanks for the reply,
I want to be able to start the Viewer without even opening the NPP.
Would that be possible?

mohzy83 commented 1 year ago

Currently there is no Standalone version of (Npp)MarkdownPanel. I think it should be possible to put the viewer in a separate executable, but that requires some fundamentally changes to the codebase. The codebase is tighly coupled to the N++ Plugininterface, it will be necessary to replace all those interfaces.

pa-0 commented 1 month ago

I see that you have a branch (and folder) called standalone. How developed is that portion of the project?