v1.1.2
What's new in 1.1.2
- Horizontal rules. A
---,***, or___on its own line now renders as a full-width rule in the editor and exports to<hr>in HTML. Frontmatter---is unaffected. - Cycle task state with
Ctrl+T. Toggles a task line through[ ]→[*](in progress) →[x]→[ ]. A plain bullet or any other line becomes an empty task. Works across a multi-line selection. - HTML export now understands the
[*]in-progress state.
Install
curl -fsSL https://raw.githubusercontent.com/pixdeo/editxr/main/install.sh | sh