Zettel unique id filename reasoning? #9
Replies: 3 comments
-
|
Asking this question led me to this idea that counters my tendency to be all or nothing: Evan uses unique id filename for many/most incoming ideas, renames a few to claim phrase-filenamed evergreen note as clarity emerges. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for reaching out @themaikimo!
The main reason is to never have to worry about filename conflicts with special characters. Many times in my file names I'd want to use characters like * or , or {}, etc. and all of those are disallowed from filenames (on UNIX systems at least). Another benefit is that unique IDs as filenames can be easily inserted into a DB one to one if that ever comes up. Finally, thanks to the Luhmann plugin (preinstalled in BHOV) you can search all valid Zettel ID files in a quick switcher like modal that will return the first h1 in the page:
I really like this idea too though! |
Beta Was this translation helpful? Give feedback.
-
|
Jumping into this to say that UUIDs have proven immensely helpful in publishing to my blog, and never having to worry about how long slugs are, etc. The IDs are also very easy to backlink back to Obsidian and I don't have to worry about conflicts. https://github.com/bramses/obsidian-ghost-publish |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi. I have been around and around on whether to use the classic Zettel unique identifier as filename (of whatever format) or a more descriptive filename (or combo).
I'm aware of several arguments in favor of each choice.
Since this is a highly opinionated vault 😉 I wonder if you could share (or include in the README) your opinionated reasoning for choosing unique identifier-only filenames.
(Btw, thank you for this vault and the super clear README. It's given me so many good ideas!)
Beta Was this translation helpful? Give feedback.
All reactions