Unique URLs for list of tagged items.
G
Guido Verboom
I have a tag "To review" and I would love to be able to create a bookmark for that page so i can easily reach my overviw of items for review.
Now the page with items is simply: https://app.getrecall.ai/items and if i filter items the UR stays the same.
Log In
m
matar3
I had filed a feature request for a purpose similar to the tag "to review": https://feedback.getrecall.ai/feature-requests/p/add-the-chance-to-star-or-pin-cards
M
Mislav Paparella
The id is changing if you open an item, but if you want to bookmark a selected tag with the list of items (see example image), you can't do that because the state (filter in this case) is not reflected in the URL so you always get the "https://app.getrecall.ai/items" URL.
Sankari Nair
hello there! The item ID should be changing - please may you clarify what you are seeing.
M
Mislav Paparella
Sankari Nair I'm sorry, just saw this. Item IDs are fine, but you can't link to a tag page (showing all the items for the selected tag). This is because the tag isn't reflected in the URL. As a result, linkability is very limited. Saving the exact URL of a tag page should be possible, improving linkability.
Usually, this isn't a big task on the developer's side (can’t be sure if that's the case with the Recall code). It requires changing how routing is done so the URL can accept more parameters, not just the item ID.
Example of a URL reflecting the selected tag:
https://app.getrecall.ai/tag/[TAG ID]
or https://app.getrecall.ai/?tag="[URL encoded tag path]"
.A bonus feature, though less valuable, would be to include search query parameters in the URL so you can link to a page listing the items that satisfy search criteria.
I am currently using both Recall and raindrop.io. Both apps have their own advantages and shortcomings, so I’m considering creating my own product that combines the best of both worlds and more, just because of two missing features: this one, and the issue referenced here https://feedback.getrecall.ai/feature-requests/p/open-card-in-a-new-tab.