mirror of
https://github.com/alrayyes/wiki.git
synced 2025-05-03 07:18:14 +00:00
feat: note transclusion (#475)
* basic transclude * feat: note transclusion
This commit is contained in:
parent
4461748a85
commit
cce389c81d
8 changed files with 91 additions and 16 deletions
docs/features
|
@ -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`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue