D

88250
Follow
#1 2023-05-26 12:07:04 Join
2.8k
Home View
388h37m
Online time
Do good deeds without asking about the future.
  • Support for different currencies in database fields

    2025-07-07 10:07

    We will add support for Thai Baht formatting in numeric fields in the next version (v3.2.1), Issue #15232 · siyuan-note/siyuan

    For now, you can try to use template fields to implement the Thai Baht formating requirements, thank you.

  • How do I get openai integration to work?

    2025-07-06 12:00

    Hello, this is a known issue and will be fixed in the next version. Thank you.

  • Change folder path for syncing workspace

    2025-07-04 10:49

    You can find the path to the workspace in the main menu:

    image.png

    After exiting SiYuan, copy the workspace folder to the path you need on the file system, then start SiYuan and open the copied folder in the workspace menu.

  • relative path for link

    2025-06-22 22:49

    Relative paths may cause some problems. Since this is not the main development direction at present, we will not invest development resources to solve it for the time being. We hope that community developers can help take a look.

    Ctrl+K still follows the unified anchor text rule (that is, if the anchor text can be obtained, it will be obtained, and if it cannot be obtained, a hyperlink will be used), while Ctrl+Shift+V and Alt+drag are for files, so there will be some differences.

  • Does OCR need enabling? -> not working

    2025-05-20 08:38

    Sorry, no plans at the moment.

  • Does OCR need enabling? -> not working

    2025-05-19 17:37

    Please refer to chapter "Image OCR to extract text" in SiYuan User Guide - Assets.

  • Feature Request: Augmented Browsing & Google Search

    2025-05-07 11:41

    I think that's all there is to it.

  • Feature Request: Augmented Browsing & Google Search

    2025-05-06 20:54

    I think these features are suitable for plugin implementation, thanks.

  • SiYuan Web Clipper Assistance

    2025-04-29 10:26

    This problem is a bit difficult to troubleshoot. Can you make a minimal dataset workspace that can reproduce the problem and send it to us for debugging? 845765@qq.com

  • API Clarifications

    2025-04-16 20:26

    Q2: When the file paths are the same, conflicts will definitely occur if they are modified on different devices and then synchronized.

    Q3: In addition to reloading the entire UI, you can also try reloading only the editor /api/ui/reloadProtyle.

  • SiYuan Web Clipper Assistance

    2025-04-16 10:35

    Please rebuild the index in SiYuan and try again.

  • SiYuan Web Clipper Assistance

    2025-04-15 10:07

    I tested here that it can be saved correctly in the path:

    Before clipping:

    image.png

    Clipper settings:

    image.png

    After clipping:

    image.png

  • redacted

    2025-04-10 11:30

    Hello, 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" :)

  • in file search with on-page highlight?

    2025-04-07 23:15

    Please try this plugin:

    image.png

  • 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:34

    Hello,

    1. This can only be modified by forking the project
    2. SiYuan is completely open source, no need to worry about format blocking
    3. There is no plan to significantly improve the mobile experience in the short term
    4. Welcome PR (website project https://github.com/Vanessa219/b3log-index)

    Thank you for your feedback.

  • Offline VIP

    2025-04-02 11:44

    Copy the userData value in your workspace/conf/conf.json and then start SiYuan.

  • How to chose license?

    2025-03-31 21:57

    Please follow AGPL.

  • Can search be adjusted to ignore diacritics?

    2025-03-30 17:41

    Unicode case folding is currently supported, but diacritics are not supported, thanks.

  • SiYuan wants to access files managed by "iCloud Drive"

    2025-03-29 09:31

    Hello, 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:48

    There 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:41

    Hello, 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.

  • Commercial License

    2025-03-21 00:04

    Sorry, no such license is currently planned.

  • Many Clarifying SiYuan Questions Before Migration

    2025-03-20 16:46

    Hello, I will try my best to answer your concerns.

    1. SiYuan of this data scale will not encounter too big performance problems. For performance optimization, please refer to User Guide - Performance Optimization
    2. In addition to the server, browser rendering also requires calculations. Please refer to the above item
    3. Data synchronization can work on Docker/iOS, and all devices keep the same copy of the data
    4. 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
    5. 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
    6. 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:56

    That'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:26

    Please refer to the User Guide - Performance Optimization section

  • Feature Request | Obsidian's Exclusive Markdown Editing Experiences

    2025-03-13 16:36

    Sorry, this is not considered, SiYuan is not a Markdown text editor.

  • Line break in database text field

    2025-03-12 10:17

    Shift+Enter

  • The problem I had with the latest version of Siyuan

    2025-03-11 10:07

    Thanks for your feedback. This issue will be fixed in the next version Issue #14277 · siyuan-note/siyuan