-
Severe security issues: hardcoded encryption key + IV value
2025-04-10 11:30Hello, I suggest you look at the place where the encryption function is called, and you will find that it is not an end-to-end encryption key.
The implementation of end-to-end encryption is here, the implementation of key initialization is here.
Real open source products are trustworthy, even if they are "Made in China" :)
-
Privacy and stability concerns
2025-04-06 11:24.sy is an open source format. Even if we stop developing it, the format will not change and can be used for life.
-
Privacy and stability concerns
2025-04-03 11:34Hello,
- This can only be modified by forking the project
- SiYuan is completely open source, no need to worry about format blocking
- There is no plan to significantly improve the mobile experience in the short term
- Welcome PR (website project https://github.com/Vanessa219/b3log-index)
Thank you for your feedback.
-
Offline VIP
2025-04-02 11:44Copy the
userData
value in your workspace/conf/conf.json and then start SiYuan. -
Can search be adjusted to ignore diacritics?
2025-03-30 17:41Unicode case folding is currently supported, but diacritics are not supported, thanks.
-
SiYuan wants to access files managed by "iCloud Drive"
2025-03-29 09:31Hello, SiYuan will traverse the
$home/LibraryMobile Documents/
folder to check if there is a workspace in the folder. If it exists, it will prompt the user not to put the workspace in the iCloud path. Perhaps this traversal causes the request for macOS to access iCloud.If you have confirmed that the workspace is not placed in the iCloud path, please reject this request. Thanks for the feedback.
-
OTP / MFA Support in Selfhosted Docker?
2025-03-23 11:48There is no native feature, but you can implement a more secure authentication method on the reverse proxy server yourself.
-
How to chose license?
2025-03-22 12:41Hello, you can use it by deploying it with Docker, but multiple people using it online at the same time may encounter some unpredictable problems. After all, SiYuan is mainly for individuals, not for collaboration.
-
Many Clarifying SiYuan Questions Before Migration
2025-03-20 16:46Hello, I will try my best to answer your concerns.
- SiYuan of this data scale will not encounter too big performance problems. For performance optimization, please refer to User Guide - Performance Optimization
- In addition to the server, browser rendering also requires calculations. Please refer to the above item
- Data synchronization can work on Docker/iOS, and all devices keep the same copy of the data
- Account verification requires SiYuan's cloud service;
Cloud Inbox
can try to build locally (such as through plugins). In the future, we will not move existing free features to paid plans - Internationalization requires the help of the community. For GitHub Issues, if it is raised in English, we will reply in English, and if it is in Chinese, we will reply in Chinese, so that communication is more efficient
- At present, development resources are mainly concentrated on the desktop-end. This is a compromise made due to limited development resources. Our own wish is to maintain the best user experience on all device-ends
Thank you for your interest in SiYuan. If you have any questions, please feel free to post.
-
Which is Less Laggy: One Long Doc or Several Short Docs?
2025-03-16 20:56That's not the case, the main point is that each block should not be too large.
-
Which is Less Laggy: One Long Doc or Several Short Docs?
2025-03-16 10:26Please refer to the User Guide - Performance Optimization section
-
Feature Request | Obsidian's Exclusive Markdown Editing Experiences
2025-03-13 16:36Sorry, this is not considered, SiYuan is not a Markdown text editor.
-
The problem I had with the latest version of Siyuan
2025-03-11 10:07Thanks for your feedback. This issue will be fixed in the next version Issue #14277 · siyuan-note/siyuan
-
Choose a Primary Workspace
2025-03-05 17:45Here are two articles from the SiYuan Chinese Community:
Please refer to them through translation software, thank you.
-
Choose a Primary Workspace
2025-03-05 09:36Please refer to the User Guide - General Operations - Workspace - Switch workspace
-
Auto-Remove Images from Assets Folder
2025-03-04 23:30Settings - Assets - Unreferenced assets - Delete
-
Feature Request: Integrate InfraNodus for Advanced Graph View
2025-02-21 17:23Please consider implementing it via a plugin, and let us know if you need support for providing a kernel data API.
-
Which database view do you need most at present?
2025-02-21 17:20This function does not consider the use of third-party libraries, thank you.
-
Affiliate Program for Promoting SiYuan's subscription?
2025-02-21 09:00First of all, thank you for your recognition of SiYuan.
Currently, there is no "Affiliate Program". After the limited 512-seat lifetime subscription event ends, we will start an annual subscription. The annual subscription may have two options:
- Purchase and activate the current account
- Bulk purchase of activation codes, which can be used to activate other accounts. Bulk purchases will have a significant discount
The second option can be used for distribution. However, this is just an idea at the moment, and the specific implementation time is not yet determined. Thank you!
-
SiYuan Plugin Development: Quick Start
2025-02-20 11:42- No requirements
- No requirements
- Please follow the license of the dependent library
-
sync fails after updating
2025-02-17 16:10If changing from https to http doesn't work, you can try installing the TestFlight beta version: https://testflight.apple.com/join/BBLHMJ4g
-
sync fails after updating
2025-02-17 10:29Hello, the iOS App is still under review. If everything goes well, it should be available within the next two days. Thank you.
If you are currently using v3.1.21, you can try changing https to http in Endpoint, and it should be synchronized normally.