andrewheekin1k downloadsCreates a bulleted list of notes contained within the parent folder and prepends to current note content after YAML frontmatter.
This plugin creates a bulleted list of all notes (or folder notes) contained within the current note's parent folder at the cursor position. This is useful for creating a table of contents or a list of related notes.
This plugin may be used with folder notes or regular notes. At the moment, there is no option to recursively list notes in subfolders.
This command creates a bulleted list of all notes in the current note's parent folder. The list is sorted according to the settings.
This command creates a bulleted list of all folder notes in the current note's parent folder. The list is sorted according to the settings.
This command creates a bulleted list of all notes and folder notes in the current note's parent folder. The list is sorted according to the settings.
Example folder structure #1:
Roman Emperors
├── Roman Emperors.md
├── Augustus.md
├── Julius Caesar.md
└── Nero.md
Roman Emperors.md after running "Create NoteList: List Files" with the Sort Order: Ascending (A-Z) and Date Formatted Notes Only: No
---
title: "Roman Emperors"
---
- [[Augustus]]
- [[Julius Caesar]]
- [[Nero]]
Example folder structure #2:
My Folder
├── 2024-04-03 Note 1.md
├── 2024-04-04 Note 2.md
├── 2024-04-05 Note 3.md
├── Note 4.md
├── Note 5.md
└── My Note.md
My Note.md after running "Create NoteList: List Files" with Sort Order: Descending (Z-A) and Date Formatted Notes Only: Yes
---
title: "My Note"
---
- [[2024-04-05 Note 3]]
- [[2024-04-04 Note 2]]
- [[2024-04-03 Note 1]]
Example folder structure #3 with "Folder Notes" (Notes in a folder with the same name as the note):
Roman Emperors
├── Roman Emperors.md
├── Augustus
│ └── Augustus.md
├── Julius Caesar
│ └── Julius Caesar.md
└── Nero
└── Nero.md
Roman Emperors.md after running "Create NoteList: List Folders" with Sort Order: Ascending (A-Z) and Date Formatted Notes Only: No
---
title: "Roman Emperors"
---
- [[Augustus]]
- [[Julius Caesar]]
- [[Nero]]
This plugin is provided to everyone for free, however if you would like to say thanks or help support continued development, feel free to support it through one of the following methods:
See CHANGELOG.md for a list of changes.