|
| 1 | +--- |
| 2 | +title: WikiBonsai |
| 3 | +category: |
| 4 | + - notes |
| 5 | + - websites |
| 6 | +description: "WikiBonsai is collection of open source tools for markdown-based digital gardening." |
| 7 | +icon: wikibonsai.png |
| 8 | +website: https://github.com/wikibonsai/wikibonsai |
| 9 | +syntax: |
| 10 | + - id: headings |
| 11 | + available: y |
| 12 | + - id: paragraphs |
| 13 | + available: y |
| 14 | + - id: line-breaks |
| 15 | + available: y |
| 16 | + - id: bold |
| 17 | + available: y |
| 18 | + - id: italic |
| 19 | + available: y |
| 20 | + - id: blockquotes |
| 21 | + available: y |
| 22 | + - id: ordered-lists |
| 23 | + available: y |
| 24 | + - id: unordered-lists |
| 25 | + available: y |
| 26 | + - id: code |
| 27 | + available: y |
| 28 | + - id: horizontal-rules |
| 29 | + available: y |
| 30 | + - id: links |
| 31 | + available: y |
| 32 | + - id: images |
| 33 | + available: y |
| 34 | + notes: "Image display in preview is subject to content security policy, adjustable from the drop-down menu to the top-right" |
| 35 | + - id: tables |
| 36 | + available: y |
| 37 | + - id: fenced-code-blocks |
| 38 | + available: y |
| 39 | + - id: syntax-highlighting |
| 40 | + available: y |
| 41 | + - id: footnotes |
| 42 | + available: p |
| 43 | + notes: "In code editor only. Comprehensive support requires the [Markdown Preview Enhanced extension](https://github.com/shd101wyy/vscode-markdown-preview-enhanced)." |
| 44 | + - id: heading-ids |
| 45 | + available: p |
| 46 | + notes: "Does not support custom IDs. Comprehensive support requires the [Markdown Preview Enhanced extension](https://github.com/shd101wyy/vscode-markdown-preview-enhanced)." |
| 47 | + - id: definition-lists |
| 48 | + available: p |
| 49 | + notes: "Requires the [Markdown Preview Enhanced extension](https://github.com/shd101wyy/vscode-markdown-preview-enhanced)." |
| 50 | + - id: strikethrough |
| 51 | + available: p |
| 52 | + notes: "Two tildes (`~~word~~`) only." |
| 53 | + - id: task-lists |
| 54 | + available: p |
| 55 | + notes: "One of the many readily available extensions can add this feature, e.g. [Markdown Preview Enhanced](https://github.com/shd101wyy/vscode-markdown-preview-enhanced)." |
| 56 | + - id: emoji-cp |
| 57 | + available: y |
| 58 | + - id: emoji-sc |
| 59 | + available: p |
| 60 | + notes: "Requires the [Markdown Preview Enhanced extension](https://github.com/shd101wyy/vscode-markdown-preview-enhanced)." |
| 61 | + - id: highlight |
| 62 | + available: n |
| 63 | + - id: subscript |
| 64 | + available: n |
| 65 | + - id: superscript |
| 66 | + available: n |
| 67 | + - id: auto-url-linking |
| 68 | + available: y |
| 69 | + - id: disabling-auto-url |
| 70 | + available: y |
| 71 | + - id: html |
| 72 | + available: y |
| 73 | +see-also: |
| 74 | + - name: |
| 75 | + link: |
| 76 | +--- |
| 77 | + |
| 78 | +[WikiBonsai](https://github.com/wikibonsai/wikibonsai) is a collection of open source tools to bring digital gardening workflows to markdown. |
| 79 | + |
| 80 | +{% include image.html file="/assets/images/tools/wikibonsai-demo.png" alt="vscode-wikibonsai" %} |
| 81 | + |
| 82 | +Key workflows: |
| 83 | + |
| 84 | +- Extended `[[wiki]]` syntax including attributes, links, and embeds. |
| 85 | +- A "semantic tree" or "knowledge bonsai" structure to organize your markdown documents. |
| 86 | +- Graphical visualizations to explore your notes in 2D, 3D, AR, VR or map to embeddings (often used in deep learning in AI). |
| 87 | +- CAML: Colon Attribute Markup Language a light, YAML-like markup for semantic attributes (with [[wiki]] support!). |
| 88 | + |
| 89 | +Top-level tools: |
| 90 | + |
| 91 | +- [VSCode Extension](https://marketplace.visualstudio.com/items?itemName=manunamz.vscode-wikibonsai) |
| 92 | +- [CLI Tool](https://github.com/wikibonsai/tendr-cli) |
| 93 | + |
| 94 | +{% include tool-syntax-table.html %} |
| 95 | + |
0 commit comments