hoarder-app / hoarder

A self-hostable bookmark-everything app (links, notes and images) with AI-based automatic tagging and full text search
https://hoarder.app
GNU Affero General Public License v3.0
6.34k stars 226 forks source link

Add hooks for plugins to process/munge data #658

Closed joestump closed 1 week ago

joestump commented 1 week ago

Describe the feature you'd like

I would like to be able to do additional processing on things I hoard. Specifically:

Describe the benefits this would bring to existing Hoarder users

It would enable people to extend Hoarder for their specific use cases and it would unlock the ability for other applications to enable Hoarder integrations by releasing Hoarder plugins.

Can the goal of this request already be achieved via other means?

Yes, with scripts/services running outside of Hoarder and integrating with Hoarder's API. That just feels really heavy when all I want to do is replace www.reddit.com with reddium.local.

Have you searched for an existing open/closed issue?

Additional context

No response

kamtschatka commented 1 week ago

how is it different to https://github.com/hoarder-app/hoarder/issues/638 ?

joestump commented 1 week ago

It's not – didn't see that when I searched. Apologies!