-
Does the browser-end not support link embeds?
2023-10-20 09:55Hello, this is mainly because some websites have set browser security policies and do not allow embedding. The desktop version can embed because SiYuan has skipped some security policies, but it cannot be done in the browser environment.
-
Failed to synchronize data at startup
2023-10-18 16:39Hello, this should be a configuration problem, such as incorrect authentication. Please check the kernel log (workspace/temp/siyuan.log), which will contain detailed error information.
-
SiYuan's Chrome extension is broken?
2023-10-10 09:39Please provide the URL and operation steps (screenshot) so that we can troubleshoot the problem, thank you.
-
How to use "inbox" feature?
2023-10-08 10:48There should be no connected program at present (as far as I know). This requires third-party applications to be developed and connected.
-
How to use "inbox" feature?
2023-10-08 09:59Hello, Inbox currently only provides APIs for external applications to connect.
-
How to import Obsidian Vault?
2023-09-24 14:47Hello, the browser-end does not support importing Markdown, only the desktop-end supports it.
-
Turn inline reference into embed block
2023-09-21 09:06Sorry, this cannot be done in SiYuan because inline-level elements cannot be converted to block-level elements.
-
Please give options for custom daily note dates
2023-09-09 10:14Notebook context menu Settings - New daily note
-
What is encrypted in detail?
2023-09-04 08:43Hello, all files located in the workspace/data/ will be encrypted. For details, please refer to the source code repository https://github.com/siyuan-note/dejavu, thanks.
-
How to use siyuan on a ARM mechine?
2023-08-29 20:03Hello, currently you can only try to compile from source code by yourself.
-
Thoughts about membership one-time payment features?
2023-08-06 11:02- Does the life-time subscription ($148) include all future pay features as well or only for these "S3/WebDAV" and "Asset content search" features?
Includes all future pay features. - Does the "LiuYun: $64 (earlybird $48)" includes all future one-time pay features or only for these "S3/WebDAV" and "Asset content search" features?
Includes all future pay features.
We will update the pricing page later to describe the difference clearly, thank you.
- Does the life-time subscription ($148) include all future pay features as well or only for these "S3/WebDAV" and "Asset content search" features?
-
[SOLVED] How to increase application font size
2023-07-29 12:24Hi, I tested the appimage program on Ubuntu, Ctrl+-, Ctrl+0 and Ctrl++ all work fine.
-
[SOLVED] How to increase application font size
2023-07-28 16:54Normally Ctrl++ is to zoom in, I tested it and it works fine. You can try Ctrl+0 to see if it restores the default size.
-
metadata widget on block + type attribute as yaml + attribute type number
2023-07-23 07:19Please watch this repo https://github.com/siyuan-note/insider, the alpha version will be released in this repo, thanks.
-
SiYuan as an Outliner?
2023-07-20 22:33@MonkCanatella We found this UI problem, the next version will slightly reduce the height gap between some blocks, thank you.
-
Formatting
2023-07-20 10:43There is basically no limit, and there is no problem with millions of characters in normal recording. For the storage structure, please refer to the FAQ section of the user guide. For more technical details, please refer to the source code, thank you.
-
Formatting
2023-07-19 10:39Each document is stored independently in a .sy-suffixed JSON file, indexed by SQLite at runtime.
-
SiYuan Lifetime Subscription is now on sale, seats are limited
2023-07-16 20:44Hello, we are using https://www.qiniu.com/ to host cloud data at present, all data is end-to-end encrypted, don't worry about leaking your data privacy, thanks.
-
Formatting
2023-07-16 18:27Basically everything that can be done has been done, please export the .sy.zip and upload it to the post, we will see if we can find the specific problem, thank you.
-
[Solved] Moved from Logseq - get my Wikilinks back on Track
2023-07-15 20:11You can only import the entire folder at one time, SiYuan cannot incrementally recognize
[[wikilinks]]
, thanks. -
Formatting
2023-07-15 20:09This may be a concern, we have tried our best to deal with exporting standard Markdown, such as supporting exporting references as footnotes. However, some formatting elements are missing and cannot be taken care of (such as the inline html you mentioned).
It can be considered that the powerful typesetting function is directly related to the underlying storage format. As far as we know, there is currently no note-taking software that can guarantee rich typesetting formats and can be migrated at any time. The Markdown format appears to be portable, but this is based on the premise that only "Standard Markdown" is used. If extended syntax is used, its migration is more difficult than other open source structured formats.
In the early days, SiYuan was also stored in Markdown. Later, when we realized the above problems, we changed to use JSON and completely opened the source code of SiYuan. Our purpose of doing this is obviously not to lock users in a specific private format, but to facilitate data conversion by users in the future.
These are some of our considerations and choices, thank you for your trial and evaluation of SiYuan.
-
Faster syncing?
2023-07-14 01:17Yes, the current synchronization mechanism will not consider changes for the time being.
This is not quite like chat messages. Data synchronization also needs to consider external changes (for example, on the desktop, users may use other applications to change asset files, such as editing pictures), so we choose the incremental file snapshot solution. Before synchronization, it is necessary to traverse the file system to generate snapshots. If it is too frequent, it will cause a certain waste of system resources. In addition, each synchronization needs to download the snapshot index from the cloud, and network traffic will also be used.
In summary, we will not consider reducing the synchronization interval for the time being, unless the user manually triggers the synchronization, thank you.
-
Faster syncing?
2023-07-13 22:57After the mobile device data is changed, a cloud icon will appear on the interface, click to synchronize.
If the frequency of automatic synchronization is too high, system and network resources will be wasted. Considering that SiYuan is not a collaborative editing product, we do not use a synchronous algorithm for collaborative editing, but use incremental snapshots of files to achieve synchronization (similar to Git). It can guarantee performance and consistency in the case of a large number of files.
Thank you for your trial and attention to SiYuan.