▲ | Ezhik 2 days ago | |||||||
(developer here) Thanks for the feedback! I guess this plugin is a bit specific to how I use Obsidian [1], as I don't rename my notes quite as often as others do. As I mentioned in the post, my main use case is being able to quickly reference notes in my hand-written journal. I've also used it a few times in some personal shell scripts. Probably not a very useful plugin if you already live entirely in your Obsidian vault, though - in there good old [[wiki links]] are much more useful. I've left a few comments so far on the rename problem, but yeah, it's a hard one to solve. I'll try to think of ways to improve it. | ||||||||
▲ | IncandescentGas a day ago | parent [-] | |||||||
Would you consider renaming the note to contain a reference to the generated code? Such as "Thoughts on Hedgehogs.md" becomes "Thoughts on Hedgehogs [AB-99].md" This preserves your goal of having the system rightfully not need another source of truth outside the markdown files, but also lets the markdown file carry the identifier across renames without adding a YAML block. And it lets you find the note in the "open note" dialog box by typing the code, so no other kind of search interface is needed. Or even to find the note with any other filesystem utility if you have your reference code. Were you inspired by the Zettelkasten Method for your plugin? | ||||||||
|