Obsidian special formatting
Obsidian uses
- industry-standard Commonmark (Markdown )
- GFM
- Github wikilink
- and YAML front matter.
`` for comment blocks
- `^blockid` for block identifiers
- `#tagname` for tags
- `$` for math markup
- ` ==highlighted text==`
<font color="red"> This text is red </font>
```HTML
<font color="red"> This text is red </font>
Backlinks¶
- Obsidian web integration
- obsidian has a REST API
access e.g. active page through code
req: the obsidian app needs to be open
Obsidian special formatting
- obsidian has a REST API
- my digital garden dev