Commands for handling a zettelkasten with Luhmann-style IDs (e.g: 12a56g) as filenames
This is a community fork maintained by someone who knows just enough TypeScript to be dangerous. I can:
- ✅ Merge simple bug fixes
- ✅ Update documentation
- ❌ Add complex new features
- ❌ Debug weird TypeScript issues
PRs welcome, especially from actual TypeScript developers!
- PR #60: feat: Add setting to not include link in parent when creating child note: Addresses #54
- Commit #80a7387: Fixes #52
Creates a note under the current note, e.g: If run from "23f3.md", "12f3a.md" (or the next available sibling) will be created.
If you have text selected, that will be used as the title for your new note. Otherwise, you will be prompted to enter a title.
Creates a note next to the current note, e.g: If run from "23f3.md", "12f4.md" (or the next available sibling) will be created.
If you have text selected, that will be used as the title for your new note. Otherwise, you will be prompted to enter a title.
Allows you to search for files by their inner markdown title (i.e: the first H1 found within the note)
Lets you search by markdown titles like the "Open zettel" command above, but inserts a link to the file instead of opening it.