feat: note transclusion ()

* basic transclude

* feat: note transclusion
This commit is contained in:
Jacky Zhao 2023-09-13 11:28:53 -07:00 committed by GitHub
parent 4461748a85
commit cce389c81d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 91 additions and 16 deletions
docs/features

View file

@ -13,6 +13,4 @@ This is enabled as a part of [[Obsidian compatibility]] and can be configured an
- `[[Path to file]]`: produces a link to `Path to file.md` (or `Path-to-file.md`) with the text `Path to file`
- `[[Path to file | Here's the title override]]`: produces a link to `Path to file.md` with the text `Here's the title override`
- `[[Path to file#Anchor]]`: produces a link to the anchor `Anchor` in the file `Path to file.md`
> [!warning]
> Currently, Quartz does not support block references or note embed syntax.
- `[[Path to file#^block-ref]]`: produces a link to the specific block `block-ref` in the file `Path to file.md`