List headings of filtered files.
List files in the same directory:
filters:
and:
- file.folder == this.file.folder
- file.path != this.file.path
- file.ext == "md"
views:
- type: toc
name: tocList files in the same directory, recursively:
filters:
and:
- file.inFolder(this.file.folder)
- file.path != this.file.path
- file.ext == "md"
views:
- type: toc
name: toc