Open tnt1232007 opened 6 months ago
Exposing a list of assets through the bookmark details, and then having an endpoint for downloading an asset by ID would probably be a good start. Contributing that shouldn't be too difficult if you're interested.
Regarding reader mode, converting the HTML into a readable article actually only happens in the browser when you open the reader view, so that content is not available on the server. Depending on which language you want to use for processing your bookmarks there is probably some similar library for extracting the readable content from an HTML document.
Scenario
Hi, I am thinking of using a LLM to summerize the articles that I saved in Linkding.
Currently I am trying to do it with n8n:
But I find out there's no APIs available to read and upload assets afaik
Requests
/admin/bookmarks/bookmarkasset/<ASSET_ID>/change/
Please review and consider the implemention. Thanks for the amazing works, especially the recently added features, I love the snapshot and reader mode.