NppMarkdownPanel Versions Save

Lightweight Notepad++ plugin to preview Markdown files

0.7.3.1

1 year ago

Bugfix Release: bug fixes Settings file NppMarkdownPanel.ini isn't used anymore #78 Plugin release v0.7.2 searches help files in wrong directory #76

0.7.2

1 year ago
  • bug fixes
    • Display images with Url-encoded space character (%20) in the filename (contributed by andrzejQ ) #39
  • features
    • Plugin-Menu entry renamed to MarkdownPanel
    • Syntax highlighting is now controlled by CSS Styles. See style.css and style-dark.css after comment /* Syntax Highlighting */ #71
    • Feature to preprocess markdown files before they are send to the converter. Furthermore it's possible to postprocess the generated html files (created by markdig). To enable this feature it's necessary to configure pre/post-processor commands (can be any commandline program) in the config file plugins/Config/NppMarkdownPanel.ini. The placeholders %inputfile% and %outputfile% have to be set in the commandline and will be resolved at runtime (with temporary file names). An example C# commandline-project can be found under: PPExtensions\MdpPrePostprocessorTemplate.sln
[Options]
PreProcessorExe=C:\temp\preprocessor.exe
PreProcessorArguments=%inputfile% %outputfile%
PostProcessorExe=C:\temp\preprocessor\postprocessor.exe
PostProcessorArguments=%inputfile% %outputfile%

0.7.1

1 year ago

Version 0.7.1 (released 2022-12-27)

  • bug fixes
    • Footnotes (links to footnotes) don't work #28
    • Code fences not rendered for unknown languages (contributed by rdipardo) #55
    • Errorhandling when libraries are missing #57
    • Zoom label does not update on Settings panel init (contributed by vinsworldcom) #58
    • Settings dialog should render only if visible (contributed by vinsworldcom) #66
  • features
    • Synchronize with first visible line in editor #14
    • Select/follow active editor pane when using mulitple editors #20
    • YAML Frontmatter is rendered as code block #46
    • Status bar to preview URLs for links (contributed by vinsworldcom) #60
    • Save As toolbar button provides default directory and filename (contributed by vinsworldcom) #61
    • Menu includes Help to access README / menu item order improved (contributed by vinsworldcom) #64

0.7.0

1 year ago
  • dark mode support
  • new markdig 0.30.4 integrated
  • code/syntax highlighting
  • new zoom level range from 80 % to 800% (for 4K Displays)
  • all html files are saved as utf-8 files
  • restrict preview to files with a specific extension
  • automatically open panel for supported files
  • enhanced about dialog

0.6.2

1 year ago

Bugfix Release

  • viewer was crashed by too large documents (more than 10000 bytes)
  • Bug was releated to the NPP Plugininterface

0.6.1

1 year ago
  • fix embedded images
  • fix dark icon

0.6.0

1 year ago
  • plugin headers for npp updated
  • darkmode icon
  • fixed refresh bug for 64-bit version of plugin
  • new zoom level range from 40 % to 400%
  • save html
  • images for help file now included

0.5.0

4 years ago
  • change zoomlevel for the preview in settings dialog
  • change css file for the markdown style
  • the new settings are persistent
  • open settings dialog: Plugins-> NppMarkdownPanel -> Edit Settings

0.4.0

5 years ago

This release is using Markdig as Markdown parser and renderer, which supports far more Markdown extentions than CommonMark.Net.

0.3.0

5 years ago

This release contains

  • new feature to synchronize the viewer with the caret position (see options)
  • fixed a bug that the last char of every document was truncated