Craft.doxter Versions Save

Markdown editor and parser for Craft CMS

v1.3.0

7 years ago

Fixes, Improvements, and Eyecandy

  • Added latest version of external markdown parsing library (Parsedown)
  • Added PHPUnit as a dev dependency for running tests independent of environment
  • Fixed issue where the startingHeaderLevel setting was not reflected on settings page
  • Fixed issue where the startingHeaderLevel would not be applied unless addHeaderAnchors was true
  • Fixed test bootstrapping and update XML config for PHPUnit

v1.2.0

8 years ago

Mostly for compatibility with Craft 2.5/2.6, PHP7, and to add description, icon, etc.

v1.1.1

8 years ago

Mostly for Craft 2.5 compatibility

v1.1.0

9 years ago

Huge release with way too many changes to list here since the last release but they are throughly documented in the changelog

v1.0.3

9 years ago

Major rewrite focused on clean JS, advanced editor, faster parsing, cleaner API, and no composer requirements.

v0.6.2

10 years ago

Minor release to improve grammar and fix typos in settings page outlined in issue #10

v0.6.1

10 years ago

This is a bugfix release to address issue #8 by removing the dependency in iconv for slug generation in header parsing.

Changes

  • Fixes an issue caused by iconv() not being defined in some environments
  • Fixes some deprecation issues and spacing
  • Improves header parsing by generating slugs the craft way
  • Improves dependency management

v0.6.0

10 years ago

This is almost a complete rewrite that introduces some neat features... please give it a go and let me know if you find any bugs, typos, etc.

Your feedback is appreciated and if you want to give it a star I'll be flattered: )

Doxter 0.6.0

Adds the HeaderParser class Adds the ReferenceTagParser class Adds the Zit dependency container Adds reference tag parsing support Adds a reference tag toolbar to the editor Adds header parsing support to dynamically add anchors Adds the ability to choose what headers to add anchors to Adds a test suite with solid coverage Fixes parsing issue with markdown table adjacent to lists Fixes settings issue #7 where enableWordWrap did not stick Improves GFM parsing when processing large amount of data Improves documentation available in the readme

v0.5.6

10 years ago

Release Notes

  • Adds support for the parseRefs filter returned value
  • Adds flexibility by allowing empty and non empty string, and objects
  • Fixes issue #6 where objects that implement __toString were ignored

This update does not modify you database content except for the plugin version which will be updated by Craft during manual update.

v0.5.5

10 years ago

Release Notes


  • Adds the ability to handle empty fields safely @see issue #5
  • Fixes issue #5 by patching infinite loop triggered by an empty string
  • Improves the doxter filter/function by only processing non empty strings
  • Thanks @bilke for the bug report and feedback