index.txt
Note
This is a Qute template for creating notes in markdown.
---
obsidianUIMode: preview
cssclasses:
- json5e-note
- json5e-index
---
# Index of {name}
{#for mapping in resources}
- [{mapping.title}]({mapping.relativePath})
{/for}
This is a Qute template for creating notes in markdown.
---
obsidianUIMode: preview
cssclasses:
- json5e-note
- json5e-index
---
# Index of {name}
{#for mapping in resources}
- [{mapping.title}]({mapping.relativePath})
{/for}