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
Features:
- Sticky toolbar
Changes:
- Updated Swedish language (thanks to @andreasnymark)
- Updated to CodeMirror 5.5
Additional:
- Added a list of all contributors
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
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
Features:
- Respect the new (Kirby 2.1) strict markdown mode
Special Thanks:
- @shoesforindustry for bringing this to my attention
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
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
New Features:
- Headline toolbar icons & actions
- Option to specify the headline levels
- Option to hide the toolbar
Changes:
- Updated to MirrorMark 1.0.1
Bugfixes:
- Show correct fullscreen mode editor for pages with multiple editor fields
- Allow scrolling in fullscreen mode
New Features:
- Reimplement fullscreen mode logic
- Show toolbar in fullscreen mode
Bugfixes:
- Limited fullscreen mode content width
- Minor additional style fixes for fullscreen mode
- Initial Release