A simple browser extension to publish Markdown articles to IPFS network.
- Write Markdown content and publish to IPFS with one click
- Automatically convert to styled HTML pages
- Manage published article list
- Custom IPFS gateway and local node API address support
- Real-time Markdown preview
- Multi-language support (Chinese/English), follows browser language by default
- Create keys using IPNS, bind to unique URL
- Install IPFS Desktop
- Load the extension
- Write and publish articles in the popup or options page
# Install dependencies
npm install
# Start development server
npm run dev
# Build for production
npm run build
# Package for release
npm run zip- Vue 3 + TypeScript
- Element Plus
- WXT (Browser Extension Framework)
- vue-i18n (Internationalization)

