Doxter 6.x is on version 5.0.6
, released on Oct 25, 2023
Released Oct 25, 2023
Fix sticky toolbar.
Released Mar 15, 2023
Fix incorrect markup for code blocks. (thanks @bencroker).
Fix selecting no linkable headers. (thanks @bencroker).
Released Jan 06, 2023
Add field normaliser for enabledToolbarIconNames
, to assist with migrating older Doxter field settings for fields that haven’t been updated recently.
Fix an error where field settings wouldn’t save when selecting no toolbar icons.
Released Jan 06, 2023
Only admins are now allowed to access plugin settings.
Fix field settings not working correctly when setting toolbar icons
Released Oct 23, 2022
Fix bug in parse options. (thanks @bencroker).
Released July 27, 2022
Add English translations.
Fix a type error with parseAttributes()
. (thanks @bencroker).
Released July 26, 2022
Now requires PHP 8.0.2+
.
Now requires Craft 4.0.0+
.
Renamed verbb\doxter\services\DoxterService
to verbb\doxter\services\Service
.
Remove CraftQL
plugin support.
Released July 26, 2022
Migration to verbb/doxter
.
Now requires Craft 3.7+.
Released July 15, 2020
Updated Doxter to use the same markdown parser used by Craft under the hood
Released July 20, 2019
Added cebe/markdown
as a dependency
Updated the markdown parser abstraction to use cebe/markdown
under the hood
Updated the markdown parsing flavor to be GitHub Flavored Markdown
Fixed issue where settings could not be saved if header parsing was disabled
Fixed several small compatability issues with Craft 3.4
Removed Parsedown as a dependency
Released July 20, 2019
Added an experimental feature to allow Doxter to parse files
Updated hyphenation config to be set explicitely
Released Dec 30, 2019
Update Parsedown Extra to latest stable release (0.8.1)
Released May 26, 2019
Fixed support for Feed Me imports
Released Jan 11, 2019
Added support for Table of Contents 🎉
Released Jan 09, 2019
Fixed issue where shortcodes were parsed and (incorrectly) wrapped with <p>
tags
Fixes issue where parsing order caused some shortcode attributes to be mangled
Released Jan 09, 2019
Added an easy way for you to add your own Shortcodes without touching PHP
Added support for a new verbatim
attribute in shortcode tags that will display the shortcode as is (think code demos)
Added support for shortcode tag registration via config/doxter.php
Added logging of unregistered shortcodes and missing shortcode templates
Updated the ShortcodeModel
class to make it easy for you to work with it in your shortcode templates
Updated footnote support to address issues in a previous version of Parsedown
Updated parsing order to allow Shortcodes to be parsed before Markdown
Updated typography support with protection against widows and orphans
Removed support for registering shortcodes using the event system
Removed all shortcodes originally shipped with Doxter to reduce codebase and let you write your custom markup easily
Released Jan 06, 2019
Added Dark Mode support
Updated typography support with better whitespace and widow control
Released Jan 05, 2019
Added a new Dark Mode
Removed editor preview support
Removed full-screen editing support
Removed README notes related to todos
Updated support for live preview
Released Dec 29, 2018
Added new icon
Added new [esc]
shortcode to escape shortcodes for demo purposes
Released Dec 29, 2018
Removed explicit require autoloader call in Doxter::init()
Released Dec 29, 2018
Updated from MIT to Craft (commercial) license
Released Dec 28, 2018
Fixed issue #22 where Doxter would puke HTML instead of Markdown on secondary sites
Updated the return value of the Doxter field in string context (__toString()
)
Released Dec 20, 2018
Fixed issue where footnotes would not parse properly
Fixed several issues with the markdown editor
Released Nov 28, 2018
Fixed critical issue where Doxter could cause Twig to load prematurely
Added CraftQL support for text
and html
fields
Released May 24, 2018
Fixed broken code blocks after parsing order was updated
Released May 11, 2018
Updated version and dependencies
Released May 11, 2018
Fixed issue where smart typography did not apply before parsing markdown
Released Apr 18, 2018
Fixed issue where full-screen editing mode would hide editor behind the sidebar
Released Apr 18, 2018
Fixed issue where switching content tabs would not trigger a change
Fixed issue where an unstable version of the markdown parser was in use
Released Mar 23, 2018
Added plugins settings
Added field settings
Released July 28, 2017
Fixed issue #11 where asset selector modal would only show images
Fixed several formatting issues in README
(Hat tip to Brandon Kelly)
Released May 17, 2017
Fixed issue where value.raw
in the field, could break the dashboard
Released May 12, 2017
Removes dependency on FitVids
for responsive video embed shortcode
Released Apr 16, 2017
Added emoji support as requested on issue #5 👍
Added (back) support for reference tag parsing
Added full documentation as a Wiki
Fixed full viewport editing while in the Doxter field
Fixed issue #4 where entry.doxterField
would render escaped html
Updated codebase to adhere to Craft Coding Standards
Released Apr 11, 2017
Fixed full viewport editing from issue #2
Updated plugin.(css|js) to use spaces
Updated plugin.js to include semi-colons where missing
Released Apr 02, 2017
Fixed issue where hasSettings
is no longer supported
Updated all dependencies to the latest stable version
Released Feb 06, 2017
Fixed critical issue where the Shortcode parser would pee himself if fields were empty
Released Feb 06, 2017
Added SmartyPants as a dependency for handling typography
Added back support for Shortcodes
Added back the doxter()
global to access the public API
Added a new DoxterEvent
to notify about parsing events
Updates plugin icons
Released Jan 03, 2017
Added prettier icons
Updated the way components were accessed for improved type hinting
Fixed an issue where the variable class was loaded
Released Jan 02, 2017
Added cover image and updated icons
Released Jan 02, 2017
Added changelog and documentation URLs
Fixed an issue where parsers were not instantiated correctly