Skip to content

v1.0.9

Compare
Choose a tag to compare
@nshenderov nshenderov released this 06 May 04:02
· 171 commits to master since this release

New:

  • Markdown
    Markdown plugin now built into the build, by default is disabled, but you can enable it in plugins.js
    Read more about plugin

  • Language support
    Previously setting language in config did not work, now by default if you haven't defined language in the config it will use the language from your user profile if it supported, if not, then will be English as default.
    List of avalible languages
    About setting languages in ckeditor

  • Editor height
    Now by default height of the editable area limited to 700px when focused, when it is on blur it will shrink to a minimum.
    You can set your values
    through config by changing these rows

Other changes: