Skip to content

Releases: fabianmichael/kirby-markdown-field

2.0.2

25 Aug 19:23
38eecd8

Choose a tag to compare

  • 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

01 Jul 13:47
ad53d12

Choose a tag to compare

  • Fix version for composer installer

2.0.0 — A new era

28 Jun 10:26
515be6d

Choose a tag to compare

The new Markdown based on CodeMirror 6 field has finally reached a stable version. Enjoy! :-)

2.0.0-rc3

08 Jun 10:12
3ed7ff9

Choose a tag to compare

2.0.0-rc3 Pre-release
Pre-release

Updated everything to CodeMirro 6.0.0

Extensible as hell

11 May 15:01

Choose a tag to compare

Extensible as hell Pre-release
Pre-release
  • Custom extensions: You can define your own editor extensions. An example can be found in the extension-examples/indent-with-tab folder.

2.0.0-rc1

13 Jan 14:55

Choose a tag to compare

Will this version be final?

1.0.9

06 Jan 16:21

Choose a tag to compare

Fix predefined CSS sizes / height

1.0.8

28 Dec 14:28

Choose a tag to compare

It is now possible to register custom buttons.

1.0.7

28 Dec 10:43

Choose a tag to compare

  • Closes 10+ issues
  • Add a size: small | medium option (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

21 Apr 10:36

Choose a tag to compare

Add direction option for rtl compatibility + add a footnote button