Bases TOC

unlisted

by Ben Yip

TOC

6 starsUpdated 9mo ago0BSD
View on GitHub

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

image

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.