Skip to content

Commit 384eeb2

Browse files
authored
Merge pull request #268 from krisfremen/krisfremen/zettlr
Update Zettlr
2 parents 2191388 + 82f5823 commit 384eeb2

1 file changed

Lines changed: 11 additions & 8 deletions

File tree

_tools/zettlr.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,29 +39,32 @@ syntax:
3939
- id: footnotes
4040
available: y
4141
- id: heading-ids
42-
available: p
42+
available: y
4343
- id: definition-lists
44-
available: n
44+
available: p
45+
notes: "No editor highlighting. Handled by pandoc on export."
4546
- id: strikethrough
4647
available: y
4748
- id: task-lists
4849
available: y
4950
- id: emoji-cp
5051
available: y
5152
- id: emoji-sc
52-
available: n
53+
available: y
5354
- id: highlight
54-
available: n
55+
available: y
56+
notes: "==text== or ::text:: syntax. Also [text]{.mark} via Pandoc span."
5557
- id: subscript
56-
available: n
58+
available: y
5759
- id: superscript
58-
available: n
60+
available: y
5961
- id: auto-url-linking
6062
available: y
6163
- id: disabling-auto-url
6264
available: n
6365
- id: html
64-
available: u
66+
available: y
67+
notes: "HTML blocks and inline HTML supported. Handled by Pandoc on export."
6568
---
6669

6770
[Zettlr](https://www.zettlr.com/) is free and open source Markdown application designed for academic writing. It provides a lot of powerful tools to help you write academic texts right out of the box.
@@ -70,6 +73,6 @@ The application's stated goal is simple: "Enabling researchers of arts and human
7073

7174
{% include image.html file="/assets/images/tools/zettlr_view.png" alt="Zettlr editor interface" %}
7275

73-
See the [Zettlr Documentation](https://docs.zettlr.com/en/) for the official documentation. Zettlr itself implements a mixture of different dialects. The editor itself highlights only GitHub Flavored Markdown plus some extra elements which extends Markdown syntax with Zettelkasten elements. You can also add LaTeX-commands.
76+
See the [Zettlr Documentation](https://docs.zettlr.com/en/) for the official documentation. Zettlr uses [Pandoc Markdown](https://pandoc.org/MANUAL.html#pandocs-markdown) as its dialect. Beyond syntax highlighting for CommonMark, GFM, and Pandoc extensions, Zettlr adds first-class support for Zettelkasten links and tags, citations with reference manager integration, footnotes, LaTeX math, and Mermaid diagrams. Excelling at academic workflows: project-based export to PDF, Word, HTML and others via Pandoc; custom templates for journals and conferences; a graph view for visualizing note connections. Additional features include multi-cursor editing, Emacs and Vim modes, snippets, spell and grammar checking (including LanguageTool), as well as a built-in Pomodoro timer.
7477

7578
{% include tool-syntax-table.html %}

0 commit comments

Comments
 (0)