Kirby Visual Markdown Versions Save

Visual Markdown Editor for Kirby CMS 2

1.5.1

8 years ago

Features:

1.5.0

8 years ago

Features:

  • Smarter header toggling
  • Smarter list toggling

Changes:

  • Drop support for Kirby 2.1 and below
  • Drop support for PHP 5.3 and below
  • Only enable fixed toolbar if field is focused
  • Updated to CodeMirror 5.8

Bugfixes

  • More compatible way of getting the current panel language

1.4.0

8 years ago

Features:

  • Sticky toolbar

1.3.4

8 years ago

Changes:

  • Updated Swedish language (thanks to @andreasnymark)
  • Updated to CodeMirror 5.5

Additional:

  • Added a list of all contributors

1.3.3

8 years ago

Features:

  • Added Norwegian, Swedish & Danish languages (thanks to @tnViking)
  • Added Dutch language (thanks to @TECHMAUS)
  • Added „Email Link“ toolbar item

Changes:

  • Updated French language (thanks to @malvese)

Bugfixes:

  • Added tooltip for „Italic“ toolbar item
  • Required: true blueprint setting works as expected

1.3.2

8 years ago

Features:

  • New keyboard shortcuts modal
  • Added support for strike-through text

Changes:

  • Better keyboard shortcuts
  • Updated to CodeMirror 5.3

Bugfixes:

  • Better space character matching inside Kirbytags

1.3.1

8 years ago

Features:

  • Respect the new (Kirby 2.1) strict markdown mode

Special Thanks:

  • @shoesforindustry for bringing this to my attention

1.3.0

9 years ago

Features:

  • Added Kirbytext highlighting
  • Added option to turn off individual toolbar icons

Changes:

  • Updated to CodeMirror 5.2
  • Switched to compressed CodeMirror resources

Bugfixes:

  • Fixed some potentially unsafe javascript code

1.2.0

9 years ago

Features:

  • Enhanced syntax styling
    • Align headline formatting outside the content
    • Added hanging quotes
    • Added styles for task lists
  • Added inline HTML support
  • Added "Help" toolbar section with relevant links
  • Added tooltips to toolbar icons
  • Added translation support
  • Included language files:
    • English
    • German
    • French (Thanks to @malvese)

Changes:

  • Changed header button icons
  • Header buttons toggle formatting instead of applying it multiple times
  • Drop MirrorMark dependency
  • Drop lodash.js dependency

Bugfixes:

  • Don't treat underscores in words as formatting (#11)
  • Make toolbar buttons work with multiple selections
  • Enable panel "Save" hotkey
  • Hide fullscreen icon in Safari
  • A lot more little fixes

1.2.0-beta.3

9 years ago

Changes since the last beta release:

Features:

  • Added German language file

Changes:

  • Better "Header 1" and "Header 2" icons
  • Extended "Help" section with relevant links

Bugfixes:

  • Minor CSS fixes and cleanup