Hi,
Thank you for building this extension.
Currently, the extension requires users to log in before using the clipper functionality. For privacy-conscious users, this may raise concerns because browser extensions typically require broad page access permissions.
Would it be possible to support a "local-only" workflow without cloud authentication?
For example:
- Detect and communicate with a locally running AppFlowy desktop app
- Open the local AppFlowy app directly when clipping content
- Use a localhost API / custom protocol / deep link
- Allow completely offline clipping
This would help users avoid sending page data through external services and make the extension more attractive for self-hosted and privacy-focused workflows.
Something similar to:
- obsidian://
- logseq://
- local REST API communication
could work very well.
Thanks!
Hi,
Thank you for building this extension.
Currently, the extension requires users to log in before using the clipper functionality. For privacy-conscious users, this may raise concerns because browser extensions typically require broad page access permissions.
Would it be possible to support a "local-only" workflow without cloud authentication?
For example:
This would help users avoid sending page data through external services and make the extension more attractive for self-hosted and privacy-focused workflows.
Something similar to:
could work very well.
Thanks!