Skip to content

Commit a89197e

Browse files
committed
Merge branch 'elm-own-virtual-list'
2 parents dd40a19 + 031236a commit a89197e

File tree

16 files changed

+1303
-733
lines changed

16 files changed

+1303
-733
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ The [Obsidian](https://www.obsidian.md/) Note ID Plugin displays notes by their
99
- **Support for Zettelkasten**: Ideal for Zettelkasten practitioners looking to position new notes logically and expand existing threads of thought.
1010
- **Easily Create New Notes:** Use the context menu or a command to seamlessly create new notes that continue an existing sequence (e.g., 1.2 → 1.3) or start a subsequence branching from a note (e.g., 1.2 → 1.2a). This makes it simple to extend ideas and maintain logical connections.
1111
- **Dedicated Table of Contents View:** The table of contents view functions as a curated index, displaying top-level notes and/or notes explicitly marked with the `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 sidebar
12+
- **Enhanced Note Search**: Quickly search your notes using fuzzy matching by note title, note ID, or table of contents title for more efficient navigation.
13+
- **Set Note IDs Based on Other Notes:** Easily set the ID of an existing note to be in sequence or subsequence of another note, helping you reorganize and integrate notes into your clusters.
1214

1315
## How Clusters Work
1416

@@ -74,6 +76,24 @@ Deep work is the ability to focus without distraction on cognitively demanding t
7476
- This note serves as an entry point for the Productivity cluster, so it appears in the table of contents under `Productivity`.
7577
- Related notes can reference or extend it (e.g., id: 3.1a for a note on time blocking)
7678

79+
### Searching for Notes
80+
81+
You can search for notes with the command `Note ID: Search notes by title, title of contents title or ID`. Assign a [hotkey](https://help.obsidian.md/hotkeys) like Cmd/Ctrl-Shift-O to easily access it.
82+
83+
### Setting Note IDs Based on Other Notes
84+
85+
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.
86+
87+
To set the ID of the current note:
88+
89+
1. Open the note you want to assign an ID to.
90+
2. Use the command `Note ID: Set note ID based on another note`. You can assign a hotkey like Cmd/Ctrl-Shift-M (for "move").
91+
3. In the search modal, find and select the note you want to base the ID on.
92+
4. Press Enter to set the ID as a subsequence of the selected note (e.g., if the selected note is "1.1", the current note will become "1.1a").
93+
5. Press Cmd+Enter (or Ctrl+Enter) to set the ID as a sequence following the selected note (e.g., if the selected note is "1.1", the current note will become "1.2").
94+
95+
This feature allows you to quickly integrate notes into your existing structure without manually calculating the next ID.
96+
7797
## Settings
7898

7999
The plugin allows you to

0 commit comments

Comments
 (0)