Skip to content

Releases: mohzy83/NppMarkdownPanel

Release 0.7.3 (Bugfix Release)

12 Feb 20:06
Compare
Choose a tag to compare

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

Release 0.7.2

11 Feb 10:40
Compare
Choose a tag to compare
  • 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%

Release 0.7.1

27 Dec 16:32
Compare
Choose a tag to compare

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

Release 0.7.0

09 Dec 10:59
Compare
Choose a tag to compare
  • 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

Release 0.6.2

02 Jun 10:49
Compare
Choose a tag to compare

Bugfix Release

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

Release 0.6.1

26 May 19:30
Compare
Choose a tag to compare
  • fix embedded images
  • fix dark icon

Release 0.6.0

26 May 11:38
Compare
Choose a tag to compare
  • 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

Release 0.5.0

13 Jul 08:44
Compare
Choose a tag to compare
  • 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

Release 0.4.0

27 Mar 10:13
Compare
Choose a tag to compare

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

Feature Release - Sync viewer with caret Position

22 Feb 10:04
Compare
Choose a tag to compare

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