github mohzy83/NppMarkdownPanel 0.7.2
Release 0.7.2

latest releases: 0.7.3.1, 0.7.3
19 months 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%

Don't miss a new NppMarkdownPanel release

NewReleases is sending notifications on new releases.