📝 Update README

This commit is contained in:
Liang Ding 2021-05-14 22:55:14 +08:00
parent 8edc855cf6
commit 720521c3b8
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
2 changed files with 29 additions and 49 deletions

View file

@ -16,7 +16,7 @@
## 💡 Introduction ## 💡 Introduction
SiYuan is a local-first personal knowledge management system, support fine-grained block-level reference and Markdown instant-render editing. SiYuan is a local-first personal knowledge management system, support fine-grained block-level reference and Markdown WYSIWYG.
![bg1.png](https://cdn.jsdelivr.net/gh/siyuan-note/siyuan@762fc276da1f713551b61799f04a3661ccd17369/screenshots/bg1.png) ![bg1.png](https://cdn.jsdelivr.net/gh/siyuan-note/siyuan@762fc276da1f713551b61799f04a3661ccd17369/screenshots/bg1.png)
@ -29,30 +29,28 @@ SiYuan is a local-first personal knowledge management system, support fine-grain
* Document relationship diagram, global relationship diagram * Document relationship diagram, global relationship diagram
* Bookmark collection * Bookmark collection
* Dynamic query embed * Dynamic query embed
* URL for browser visit or link with other software * Protocol `siyuan://`
* Markdown * Formatting
* Instant Rendering editing mode similar to Typora * WYSIWYG
* Support mathematical formulas, charts, flowcharts, Gantt charts, timing charts, staffs, etc. * Support mathematical formulas, charts, flowcharts, Gantt charts, timing charts, staffs, etc.
* Paste HTML automatically converted to Markdown * Paste HTML automatically converted to Markdown
* Configure Markdown to analyze detailed rendering parameters * Web clipping
* MinMap mode
* Support zoom, drag, layout and theme, etc.
* Keep editing and Markdown in sync
* Use on the browser, support mobile-end
* Hierarchical tag * Hierarchical tag
* Multi-window, multi-tab, drag and drop to split screen * Multi-tab, drag and drop to split screen
* Fulltext search * Fulltext search
* Themes and icons * Themes and icons
* Built-in bright and dark themes * Built-in bright and dark themes
* Built-in two sets of icons, Material and Ant Design * Built-in two sets of icons, Material and Ant Design
* Support custom themes and icons * Support custom themes and icons
* Export * Export
* Standard Markdown and TextBundle export * Standard Markdown with assets
* Content block reference provides anchor text + embedded blockquote option * Content block reference provides anchor text + embedded blockquote option
* Copy to WeChat MP, Zhihu and Yuque * Copy to WeChat MP, Zhihu and Yuque
* Versioning and Sync * Data sync
* [Online Workspace](https://ld246.com/xanadu/) * [Online Workspace](https://ld246.com/xanadu/)
* [Online Publishing](https://ld246.com/udanax/) * [Online Publishing](https://ld246.com/udanax/)
* Android APP
* Docker deployment
## 🗺️ Roadmap ## 🗺️ Roadmap
@ -84,14 +82,12 @@ At present, some components of SiYuan are open source, and contributions are wel
* [User Guide](https://github.com/siyuan-note/user-guide-en_US) * [User Guide](https://github.com/siyuan-note/user-guide-en_US)
* [Appearance and language](https://github.com/siyuan-note/appearance) * [Appearance and language](https://github.com/siyuan-note/appearance)
* [Markdown Engine](https://github.com/88250/lute) * [Markdown Engine](https://github.com/88250/lute)
* [Chrome web clipping extension](https://github.com/siyuan-note/siyuan-chrome)
## 🙏 Acknowledgement ## 🙏 Acknowledgement
SiYuan is made possible by the [Vditor](https://github.com/Vanessa219/vditor) and [Lute](https://github.com/88250/lute) open source project and other open source software. SiYuan is made possible by the [Vditor](https://github.com/Vanessa219/vditor) and [Lute](https://github.com/88250/lute) open source project and other open source software.
<details>
<summary>Kernel</summary>
* [https://github.com/golang/go](https://github.com/golang/go) `BSD-3-Clause License` * [https://github.com/golang/go](https://github.com/golang/go) `BSD-3-Clause License`
* [https://github.com/vanng822/css](https://github.com/vanng822/css) `MIT License` * [https://github.com/vanng822/css](https://github.com/vanng822/css) `MIT License`
* [https://github.com/88250/gulu](https://github.com/88250/gulu) `Mulan PSL v2` * [https://github.com/88250/gulu](https://github.com/88250/gulu) `Mulan PSL v2`
@ -110,11 +106,6 @@ SiYuan is made possible by the [Vditor](https://github.com/Vanessa219/vditor) an
* [https://github.com/mssola/user_agent](https://github.com/mssola/user_agent) `MIT License` * [https://github.com/mssola/user_agent](https://github.com/mssola/user_agent) `MIT License`
* [https://github.com/panjf2000/ants](https://github.com/panjf2000/ants) `MIT License` * [https://github.com/panjf2000/ants](https://github.com/panjf2000/ants) `MIT License`
* [https://github.com/parnurzeal/gorequest](https://github.com/parnurzeal/gorequest) `MIT License` * [https://github.com/parnurzeal/gorequest](https://github.com/parnurzeal/gorequest) `MIT License`
</details>
<details>
<summary>UI</summary>
* [https://github.com/microsoft/TypeScript](https://github.com/microsoft/TypeScript) `Apache-2.0 License` * [https://github.com/microsoft/TypeScript](https://github.com/microsoft/TypeScript) `Apache-2.0 License`
* [https://github.com/electron/electron](https://github.com/electron/electron) `MIT License` * [https://github.com/electron/electron](https://github.com/electron/electron) `MIT License`
* [https://github.com/visjs/vis-network](https://github.com/visjs/vis-network) `Apache-2.0 License` * [https://github.com/visjs/vis-network](https://github.com/visjs/vis-network) `Apache-2.0 License`
@ -123,5 +114,4 @@ SiYuan is made possible by the [Vditor](https://github.com/Vanessa219/vditor) an
* [https://github.com/mozilla/pdfjs-dist](https://github.com/mozilla/pdfjs-dist) `Apache-2.0 License` * [https://github.com/mozilla/pdfjs-dist](https://github.com/mozilla/pdfjs-dist) `Apache-2.0 License`
* [https://github.com/blueimp/JavaScript-MD5](https://github.com/blueimp/JavaScript-MD5) `MIT License` * [https://github.com/blueimp/JavaScript-MD5](https://github.com/blueimp/JavaScript-MD5) `MIT License`
* [https://github.com/fex-team/kityminder-core](https://github.com/fex-team/kityminder-core) `BSD-3-Clause License` * [https://github.com/fex-team/kityminder-core](https://github.com/fex-team/kityminder-core) `BSD-3-Clause License`
* [https://github.com/hakimel/reveal.js](https://github.com/hakimel/reveal.js) `MIT License` * [https://github.com/hakimel/reveal.js](https://github.com/hakimel/reveal.js) `MIT License`
</details>

View file

@ -16,7 +16,7 @@
## 💡 简介 ## 💡 简介
思源笔记是一款本地离线优先的个人知识管理系统, 支持细粒度块级引用和 Markdown 即时渲染编辑 思源笔记是一款本地离线优先的个人知识管理系统, 支持细粒度块级引用和 Markdown 所见即所得
[分享发布空间在线体验](https://ld246.com/udanax/1602224134353),欢迎到[思源笔记官方讨论区](https://ld246.com/domain/siyuan)了解更多。 [分享发布空间在线体验](https://ld246.com/udanax/1602224134353),欢迎到[思源笔记官方讨论区](https://ld246.com/domain/siyuan)了解更多。
@ -31,30 +31,28 @@
* 文档关系图、全局关系图 * 文档关系图、全局关系图
* 书签收藏 * 书签收藏
* 动态查询嵌入 * 动态查询嵌入
* 提供 URL 浏览器访问或给其他软件链接 * 协议 `siyuan://`
* 为 Markdown 而生 * 格式排版
* 类似 Typora 的即时渲染编辑模式 * 所见即所得
* 支持数学公式、图表、流程图、甘特图、时序图、五线谱等 * 支持数学公式、图表、流程图、甘特图、时序图、五线谱等
* 粘贴 HTML 自动转换为 Markdown * 粘贴 HTML 自动转换为 Markdown
* 配置 Markdown 解析渲染细节参数 * 网页剪藏
* 脑图模式
* 支持缩放、拖拽、布局、主题等
* 编辑和 Markdown 保持同步
* 支持浏览器使用、支持移动端
* 层级标签 * 层级标签
* 多窗口多页签拖拽分屏 * 多页签拖拽分屏
* 全文搜索 * 全文搜索
* 主题和图标 * 主题和图标
* 内置明亮、暗黑两套主题 * 内置明亮、暗黑两套主题
* 内置 Material、Ant Design 两套图标 * 内置 Material、Ant Design 两套图标
* 支持自定义主题和图标 * 支持自定义主题和图标
* 导出 * 导出
* 标准 Markdown 和 TextBundle 导出 * 带 assets 文件夹的标准 Markdown
* 内容块引用提供锚文本 + 嵌入 Blockquote 选项 * 内容块引用提供锚文本 + 嵌入 Blockquote 选项
* 复制到微信公众号、知乎和语雀 * 复制到微信公众号、知乎和语雀
* 版本管理和同步 * 数据同步
* [在线工作空间](https://ld246.com/xanadu/) * [在线工作空间](https://ld246.com/xanadu/)
* [在线分享发布](https://ld246.com/udanax/) * [在线分享发布](https://ld246.com/udanax/)
* Android APP
* Docker 部署
## 🗺️ 路线图 ## 🗺️ 路线图
@ -67,7 +65,7 @@
* [GitHub](https://github.com/siyuan-note/siyuan/releases) * [GitHub](https://github.com/siyuan-note/siyuan/releases)
* [Docker](https://hub.docker.com/r/b3log/siyuan) * [Docker](https://hub.docker.com/r/b3log/siyuan)
获取最新内部预览版Insider Preview<a href="https://jq.qq.com/?_wv=1027&k=brIyNm7y" target="_blank">加入 Q 群</a>或者将你的 GitHub 登录名发送邮件至 845765@qq.com我们将邀请你加入 SiYuan 内部预览团队。 获取最新内部预览版Insider Preview请将你的 GitHub 登录名发送邮件至 845765@qq.com我们将邀请你加入 SiYuan 内部预览团队。
## 📜 文档 ## 📜 文档
@ -87,13 +85,11 @@
* [用户指南](https://github.com/siyuan-note/user-guide-zh_CN) * [用户指南](https://github.com/siyuan-note/user-guide-zh_CN)
* [外观和语言](https://github.com/siyuan-note/appearance) * [外观和语言](https://github.com/siyuan-note/appearance)
* [Markdown 引擎](https://github.com/88250/lute) * [Markdown 引擎](https://github.com/88250/lute)
* [Chrome 剪藏扩展](https://github.com/siyuan-note/siyuan-chrome)
## 🙏 鸣谢 ## 🙏 鸣谢
思源笔记的诞生离不开 [Vditor](https://github.com/Vanessa219/vditor) 和 [Lute](https://github.com/88250/lute) 开源项目以及下列开源项目。 思源的诞生离不开 [Vditor](https://github.com/Vanessa219/vditor) 和 [Lute](https://github.com/88250/lute) 开源项目以及下列开源项目。
<details>
<summary>内核</summary>
* [https://github.com/golang/go](https://github.com/golang/go) `BSD-3-Clause License` * [https://github.com/golang/go](https://github.com/golang/go) `BSD-3-Clause License`
* [https://github.com/vanng822/css](https://github.com/vanng822/css) `MIT License` * [https://github.com/vanng822/css](https://github.com/vanng822/css) `MIT License`
@ -113,11 +109,6 @@
* [https://github.com/mssola/user_agent](https://github.com/mssola/user_agent) `MIT License` * [https://github.com/mssola/user_agent](https://github.com/mssola/user_agent) `MIT License`
* [https://github.com/panjf2000/ants](https://github.com/panjf2000/ants) `MIT License` * [https://github.com/panjf2000/ants](https://github.com/panjf2000/ants) `MIT License`
* [https://github.com/parnurzeal/gorequest](https://github.com/parnurzeal/gorequest) `MIT License` * [https://github.com/parnurzeal/gorequest](https://github.com/parnurzeal/gorequest) `MIT License`
</details>
<details>
<summary>界面</summary>
* [https://github.com/microsoft/TypeScript](https://github.com/microsoft/TypeScript) `Apache-2.0 License` * [https://github.com/microsoft/TypeScript](https://github.com/microsoft/TypeScript) `Apache-2.0 License`
* [https://github.com/electron/electron](https://github.com/electron/electron) `MIT License` * [https://github.com/electron/electron](https://github.com/electron/electron) `MIT License`
* [https://github.com/visjs/vis-network](https://github.com/visjs/vis-network) `Apache-2.0 License` * [https://github.com/visjs/vis-network](https://github.com/visjs/vis-network) `Apache-2.0 License`
@ -127,4 +118,3 @@
* [https://github.com/blueimp/JavaScript-MD5](https://github.com/blueimp/JavaScript-MD5) `MIT License` * [https://github.com/blueimp/JavaScript-MD5](https://github.com/blueimp/JavaScript-MD5) `MIT License`
* [https://github.com/fex-team/kityminder-core](https://github.com/fex-team/kityminder-core) `BSD-3-Clause License` * [https://github.com/fex-team/kityminder-core](https://github.com/fex-team/kityminder-core) `BSD-3-Clause License`
* [https://github.com/hakimel/reveal.js](https://github.com/hakimel/reveal.js) `MIT License` * [https://github.com/hakimel/reveal.js](https://github.com/hakimel/reveal.js) `MIT License`
</details>