Skip to content

rauletaveras/luhman-obsidian-plugin

 
 

Repository files navigation

Obsidian Downloads

Luhmann

Commands for handling a zettelkasten with Luhmann-style IDs (e.g: 12a56g) as filenames

Maintenance Status

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!

Incorporated fixes

Commands

Create child notes

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.

Create sibling note

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.

Open zettel

Allows you to search for files by their inner markdown title (i.e: the first H1 found within the note)

Insert Zettel link

Lets you search by markdown titles like the "Open zettel" command above, but inserts a link to the file instead of opening it.

Current Maintainers

Contributors

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 95.4%
  • JavaScript 2.6%
  • CSS 2.0%