On 09/07/2024 23:45, Morgan Willcock wrote:
Just to mention another option, I use this one:
https://addons.mozilla.org/en-US/firefox/addon/linkremark/
In its current state it does not extract metadata specific to books or
events. Dublin Core or other similar metadata are on TODO list, but with
low priority. The extension may give priority to doi: links and it may
be starting point to fetch an entry from some database.
If "magazin to buy" page contains schema.org/Product metadata (LD-JSON
or microdata) then it may work.
I wonder what is expected capture result for events and what metadata
are available?
Currently the primary issue is compatibility with recently enforced
Chrome requirements. More asynchronous code required to perform similar
tasks (combination of async-await, callbacks and messages between
extension components).
I have not tried it, but the following package has extractors for some
sites:
<https://github.com/yantar92/org-capture-ref>