Bases TOC
unlistedby Ben Yip
TOC
★ 6 starsUpdated 9mo ago0BSD
Bases TOC
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: toc
List 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
Screenshot
For plugin developers
Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.