What's the workflow I should use to find notes by title? #554
-
(I feel embarrassed to ask this because I probably overlooked something in the README, but I've genuinely tried to find an answer.) When I create a new note, the filename is assigned a unique ID, and the actual title of the note is added as a I'm trying to understand the intended workflow. Having a unique ID as the filename prevents me from using my regular |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hey @EddieBrunstedt, |
Beta Was this translation helpful? Give feedback.
Hey @EddieBrunstedt,
:ObsidianSearch
is the preferred way, though if you wantfind_files
to be more useful I would suggest tweaking thenote_id_func
in your obsidian.nvim config. You could set that function to only the title as the filename, for example.