MarkdownViewerPlusPlus
MarkdownViewerPlusPlus copied to clipboard
feature request: open local md file in n++ when clicking on preview link
As a local github-wiki page editor I want to open a local md file when clicking a link in the preview To make managing lokal wikies easier.
Example
in github i have these pages:
- https://github.com/k3b/APhotoManager/wiki/Image-View
- https://github.com/k3b/APhotoManager/wiki/History
- contains text "added metadata display in [Image-View](Image-View)"
locally i have
- ...\APhotoManager.wiki\Image-View.md
- ...\APhotoManager.wiki\History.md
When Notepad++ has loaded History.md
and when i click on \[Image-View](Image-View)
in the preview
i would like to open Image-View.md
in the npp editor if it exists
the missing ".md" from the link could come from "Plugins/MarkDownViewer++/Options/General/FileExtensions=md"
Hey @k3b
Ok, I see what you are looking for. I haven't thought of a link back to Notepad++ and according file opening, as the HTML is just a webpage displayed. I would have to hook onto the links accordingly.
I will have a look first before I promise anything. Have to see how this could work.
Cheers
PS: It's "Plugins", aber mit Erweiterungen kann ich auch leben ^^
i have updated the original request and changed german menu "erweiterungen" to english "plugins"
Would like to chime in here to say that I would very much like this enhancement to be implemented as well.