Features

You can enable the following features in your digital garden, in the note settings:

Additionally the garden supports a variety of formatting and content types in your notes.


Link as you normally would in Obisidan, with the [[Wikilink]] syntax

Linking to a specific header works the same way as in Obsidian
[[My Note#Note header]]

Linking to a specific block works the same way as in Obsidian
[[My Note#^123abc]]

Changing display text for a wikilink works the same way as in Obsidian
CleanShot 2023-01-10 at 18.07.56@2x.png|250


Code Blocks

CleanShot 2022-11-13 at 15.34.22@2x.png

let a = 5;

CleanShot 2022-11-13 at 15.34.59@2x.png|200
Some inline code


Dataview queries

list from "Advanced"

{ .block-language-dataview}
More details about dataview is available here: Dataview queries


Callouts

> [!NOTE] Note title
> Information
Note title

Information

> [!WARNING] A warning
> This is a warning
A warning

This is a warning

Folding Callouts

> [!NOTE]+ Open by default
> Folding/Collapsable callout
Open by default

Folding/Collapsable callout

> [!FAQ]- Closed by default
> Folding/Collapsable callout

Nested callouts

> [!TIP] Nested callouts
> Text inside the tip callout
> > [!EXAMPLE] Inner callout
> > Multiple nesting layers
> > > [!TODO] Inner inner callout
Nested callouts

Text inside the tip callout

Inner callout

Multiple nesting layers

Inner inner callout


MathJax / LaTex

MathJax Reference

$$\frac{1}{0} = \infty$$
10=∞

Tags

Click on the tag below to view other pages with the same tag.

#exampletag


Embedded/Transcluded Images

CleanShot 2022-11-13 at 14.24.21@2x.png|250

obsidianlogo.png

Transcluded documents

Whole file

CleanShot 2022-11-13 at 14.24.50@2x.png|250

This is a transcluded note.

This is a block in a transcluded document

This is a header

Content

This is a subheader

Header block

CleanShot 2023-01-05 at 17.22.10.png

This is a header

Content

This is a subheader

Single Block

CleanShot 2023-01-05 at 17.22.27.png

This is a block in a transcluded document

It's also worth noting that transclusions do not need the dg-publish attribute. They behave the same as an image. If you transclude something into a document, and publish that document, everything that is transcluded in it will be published as if it was part of that note.

(More details on transclusion can be read here: Content Customization#Tranclusions )


Excalidraw

CleanShot 2022-11-13 at 14.25.34@2x.png|350

Info

Obsidian specific features like linking to other notes inside the drawings are currently not supported


Mermaid diagrams

CleanShot 2022-11-13 at 14.26.47@2x.png

graph LR;
		A-->B

CleanShot 2022-11-13 at 14.27.14@2x.png

gantt
	    title A Gantt Diagram
	    dateFormat  YYYY-MM-DD
	    section Section
	    A task           :a1, 2014-01-01, 30d
	    Another task     :after a1  , 20d
	    section Another
	    Task in sec      :2014-01-12  , 12d
	    another task     : 24d

PlantUML diagrams

uml diagram

Highlighted text

CleanShot 2022-12-12 at 16.14.14@2x.png

Here is some highlighted text


Footnotes

There is a footnote here [^1]

There is a footnote here [1]


Checkboxes

- [ ] Uncheckd
- [x] Checked

Sitemap

The site automatically generates a sitemap.xml file, available at /sitemap.xml on your site. This helps search engines properly index your site, making it more discoverable. For the sitemap to be properly formatted with the full URL for all your pages, the plugin needs to know the base URL of your site. By adding your URL to the plugin settings, the sitemap should automatically be generated using that value.

CleanShot 2022-12-15 at 22.00.24@2x.png


Atom/RSS feed

The site automatically generates an Atom/RSS feed available at /feed.xml on your site. In order for this to be generated you need to add your Base URL in the settings, like in the image above.
For the dates to work properly, you need to enable the Show updated timestamp setting under the plugin's Appearance settings. If this is not enabled, the feed will use the last date the site was built, which in practice means the last date you last published anything to the site.


Footnote source

[^1]: Here are some extra information in a footnote

  1. Here are some extra information in a footnote ↩ī¸Ž