diff --git a/_tools/tolaria.md b/_tools/tolaria.md new file mode 100644 index 00000000..fedc4939 --- /dev/null +++ b/_tools/tolaria.md @@ -0,0 +1,72 @@ +--- +title: Tolaria +category: "desktop app" +description: "Tolaria is an open-source desktop application for managing Markdown-based knowledge bases." +icon: tolaria.png +website: https://tolaria.md +syntax: + - id: headings + available: y + - id: paragraphs + available: y + - id: line-breaks + available: y + - id: bold + available: y + - id: italic + available: y + - id: blockquotes + available: y + - id: ordered-lists + available: y + - id: unordered-lists + available: y + - id: code + available: y + - id: horizontal-rules + available: y + - id: links + available: y + - id: images + available: y + - id: tables + available: y + - id: fenced-code-blocks + available: y + - id: syntax-highlighting + available: n + - id: footnotes + available: y + - id: heading-ids + available: p + - id: definition-lists + available: n + - id: strikethrough + available: y + - id: task-lists + available: y + - id: emoji-cp + available: y + - id: emoji-sc + available: p + - id: highlight + available: n + - id: subscript + available: n + - id: superscript + available: n + - id: auto-url-linking + available: y + - id: disabling-auto-url + available: p + - id: html + available: y +--- + +Tolaria is an open-source desktop application for managing Markdown-based knowledge bases. It stores notes as plain Markdown files with YAML frontmatter, allowing users to access and edit them with standard tools. + +The application includes a block-based editor, wikilinks, and built-in Git integration for version control. Notes are stored locally and can be used without an internet connection. + +{% include image.html file="/assets/images/tools/tolaria.png" alt="Tolaria Markdown knowledge base app" %} + +{% include tool-syntax-table.html %} \ No newline at end of file diff --git a/assets/images/tool-icons/tolaria.png b/assets/images/tool-icons/tolaria.png new file mode 100644 index 00000000..3421d745 Binary files /dev/null and b/assets/images/tool-icons/tolaria.png differ diff --git a/assets/images/tools/tolaria.png b/assets/images/tools/tolaria.png new file mode 100644 index 00000000..c033ac19 Binary files /dev/null and b/assets/images/tools/tolaria.png differ