mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-10 22:23:28 +08:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
d0b9f9b6ca
14
README.md
14
README.md
@ -70,11 +70,23 @@ Cloud services require a paid subscription.
|
|||||||
* WeChat notification
|
* WeChat notification
|
||||||
* Cloud inbox
|
* Cloud inbox
|
||||||
|
|
||||||
|
## 🏗️ Architecture design and open source ecosystem
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
* [bazzar](https://github.com/siyuan-note/bazaar): Community marketplace
|
||||||
|
* [dejavu](https://github.com/siyuan-note/dejavu): Data repo
|
||||||
|
* [riff](https://github.com/siyuan-note/riff): Spaced repetition system
|
||||||
|
* [petal](https://github.com/siyuan-note/petal): Plugin system
|
||||||
|
* [chrome](https://github.com/siyuan-note/siyuan-chrome): Chrome extension
|
||||||
|
* [lute](https://github.com/88250/lute): A structured editor engine that supports Go and JavaScript
|
||||||
|
* [ios](https://github.com/siyuan-note/siyuan-ios): iOS APP
|
||||||
|
* [android](https://github.com/siyuan-note/siyuan-android): Android APP
|
||||||
|
|
||||||
## 🌟 Star History
|
## 🌟 Star History
|
||||||
|
|
||||||
[](https://star-history.com/#siyuan-note/siyuan&Date)
|
[](https://star-history.com/#siyuan-note/siyuan&Date)
|
||||||
|
|
||||||
|
|
||||||
## 🗺️ Roadmap
|
## 🗺️ Roadmap
|
||||||
|
|
||||||
* [SiYuan development plan and progress](https://github.com/orgs/siyuan-note/projects/1)
|
* [SiYuan development plan and progress](https://github.com/orgs/siyuan-note/projects/1)
|
||||||
|
@ -70,6 +70,19 @@
|
|||||||
* 定时微信提醒
|
* 定时微信提醒
|
||||||
* 云端收集箱
|
* 云端收集箱
|
||||||
|
|
||||||
|
## 🏗️ 架构设计和开源生态
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
* [bazzar](https://github.com/siyuan-note/bazaar):社区集市
|
||||||
|
* [dejavu](https://github.com/siyuan-note/dejavu):数据仓库
|
||||||
|
* [riff](https://github.com/siyuan-note/riff):间隔重复系统
|
||||||
|
* [petal](https://github.com/siyuan-note/petal):插件系统
|
||||||
|
* [chrome](https://github.com/siyuan-note/siyuan-chrome):Chrome 扩展
|
||||||
|
* [lute](https://github.com/88250/lute):结构化的编辑器引擎,支持 Go 和 JavaScript
|
||||||
|
* [ios](https://github.com/siyuan-note/siyuan-ios): iOS APP
|
||||||
|
* [android](https://github.com/siyuan-note/siyuan-android): Android APP
|
||||||
|
|
||||||
## 🌟 Star History
|
## 🌟 Star History
|
||||||
|
|
||||||
[](https://star-history.com/#siyuan-note/siyuan&Date)
|
[](https://star-history.com/#siyuan-note/siyuan&Date)
|
||||||
|
@ -38,6 +38,7 @@ Below are the detailed changes in this version.
|
|||||||
* [Update `Recently used appearance` style](https://github.com/siyuan-note/siyuan/issues/8392)
|
* [Update `Recently used appearance` style](https://github.com/siyuan-note/siyuan/issues/8392)
|
||||||
* [Improve multiblock Copy - Duplicate insert](https://github.com/siyuan-note/siyuan/issues/8394)
|
* [Improve multiblock Copy - Duplicate insert](https://github.com/siyuan-note/siyuan/issues/8394)
|
||||||
* [Improve plugin load performance](https://github.com/siyuan-note/siyuan/issues/8397)
|
* [Improve plugin load performance](https://github.com/siyuan-note/siyuan/issues/8397)
|
||||||
|
* [The sidebar panel will no longer pop up when dragging kanban on the mobile](https://github.com/siyuan-note/siyuan/issues/8402)
|
||||||
|
|
||||||
### Bugfix
|
### Bugfix
|
||||||
|
|
||||||
@ -53,6 +54,7 @@ Below are the detailed changes in this version.
|
|||||||
### Document
|
### Document
|
||||||
|
|
||||||
* [Add instructions for deleting cloud storage after subscription expires in the user guide](https://github.com/siyuan-note/siyuan/issues/8370)
|
* [Add instructions for deleting cloud storage after subscription expires in the user guide](https://github.com/siyuan-note/siyuan/issues/8370)
|
||||||
|
* [Add architecture design chapter to README](https://github.com/siyuan-note/siyuan/issues/8416)
|
||||||
|
|
||||||
### Development
|
### Development
|
||||||
|
|
||||||
|
@ -38,6 +38,7 @@
|
|||||||
* [更新 `最近使用的外觀` 樣式](https://github.com/siyuan-note/siyuan/issues/8392)
|
* [更新 `最近使用的外觀` 樣式](https://github.com/siyuan-note/siyuan/issues/8392)
|
||||||
* [改進多塊 複製 - 重複 插入](https://github.com/siyuan-note/siyuan/issues/8394)
|
* [改進多塊 複製 - 重複 插入](https://github.com/siyuan-note/siyuan/issues/8394)
|
||||||
* [改進插件加載性能](https://github.com/siyuan-note/siyuan/issues/8397)
|
* [改進插件加載性能](https://github.com/siyuan-note/siyuan/issues/8397)
|
||||||
|
* [在移動端過拽看板時不再拉出側欄面板](https://github.com/siyuan-note/siyuan/issues/8402)
|
||||||
|
|
||||||
### 修復缺陷
|
### 修復缺陷
|
||||||
|
|
||||||
@ -53,6 +54,7 @@
|
|||||||
### 文檔
|
### 文檔
|
||||||
|
|
||||||
* [在用戶指南中添加訂閱過期後刪除雲端存儲的詳細說明](https://github.com/siyuan-note/siyuan/issues/8370)
|
* [在用戶指南中添加訂閱過期後刪除雲端存儲的詳細說明](https://github.com/siyuan-note/siyuan/issues/8370)
|
||||||
|
* [在自述文件中添加架構設計章節](https://github.com/siyuan-note/siyuan/issues/8416)
|
||||||
|
|
||||||
### 開發者
|
### 開發者
|
||||||
|
|
||||||
|
@ -38,6 +38,7 @@
|
|||||||
* [更新 `最近使用的外观` 样式](https://github.com/siyuan-note/siyuan/issues/8392)
|
* [更新 `最近使用的外观` 样式](https://github.com/siyuan-note/siyuan/issues/8392)
|
||||||
* [改进多块 复制 - 重复 插入](https://github.com/siyuan-note/siyuan/issues/8394)
|
* [改进多块 复制 - 重复 插入](https://github.com/siyuan-note/siyuan/issues/8394)
|
||||||
* [改进插件加载性能](https://github.com/siyuan-note/siyuan/issues/8397)
|
* [改进插件加载性能](https://github.com/siyuan-note/siyuan/issues/8397)
|
||||||
|
* [在移动端过拽看板时不再拉出侧栏面板](https://github.com/siyuan-note/siyuan/issues/8402)
|
||||||
|
|
||||||
### 修复缺陷
|
### 修复缺陷
|
||||||
|
|
||||||
@ -53,6 +54,7 @@
|
|||||||
### 文档
|
### 文档
|
||||||
|
|
||||||
* [在用户指南中添加订阅过期后删除云端存储的详细说明](https://github.com/siyuan-note/siyuan/issues/8370)
|
* [在用户指南中添加订阅过期后删除云端存储的详细说明](https://github.com/siyuan-note/siyuan/issues/8370)
|
||||||
|
* [在自述文件中添加架构设计章节](https://github.com/siyuan-note/siyuan/issues/8416)
|
||||||
|
|
||||||
### 开发者
|
### 开发者
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user