A fast and hackable Markdown editor in vanilla JS.
Core plugins for Catdown, included by default. Includes events, rendering, extended editor functionality and formatting key events.
Stores Catdown editor content in the URL hash for basic persistance.
Catdown plugin. Synchronises preview scrolling to editor scrolling.
Catdown plugin. Emits a 'wordcount' event with a number and a pluralised string every time the editor is changed.
Catdown plugin. Extracts the first `h1` element and emits a "title" event with its value on every change.