Releases: fabianmichael/kirby-markdown-field
Releases · fabianmichael/kirby-markdown-field
2.0.2
- Fix
$file->dragText()deprecation warning in Kirby 3.7+ - Bigger link dialog to prevent wrapping of some labels in German translations
Thanks to @medienbaecker for these contributions!
2.0.1
- Fix version for composer installer
2.0.0 — A new era
The new Markdown based on CodeMirror 6 field has finally reached a stable version. Enjoy! :-)
2.0.0-rc3
Updated everything to CodeMirro 6.0.0
Extensible as hell
- Custom extensions: You can define your own editor extensions. An example can be found in the
extension-examples/indent-with-tabfolder.
2.0.0-rc1
Will this version be final?
1.0.9
Fix predefined CSS sizes / height
1.0.8
It is now possible to register custom buttons.
1.0.7
- Closes 10+ issues
- Add a
size: small | mediumoption (to mimic the textarea's height when the field is empty) - Add option to always hanve the blank toggle activated by default (
blank: always) - Merge file / image buttons to mimic the textarea’s file button. Now you can either select or upload files from the button.
- The search now works in the Pagelink picker.
- Fix highlighting of empty lines in code blocks, thanks to @mtsknn
1.0.6
Add direction option for rtl compatibility + add a footnote button