Obsidian

It also offers the chance to publish notes: Obsidian Publish

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

<iframe src="https://www.youtube.com/embed/4KC7xE4fgOw" width="560" height="315" frameborder="0"><a href="https://youtube-iframe.com"></a></iframe>

Color palette

Shared on Discord by Leah Ferguson:

<div style="width:250px; height: 100px; background-color: #228195">&nbsp;</div>=

Mermaid

graph LR;
A[[Momentum DTS 2020]]-->C;
B-->C;

class A internal-link;
class B internal-link;
class C internal-link;

Obsidian CSS Snippets

CSS Obsidian Snippets

Obsidian Special Symbols

→ 🔖 Ryanmurphy’s filenames


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