Obsidian
It also offers the chance to publish notes: Obsidian Publish
- How to make text intelligible:
app.garbleText()
- Setting up Obsidian on Android with Dropbox sync
- Using the Bible in Obsidian
- Obsidian Spring Cleaning
Developments
Get obsidian commands: app.commands.commands
.
Get all files: app.vault.getMarkdownFiles()
.
Get one file: app.vault.getAbstractFileByPath("Untitled 1.md")
.
Tools
Guides
Reference
Markdown tables
| Column 1 | Column 2 | Column 3 |
| :------------- | :----------: | -----------: |
| - | - | - |
| - | - | - |
iFrame YouTube
Color palette
Shared on Discord by Leah Ferguson:
<div style="width:250px; height: 100px; background-color: #228195"> </div>=
Mermaid
Internal links
graph LR;
A[[Momentum DTS 2020]]-->C;
B-->C;
class A internal-link;
class B internal-link;
class C internal-link;
Obsidian CSS Snippets
Obsidian Special Symbols
Unreturned links
These notes point towards this note. But this note doesn’t point back.
TABLE file.mtime.year + ”-” + file.mtime.month + ”-” + file.mtime.day AS Modified FROM Obsidian and !outgoing(Obsidian) SORT file.mtime desc