Craft.doxter Versions Save

Markdown editor and parser for Craft CMS

v0.5.4

10 years ago

Update: The release distro doxter.v0.5.4.zip has been updated with a fix for the text area where the placeholder text for the syntaxSnippet was loaded into the text area itself.

The initial release of Doxter for public beta, feedback appreciated: )


0.5.4 RC1

  • Adds build automation to aid in distribution
  • Removes Markdown Extra and adds Parsedown
  • Removes the use of devMode to embed resources
  • Improves parsing performance and consistency
  • Fixes a few rendering issues related to JS event binding
  • Fixes many styling issues related to name collision in CSS

v0.5.1

10 years ago

Doxter 0.5.1 Release Notes

0.5.1

  • Adds support for multiple instances of Doxter Markdown within a single entry type
  • Improves button styling for write/preview modes

0.5.0

  • Adds tabbed UI for write/preview modes
  • Fixes path issues with production resources
  • Fixes word wrap, white space, and tab size issues @ #1
  • Improves the speed of getDevMode() by avoiding system call
  • Improves template rendering speed by removing the form macro

0.4.0

  • Adds a Doxter Markdown fieldtype
  • Adds test suite skeleton to flesh out on 1.0.0
  • Adds uncommitted build directory to manage distributions

0.3.0

Initial preview release

  • Adds the ability to parse markdown
  • Adds the ability to parse github style fenced code blocks