The notion like sharing feature you've always dreamed of is here, too.
Based on the localization concept of siyuan-note , this plugin is natively shared locally on a local area network and can be shared remotely through the docker plugin. No additional server-side support is required, just take siyuan-note.
The core idea of this plugin is: Everything is a Page
. You can set a page to be the home page.
Important Notice:
- Version 2.0.0 introduces support for VIP versions, add mode link rules as follows:
/s/[id]
/static/[id]
/p/[id]
/post/[id]
/link/[id]
/doc/[id]
/article/[id]
/x/[id]
/a/[id]
/d/[id]- Share pro is released on the VIP service, please visit:https://siyuannote.site
Self-deployed free version experience address
Paid version experience address
- One-click sharing: You can share your documents to the local area network with just one click. If you need to share remotely, you can deploy it on a server using Docker and then install the plugin.
- Permission control: Only shared pages can be viewed, and pages that have not been shared cannot be viewed without permission.
- Expiration time: Support setting expired time, after which you cannot view it
- Personal homepage: You can set a shared page as your homepage, which can be used as a custom blog homepage.
- Theme integration: The default theme is Zhihu, and other themes will be supported in the future.
- SEO optimization: support automatically generating titles, summaries, and cover images for better SEO.
- Multiple Deployment Options: Supports deployment as a plugin for siyuan-note, self-deployment using Docker, and
hosting on Vercel to meet different needs. For more details, please see
the docs .
- [Beginner-Level] siyuan-note Plugin: Zero configuration, ready to use out of the box, runs as a local SPA application and accesses the Siyuan ontology directly, resulting in extremely fast speed but not very SEO-friendly.
- [Expert-Level] Self-Deployment using Docker: Requires purchasing a server, SSR server-side rendering, SEO-friendly, high speed.
- [Cost-Free Option] Vercel Hosting: Requires purchasing a domain and may not be accessible in some countries, low cost, moderate speed.
- Sharing mode (experimental): Public note sharing is supported by default, and limited sharing functions can be supported after enabling the authorization code.
- VIP Service Provider Mode2.0.0+: Allows deploying this project as a VIP service provider, requiring backend sharing service(eg. https://github.com/terwerinc/siyuan-note-service) support.
Feature | Free Version | Paid Version |
---|---|---|
Support for replacing image links | ✔️ | ✔️ |
Integration with currently popular themes | ✔️ | ✔️ |
Support for internal and external links | ✔️ | ✔️ |
Support for task lists | ✔️ | ✔️ |
Support for sharing with authorization code | ✔️ | ✔️ |
Unordered list style adaptation | ✔️ | ✔️ |
Latex formula rendering | ✔️ | ✔️ |
Support for siyuan-note's SVGs | ✔️ | ✔️ |
Support for image hosting | ❌ | ✔️ |
Support for custom domain | ❌ | ✔️ |
Batch management for shared pages | ❌ | ✔️ |
Document tree | ❌ | ✔️ |
Page outline | ❌ | ✔️ |
Support for sharing password for single pages | ❌ | Planned |
Support for document alias access | ❌ | Planned |
Support for displaying original MD content | ❌ | Planned |
Support for displaying original KMD content | ❌ | Planned |
Tags, summaries | ❌ | Planned |
Custom properties | ❌ | Planned |
Image zoom effect | ❌ | Planned |
PlantUML diagram support | ❌ | Planned |
ECharts diagram support | ❌ | Planned |
Please refer to CHANGELOG
Please refer to DEVELOPMENT
If you approve of this project, invite me to have a cup of coffee, which will encourage me to keep updating and create more useful tools~
Thanks to the solutions provided by the open source community, which simplifies a lot of work for this project!