nea / MarkdownViewerPlusPlus

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

Images: preview and file lock #65

Open githubharald opened 6 years ago

githubharald commented 6 years ago

Hi,

thanks for sharing your plugin.

The following features would be nice to see:

  1. avoid adding the file:/// prefix to image filenames (was already reported)
  2. images are locked, only after terminating Nodepad++ changing images is possible again
RickZeeland commented 6 years ago

Excellent plugin, but we have problems with image filenames too, we use a subdirectory with images, example: ![My diagram](./Docs/Mydiagram.png "My diagram")

nea commented 6 years ago

Hi @RickZeeland

File inclusion only works with a full file:/// syntax. Without it the previewer isn't handling it.

Sorry

patricktokeeffe commented 5 years ago

Can we limit this issue to just the file locking situation? Using v0.8.2.25525, images specified successfully loaded for preview are locked in the file system (which is very un-NPP behavior):

image

Edited to clarify image preview doesn't necessarily have to work for the image to be locked.