honoka-bridge
v1.9.3
Published
Local bridge server for Honoka — saves Notion docs and images to disk. Thin wrapper around honoka-publish.
Maintainers
Readme
honoka-bridge
Clean-room reimplementation. Thin wrapper around honoka-publish.
Local HTTP bridge server for Honoka — receives web clippings from the Chrome Extension and saves them to disk.
Usage
npx honoka-bridgeOr install globally:
npm install -g honoka-bridge
honoka-bridgeOptions
| Env | Default | Description |
|-----|---------|-------------|
| PORT | 44124 | HTTP server port |
What is this?
This is a clean-room replacement for the original honoka-bridge. All core logic (Notion sync, markdown processing, clipping) is handled by honoka-publish. This package is just a thin entry point that launches the Bridge HTTP server mode.
Architecture:
Chrome Extension → HTTP → honoka-bridge → honoka-publish → Core EngineFor the full picture, see honoka-publish docs/architecture-overview.md.
Related
- honoka-publish — CLI + MCP + Bridge tri-mode tool
- Honoka Lite — Chrome Extension
License
MIT
