🎨 Support directly access data/public/* contents via URL link https://github.com/siyuan-note/siyuan/issues/8593

This commit is contained in:
Daniel 2023-06-22 16:41:55 +08:00
parent c540046b8e
commit ed5700ebd6
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
5 changed files with 187 additions and 78 deletions

View file

@ -204,6 +204,7 @@ The data is saved in the workspace folder, in the workspace data folder:
* `templates` is used to save template snippets
* `widgets` is used to save widgets
* `plugins` is used to save plugins
* `public` is used to save public data
* 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
### Does it support data synchronization through a third-party sync disk?