Skip to content

bennyyip/obsidian-bases-toc

Repository files navigation

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