dominikmayer2k downloadsDisplays notes by their ID, enabling structured sequences for manuscripts or a Zettelkasten ("Folgezettel").
The Obsidian Note ID Plugin displays notes by their ID, enabling structured sequences for manuscripts or a Zettelkasten ("Folgezettel").
id property.toc property – e.g., toc: Zettelkasten for the note that starts the Zettelkasten cluster. Unlike the main note list, which shows all notes, the table of contents view provides a structured way to highlight key topics without cluttering the sidebarClusters form when related notes branch off from an initial idea, creating a web of connections. For example:
1.1 Initial idea
1.1a Related thought branching from 1.1
1.1a1 And another one branching from 1.1a
1.1a1a And one branching from 1.1a1
1.1a2 This one relates to 1.1a again
1.2 A new idea in the same theme
1.2a Further exploration of 1.2
By organizing notes this way, you can:
For a more in-depth introduction check out How to Use Folgezettel in Your Zettelkasten: Everything You Need to Know to Get Started.
Some users prepend sequence numbers to file names (e.g., 1.1 Note Title), but this approach can make notes harder to manage. Notes appear cluttered, and the numbers show up in links, reducing readability. Using the id property avoids these issues, keeping filenames clean while maintaining a structured sequence in the sidebar view.
Install.Settings > Community Plugins.Ctrl + P or Cmd + P to open the Command palette.Note ID: Open side panel and you will see a sidebar panel with all your notes. (You can change which notes to include/exclude in the plugin settings.)id property to your first note (e.g., id: 1.1). (You can change the name of the property in the settings.)1.1 → 1.2) or subsequence (1.1 → 1.1a).toc property with the title that should show up in the table of contents (e.g., toc: Productivity).This note has the title Deep work is the key to being productive:
---
id: 3.1
toc: Productivity
---
Deep work is the ability to focus without distraction on cognitively demanding tasks. It allows you to produce at an elite level and should be a core part of any knowledge worker's routine.
Productivity.You can search for notes with the command Note ID: Search notes by title, title of contents title or ID. Assign a hotkey like Cmd/Ctrl-Shift-O to easily access it.
You can set the ID of an existing note based on another note's ID, either as a sequence or a subsequence. This is useful for reorganizing your notes or integrating new ideas into existing clusters.
To set the ID of the current note:
Note ID: Set note ID based on another note. You can assign a hotkey like Cmd/Ctrl-Shift-M (for "move").This feature allows you to quickly integrate notes into your existing structure without manually calculating the next ID.
The plugin allows you to
id and toc properties,Feedback and contributions are welcome! Visit GitHub to report issues, ask questions, or submit pull requests. You can also subscribe to the newsletter to get updates when this plugin changes.