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: open local md file in n++ when clicking on preview link #37

Open k3b opened 7 years ago

k3b commented 7 years ago

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:

locally i have

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"

nea commented 7 years ago

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 ^^

k3b commented 7 years ago

i have updated the original request and changed german menu "erweiterungen" to english "plugins"

proxseas commented 6 years ago

Would like to chime in here to say that I would very much like this enhancement to be implemented as well.