CiceroIsBack / loam

loam: Logseq + Foam (VS Code plugin)
https://marketplace.visualstudio.com/items?itemName=ciceroisback.loam
Other
15 stars 3 forks source link

Support hierarchy/namespaces in links #7

Closed CiceroIsBack closed 9 months ago

CiceroIsBack commented 9 months ago

Logseq allows page hierarchy/namespaces by using slashes in the page title (e.g. parent/child). To avoid conflicts with the filesystem, this is converted in the filename to parent___child.md.

Loam should recognize page links that have a slash as connected to files with underscores.

Logseq docs - filename format (no official docs on namespaces yet)