

GitHub - siyuan-note/siyuan: 📕 思源笔记是一款本地优先的个人知识管理系统, 支持细...
source link: https://github.com/siyuan-note/siyuan
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

下一代的个人知识管理系统,你的数字花园
简介
思源笔记是一款本地优先的个人知识管理系统, 支持细粒度块级引用和 Markdown 所见即所得。
欢迎到思源笔记官方讨论区了解更多。同时也欢迎关注 B3log 开源社区微信公众号 B3log开源
:
特性
所有本地功能都是免费的。
- 内容块
- 块级引用和双向链接
- 文档关系图、全局关系图
- 自定义属性
- SQL 查询嵌入
- 协议
siyuan://
- 编辑器
- Block 风格
- Markdown 所见即所得
- 块缩放聚焦
- 块横向排版
- 百万字大文档编辑
- 数学公式、图表、流程图、甘特图、时序图、五线谱等
- PDF 标注双链
- 导出
- 引用块和嵌入块
- 带 assets 文件夹的标准 Markdown
- PDF、Word 和 HTML
- 复制到微信公众号、知乎和语雀
- 多页签拖拽分屏
- 主题和图标
- Android APP
- iOS APP
- Docker 部署
- API
云端服务需要付费订阅。
- 尊贵身份标识
- 端到端加密数据同步
- 端到端加密数据备份
- 云端图床服务
路线图
下载安装
获取最新内部预览版(Insider Preview),请将你的 GitHub 登录名发送邮件至 [email protected],我们将邀请你加入 SiYuan 内部预览团队。
社区
常见问题和解答
思源是如何存储数据的?
数据保存在工作空间文件夹下(默认位于用户家目录 Documents/SiYuan,可在 设置 - 关于 中进行修改),在工作空间 data 文件夹下:
assets
用于保存所有插入的资源文件templates
用于保存模板片段widgets
用于保存挂件emojis
用于保存 Emoji 图片- 其余文件夹就是用户自己创建的笔记本文件夹,笔记本文件夹下
.sy
后缀的文件用于保存文档数据,数据格式为 JSON
思源是开源的吗?
目前并没有完全开源,但为了保证数据的可迁移性,数据解析器和编辑器引擎是完全开源的。
删除文档有什么注意事项吗?
文档被删除后不会出现在操作系统回收站中,而是直接删除,删除时思源会生成编辑历史。
如何才能只换行不新起段落?
请使用 Shift+Enter。
如何在中文段首缩进?
请使用全角空格,这样内容自动折行以后才能对齐。
移动标题时如何带下方块一起移动?
将标题折叠以后再移动。
如何跨页多选内容块?
在开始的地方单击,滚动页面以后在结束的地方按住 Shift 单击。
如何调整表格行列?
表格块的块标菜单中有操作入口。
如何使用第三方同步盘进行数据同步?
- 请仅同步
工作空间/data/
,切勿同步整个工作空间 - 思源运行期间请暂停第三方同步,否则可能会出现数据损坏,细节请参考这里
- Android 端数据文件夹路径为
内部存储设备/Android/data/org.b3log.siyuan/files/siyuan/data/
,该路径是应用私有路径,其他程序无法读取,只能手动复制 - 第三方同步和思源同步存在冲突,切勿同时使用
计划支持插件吗?
思源支持在浏览器上使用,可以通过浏览器插件来扩展功能。我们很期待其他开发者为思源编写浏览器插件。随着内核 API 的逐步提供,后续我们会引入插件机制。
使用需要付费吗?
本地功能完全免费使用,云端服务需要年付订阅。
非中国大陆地区的用户请勿付费订阅,因为思源云端服务器无法保证非中国大陆地区可用。
参与贡献
目前思源笔记的一些组件是开源的,欢迎参与贡献。
鸣谢
思源的诞生离不开下列开源项目。
- https://github.com/golang/go
BSD-3-Clause License
- https://github.com/atotto/clipboard
BSD-3-Clause License
- https://github.com/vanng822/css
MIT License
- https://github.com/gofrs/flock
BSD-3-Clause License
- https://github.com/88250/gulu
Mulan PSL v2
- https://github.com/88250/lute
Mulan PSL v2
- https://github.com/olahol/melody
BSD-2-Clause License
- https://github.com/pdfcpu/pdfcpu
Apache-2.0 License
- https://github.com/88250/protyle
Mulan PSL v2
- https://github.com/blastrain/vitess-sqlparser
Apache-2.0 License
- https://github.com/ConradIrwin/font
MIT License
- https://github.com/Masterminds/sprig
MIT License
- https://github.com/Xuanwo/go-locale
Apache-2.0 License
- https://github.com/common-nighthawk/go-figure
MIT License
- https://github.com/dustin/go-humanize
MIT License
- https://github.com/emirpasic/gods
BSD-2-Clause License
- https://github.com/facette/natsort
BSD-3-Clause License
- https://github.com/flopp/go-findfont
MIT License
- https://github.com/fsnotify/fsnotify
BSD-3-Clause License
- https://github.com/gin-contrib/cors
MIT License
- https://github.com/gin-contrib/gzip
MIT License
- https://github.com/gin-contrib/sessions
MIT License
- https://github.com/gin-gonic/gin
MIT License
- https://github.com/jackpal/gateway
BSD-3-Clause License
- https://github.com/jinzhu/copier
MIT License
- https://github.com/mattn/go-sqlite3
MIT License
- https://github.com/mattn/go-zglob
MIT License
- https://github.com/mitchellh/go-ps
MIT License
- https://github.com/mssola/user_agent
MIT License
- https://github.com/panjf2000/ants
MIT License
- https://github.com/parnurzeal/gorequest
MIT License
- https://github.com/patrickmn/go-cache
MIT License
- https://github.com/pkg/sftp
BSD-2-Clause License
- https://github.com/siyuan-note/encryption
Mulan PSL v2
- https://github.com/xrash/smetrics
MIT License
- https://github.com/golang/crypto
BSD-3-Clause License
- https://github.com/golang/image
BSD-3-Clause License
- https://github.com/golang/mobile
BSD-3-Clause License
- https://github.com/golang/text
BSD-3-Clause License
- https://github.com/microsoft/TypeScript
Apache-2.0 License
- https://github.com/electron/electron
MIT License
- https://github.com/Vanessa219/vditor
MIT License
- https://github.com/visjs/vis-network
Apache-2.0 License
- https://github.com/mozilla/pdf.js
Apache-2.0 License
- https://github.com/blueimp/JavaScript-MD5
MIT License
- https://github.com/hakimel/reveal.js
MIT License
二进制依赖
Recommend
-
99
苹果公司于9月份如期发布了新的iPhone-iPhone8,iPhone8 Plus,iPhoneX,前两个不用多说,正常形态的iPhone和前代外观上没有太大区别。iPhoneX则带来了不同的样式,不同的体验,18:9的全面屏屏幕,小刘海,去掉Home键后超前的交互方式。当然对于开发者也带来了对于...
-
12
-
11
思源黑体更新了,粗细随意调节,免费商用【附下载】 作者:杨任东...
-
16
思源黑体可变版 + 行高修正版 + 中日韩字体合集下载(更新至V2.004) 5月 14, 2021 发表于: 优秀设计资源.
-
7
V2EX › 程序员 请问网页选择思源黑体,应该用什么格式的字体文件? vueli · 20 小时 6 分钟...
-
4
思源笔记 其他记录主页 关于崮生 博客
-
11
查看: 1409|回复: 17 [Windows] siyuan-1.8.1——一款所见即所得的Markdown编辑器
-
8
开源的Markdown 笔记应用-思源笔记 – 开源派 思源笔记是一款开源的Markdown笔记应用,可做为个人知识管理系统, 支持细粒度块级引用。遵守AGPL开源协议。支持端到端加密同步。可以使用官方的云端服务来同步数据(云端服务需要付费订阅...
-
8
Windows下自动云备份思源笔记到Gitee 思源笔记是...
-
3
本文是《基于思源笔记的博客写作、管理和分发流程》的子文章,基于本人的个人写作流程中的阅读一环的详细介绍。围绕个人习惯的阅读流程沉淀下来,抛砖引玉,供各位参考和讨论~阅读是一座避难所
About Joyk
Aggregate valuable and interesting links.
Joyk means Joy of geeK