Jun 18, 2026, 12:01 PM

This commit is contained in:
Paweł Domański
2026-06-18 10:01:11 +00:00
parent 8190368188
commit 33fa2cf18a
27 changed files with 214 additions and 196 deletions
+2 -1
View File
@@ -31,7 +31,7 @@ For multiline content use `\n` for newline and `\t` for tab.
Many commands accept `file` or `path` to target a file. Without either, the active file is used.
- `file=<name>` — resolves like a wikilink (name only, no path or extension needed)
- `file=<name>` — resolves like a knowledgelink (name only, no path or extension needed)
- `path=<path>` — exact path from vault root, e.g. `folder/note.md`
## Vault targeting
@@ -104,3 +104,4 @@ obsidian dev:mobile on
```
Run `obsidian help` to see additional developer commands including CDP and debugger controls.