mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-09-22 00:20:47 +02:00
📝 加入常见问题和解答
This commit is contained in:
parent
7855319df1
commit
d0249f1001
2 changed files with 114 additions and 10 deletions
62
README.md
62
README.md
|
@ -92,16 +92,68 @@
|
|||
|
||||
获取最新内部预览版(Insider Preview),请将你的 GitHub 登录名发送邮件至 845765@qq.com,我们将邀请你加入 SiYuan 内部预览团队。
|
||||
|
||||
## 📜 文档
|
||||
|
||||
* [思源笔记 - 支持 Markdown 块级引用和双向链接的网状笔记应用](https://ld246.com/article/1598872180233)
|
||||
* [Markdown 实现块级引用双向链接的探索](https://ld246.com/article/1597226949061)
|
||||
|
||||
## 🏘️ 社区
|
||||
|
||||
* [中文讨论区](https://ld246.com/domain/siyuan)
|
||||
* [Discord](https://discord.gg/bzfCBwMzdP)
|
||||
|
||||
## ❓ 常见问题和解答
|
||||
|
||||
### 思源是如何存储数据的?
|
||||
|
||||
数据保存在工作空间文件夹下(默认位于用户家目录 Documents/SiYuan,可在 <kbd>设置</kbd> - <kbd>关于</kbd> 中进行修改),在工作空间 data 文件夹下:
|
||||
|
||||
* `assets` 用于保存所有插入的资源文件
|
||||
* `templates` 用于保存模板片段
|
||||
* `widgets` 用于保存挂件
|
||||
* `emojis` 用于保存 Emoji 图片
|
||||
* 其余文件夹就是用户自己创建的笔记本文件夹,笔记本文件夹下 `.sy` 后缀的文件用于保存文档数据,数据格式为 JSON
|
||||
|
||||
### 思源是开源的吗?
|
||||
|
||||
目前并没有完全开源,但为了保证数据的可迁移性,[数据解析器](https://github.com/88250/protyle)和[编辑器引擎](https://github.com/88250/lute)是完全开源的。
|
||||
|
||||
### 删除文档有什么#注意#事项吗?
|
||||
|
||||
文档被删除后不会出现在操作系统回收站中,而是直接删除,删除时思源会生成编辑历史。
|
||||
|
||||
### 如何才能只换行不新起段落?
|
||||
|
||||
请使用 <kbd>Shift+Enter</kbd>。
|
||||
|
||||
### 如何在中文段首缩进?
|
||||
|
||||
请使用全角空格,这样内容自动折行以后才能对齐。
|
||||
|
||||
### 移动标题时如何带下方块一起移动?
|
||||
|
||||
将标题折叠以后再移动。
|
||||
|
||||
### 如何跨页多选内容块?
|
||||
|
||||
在开始的地方单击,滚动页面以后在结束的地方按住 <kbd>Shift</kbd> 单击。
|
||||
|
||||
### 如何调整表格行列?
|
||||
|
||||
表格块的块标菜单中有操作入口。
|
||||
|
||||
### 如何使用第三方同步盘进行数据同步?
|
||||
|
||||
* 请仅同步 `工作空间/data/`,切勿同步整个工作空间
|
||||
* 思源运行期间请暂停第三方同步,否则可能会出现数据损坏,细节请参考[这里](https://ld246.com/article/1626537583158)
|
||||
* Android 端数据文件夹路径为 `内部存储设备/Android/data/org.b3log.siyuan/files/siyuan/data/`,该路径是应用私有路径,其他程序无法读取,只能手动复制
|
||||
* 第三方同步和思源同步存在冲突,切勿同时使用
|
||||
|
||||
### 计划支持插件吗?
|
||||
|
||||
思源支持((20201004184819-nj8ibyg "在浏览器上使用")),可以通过浏览器插件来扩展功能。我们很期待其他开发者为思源编写浏览器插件。随着((20201227194925-7ipoiv6 "内核 API")) 的逐步提供,后续我们会引入插件机制。
|
||||
|
||||
### 使用需要付费吗?
|
||||
|
||||
本地功能完全免费使用,[云端服务](https://b3log.org/siyuan/pricing.html)需要年付订阅。
|
||||
|
||||
非中国大陆地区的用户请勿付费订阅,因为思源云端服务器无法保证非中国大陆地区可用。
|
||||
|
||||
## 💌 参与贡献
|
||||
|
||||
目前思源笔记的一些组件是开源的,欢迎参与贡献。
|
||||
|
|
|
@ -90,15 +90,67 @@ Cloud services require a paid subscription.
|
|||
To get the latest Insider Preview, please send an email with your GitHub login name to 845765@qq.com, and we will invite
|
||||
you to join the SiYuan Insider Preview team, thanks.
|
||||
|
||||
## 📜 Documentation
|
||||
|
||||
* [SiYuan - A desktop Markdown Block-Reference and Bidirectional-Link note-taking application](https://ld246.com/article/1598872180233)
|
||||
* [Markdown implements the exploration of block-level reference bidirectional links](https://ld246.com/article/1597226949061)
|
||||
|
||||
## 🏘️ Community
|
||||
|
||||
* [Discord](https://discord.gg/bzfCBwMzdP)
|
||||
|
||||
## ❓ FAQs
|
||||
|
||||
### How does SiYuan store data?
|
||||
|
||||
The data is saved in the workspace folder (the default is in the user's home directory Documents/SiYuan, which can be modified in <kbd>Settings</kbd> - <kbd>About</kbd>), in the workspace data folder:
|
||||
|
||||
* `assets` are used to save all inserted asset files
|
||||
* `templates` are used to save ((20201204184532-3qm9l8n "template snippets"))
|
||||
* `widgets` are used to save widgets
|
||||
* `emojis` are uaed to save emoji images
|
||||
* The rest of the folders are the notebook folders created by the user, files with the suffix of `.sy` in the notebook folder are used to save the document data, and the data format is JSON
|
||||
|
||||
### Is SiYuan open source?
|
||||
|
||||
Currently, it is not completely open source, but in order to ensure the portability of data, [Data Parser](https://github.com/88250/protyle) and [Editor Engine](https://github.com/88250/ lute) is completely open source.
|
||||
|
||||
### Is there any #Note# for deleting docs?
|
||||
|
||||
After deletion, the doc will not appear in the operating system's recycle bin, but will be deleted directly. When deleted, SiYuan will generate ((20210615213222-vs5tzbd "Edit history")).
|
||||
|
||||
### How can I just wrap and not start a new paragraph?
|
||||
|
||||
Please use <kbd>Shift+Enter</kbd>.
|
||||
|
||||
### How to indent at the beginning of a Chinese paragraph?
|
||||
|
||||
Please use full-width spaces so that the content can be aligned after it is automatically wrapped.
|
||||
|
||||
### How to move the heading and blocks below it?
|
||||
|
||||
Fold the heading and move it later.
|
||||
|
||||
### How to select multiple blocks across pages?
|
||||
|
||||
Click at the beginning, hold down <kbd>Shift</kbd> and click at the end after scrolling the page.
|
||||
|
||||
### How to adjust table rows and columns?
|
||||
|
||||
There is an operation entry in the block icon menu of the table block.
|
||||
|
||||
### How to use a third-party sync disk for data synchronization?
|
||||
|
||||
* Please only synchronize the `workspace/data/`, do not synchronize the entire workspace
|
||||
* Please suspend third-party synchronization during the operation of SiYuan, otherwise data may be damaged. For details, please refer to [here](https://ld246.com/article/1626537583158)
|
||||
* The data folder path on the Android is `internal storage device/Android/data/org.b3log.siyuan/files/siyuan/data/`, which is a private path of the application and cannot be read by other programs and can only be copied manually
|
||||
* There is a conflict between third-party synchronization and SiYuan synchronization, please do not use at the same time
|
||||
|
||||
### Do you plan to support plugins?
|
||||
|
||||
SiYuan supports ((20201004194026-s8h2cog "Use on browser")), which can be extended by browser plug-ins. We are looking forward to other developers writing browser plug-ins for SiYuan. With the gradual provision of ((20201227201751-gv0fpx2 "Kernel API")) , we will introduce a plug-in mechanism in the future.
|
||||
|
||||
### Do I need to pay for it?
|
||||
|
||||
Local functions are completely free to use, [Cloud services](https://b3log.org/siyuan/pricing.html) requires annual subscription, price is $64/year。
|
||||
|
||||
Users in non-Mainland China regions should not pay for subscriptions, because SiYuan Cloud Server cannot guarantee availability in non-Mainland China regions.
|
||||
|
||||
## 💌 Participate in contribution
|
||||
|
||||
At present, some components of SiYuan are open source, and contributions are welcome.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue