KevinBatdorf / obsidian-raycast

Raycast extension with commands for the note taking app Obsidian.
MIT License
106 stars 19 forks source link

Partial Result from Starred Notes #58

Closed gintonyc closed 1 year ago

gintonyc commented 1 year ago

Hi, it seems that the starred notes command displays partial results on my mac.

This is the bookmark (used to be starred) section on my obsidian.

Screenshot 2023-06-06 at 6 48 18 PM

And this is the result from the starred notes command (no search term)

Screenshot 2023-06-06 at 6 48 58 PM

Great extension by the way. And thanks in advance for help.

gintonyc commented 1 year ago

The first question I wanna figure out is whether I'm the only one having this issue. If so I would try uninstalling obsidian/raycast obsidian.

Some specs:

KevinBatdorf commented 1 year ago

Hey, sorry for the late reply. Been a busy week. Let me investigate this tomorrow. I've actually only recently started maintaining this repo so I may be a little slow to catch up.

I'll try to reproduce it based on your description above, but to summarize, is it accurate that you have additional starred items that you expect should be showing up that arent there?

What if you add a new one now? Does that one show up?

gintonyc commented 1 year ago

Hey Kevin, thanks for the reply. And no worries, it's an open source project and I'm always grateful for your effort. Take your time.

Your summarization is accurate. And newly starred item won't show up in raycast obsidian.

KevinBatdorf commented 1 year ago

So as you mentioned, it looks like Obsidian replaced the starred functionality with bookmarks just last month. I should have time this weekend to update the code to match their new api. I'll reply here with an update after that.

https://forum.obsidian.md/t/obsidian-release-v1-2-7/59004

Thanks for reporting it too as I wasn't using that feature and just missed it.

KevinBatdorf commented 1 year ago

PR here: https://github.com/raycast/extensions/pull/7031

Thanks again. I'll close this but if something is off just reopen or star a new issue.