chrisgrieser / shimmering-obsidian

Alfred Workflow with dozens of features for controlling your Obsidian vault.
https://alfred.app/workflows/chrisgrieser/shimmering-obsidian/
MIT License
850 stars 41 forks source link

General note search (o "note name") not showing any results #35

Closed melancond1 closed 2 years ago

melancond1 commented 2 years ago

I typically use just "o" in Alfred to pull up a specific note that I'm looking for, and as of today it is not providing me with any results

chrisgrieser commented 2 years ago

After updating to 2.9, you need to run the osetup command once!

Screenshot 2021-12-06 23 15 52
melancond1 commented 2 years ago

I'm having trouble with finding the vault that I use in the setup this time, is there a way to add specific vaults to the setup process?

chrisgrieser commented 2 years ago

Yes, the way of adding a specific vault is the osetup command..

could you elaborate what kind of trouble you have?

melancond1 commented 2 years ago

18A2393A-FF97-41F8-BD78-F7EFFE24686D This is what shows up when I go to run the setup process

However, after using that setup process, I still just see the following in my search results despite being on the note I'm looking for: 67A0A710-548C-4EBA-9DCA-981AFF2EE20A

My vault is named "Main Brain" and does not show up in the setup process. It is, however, located in "Obsidian" in the overarching folder. Is there somewhere in Alfred's preferences that I should go to help it find the pathing to the correct vault?

melancond1 commented 2 years ago

An additional note is I have the pathname in Alfred set to where it should be: 162C4345-FBD7-4EFA-80F1-91DC57C1887A

chrisgrieser commented 2 years ago

the o search only works when you have installed the two plugins (Advanced URI and Metadata extractor) in the selected vault. I assume you have only installed them in "Main Brain", which you could not select, therefore northing is showing up.

And the path name does not suffice with the newest version.


Could you confirm that all four of your vaults do show up in the vault menu in the list to the left?

Screenshot 2021-12-06 23 49 22

If all four vaults do show up, could go to the folder ~/Library/Application Support/obsidian/ and copy the content of the file obsidian.json?

melancond1 commented 2 years ago

Is the Metadata extractor a new requirement? That was the problem actually, I reran the setup with it and it's working now. Thank you for your help!

chrisgrieser commented 2 years ago

Did "Main Brain" show up when you ran osetup again?

Yeah, the metadata extractor is a "new" requirement since version 2.0 which I published a few weeks ago :P

There if you just only now updated from 1.x to 2.x, please check out the docs, since a lot of stuff has changed.

melancond1 commented 2 years ago

It does show up now! Thank you again for the help, I definitely will! I normally try to read new documentation, but I'm admittedly in finals weeks and research deadlines and it got pushed back very far on my to-do list 😅

chrisgrieser commented 2 years ago

well, good luck with your finals then!

closing this, since this is solved I guess.