Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Join the community
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

Create List of Notes

andrewheekinandrewheekin1k downloads

Creates a bulleted list of notes contained within the parent folder and prepends to current note content after YAML frontmatter.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates7

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.

Commands

"Create NoteList: List Files"

This command creates a bulleted list of all notes in the current note's parent folder. The list is sorted according to the settings.

"Create NoteList: List Folders"

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.

"Create NoteList: List Files and Folders"

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.

Settings

"Sort Order"

  • Options: Ascending (A-Z) or Descending (Z-A)
  • This setting determines the order in which the notes are listed in the bulleted list.

"Date Formatted Notes Only""

  • Options: Yes or No
  • This setting determines whether only notes beginning with a YYYY-MM-DD date in the title are included in the bulleted list.

Example Output

Example 1

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 2

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 3 (Folder Notes)

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]]

Pricing

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:

Changelog

See CHANGELOG.md for a list of changes.

73%
HealthGood
ReviewSatisfactory
About
Create a bulleted list of notes from the current note's parent folder at the cursor position. List files, folder notes, or both; sort A–Z or Z–A and optionally include only notes whose titles start with YYYY-MM-DD for quick tables of contents.
FilesFoldersNavigation
Details
Current version
1.0.6
Last updated
2 years ago
Created
2 years ago
Updates
7 releases
Downloads
1k
Compatible with
Obsidian 0.15.0+
Platforms
Desktop, Mobile
License
GPL-3.0
Report bugRequest featureReport plugin
Sponsor
Buy Me a Coffee
Author
andrewheekinandrewheekin
andrewheekin.com/
GitHubandrewheekin
  1. Community
  2. Plugins
  3. Files
  4. Create List of Notes

Related plugins

Quick Explorer

Perform file explorer operations (and see your current file path) from the title bar, using the mouse or keyboard.

Notebook Navigator

A better file browser and calendar inspired by Apple Notes, Bear, Evernote and Day One.

Recent Files

Display a list of recently opened files.

Open Tab Settings

Adds options to customize how tabs are opened, including open in new tab by default, preventing duplicate tabs, and more.

Remember cursor position

Remember cursor and scroll position for each note.

Custom File Explorer sorting

Manual or automatic config-driven reordering and sorting of files and folders in File Explorer.

Folder notes

Create notes within folders that can be accessed without collapsing the folder, similar to the functionality offered in Notion.

Home tab

A browser-like search tab for your local files.

Multi Properties

Add properties to multiple notes at once. Either right-click a folder or select multiple notes and right-click the selection.

Reveal Active File Button

Add a button to the top of the File Explorer, to reveal the active file.