Interactive fiction and dialogue markup languages.
See also: [[Subtitles]], [[Earthbound Control Codes]]
# Subfolders
```dataview
LIST
FROM #foldernote
WHERE contains(file.folder, this.file.folder)
AND file != this.file
SORT file.name ASC
```
# Notes in this Folder
```dataview
LIST
FROM -#foldernote
WHERE file.folder = this.file.folder
AND database-plugin != "basic"
SORT file.name ASC
```