goniszewski / grimoire

Bookmark manager for the wizards 🧙
https://grimoire.pro
MIT License
1.99k stars 58 forks source link

Feature: Ability to access the bookmark/extracts from Obsidian #6

Closed shuther closed 10 months ago

shuther commented 10 months ago

maybe the question is more for pocketbase but how could I extract the bookmarks and access them from Obsidian (read only)? If I am using pockethost for example, what kind of API call should I run to see the list of bookmarks with their content?

goniszewski commented 10 months ago

Hi @shuther, I don't know how it would work on PocketHost, but on selfhosted PB you would use a GET request like [POCKETBASE_URL]/api/collections/bookmarks/records?filter=(owner.id='[YOUR_USER_ID]').

shuther commented 10 months ago

thank you