-
The Korean input is malfunctioning
2023-12-23 16:50OK, we will continue to try to solve this problem, please use this temporary solution for now, thanks.
-
Additional inquiry on Korean input
2023-12-23 10:32Hello, try Ctrl+P (mobile app right panel search) and enter Korean in the search input box, then close the search, then enter it in the editor to see if it can return to normal.
-
The Korean input is malfunctioning
2023-12-23 10:31Hello, try Ctrl+P and enter Korean in the search input box, then close the search, then enter it in the editor to see if it can return to normal.
-
Additional inquiry on Korean input
2023-12-23 09:42Hello, we are troubleshooting this issue, please pay attention to https://github.com/siyuan-note/siyuan/issues/9591
-
The Korean input is malfunctioning
2023-12-22 22:23Got it, we'll have to take another look, thank you.
-
The Korean input is malfunctioning
2023-12-22 08:39Hello, is the input method in Korean before starting SiYuan? If so, please switch to English and start it, or test it in reverse, thank you.
-
The Korean input is malfunctioning
2023-12-21 09:37We have received a similar feedback before https://github.com/siyuan-note/siyuan/issues/9591.
We will try to solve it later, thank you.
-
The Korean input is malfunctioning
2023-12-21 09:24Hello, can you tell us your operating system version and input method configuration?
-
Documents getting randomly deleted (SiYuan Sync)
2023-12-20 19:44Hello, if it is not the latest version, please upgrade to the latest version and check again. We have recently fixed some issues related to cloud synchronization.
If this problem continues to occur, please upload the system logs of all devices participating in the synchronization for our analysis. In addition, please refer to the data synchronization chapter of the user guide for synchronization principles and precautions. Thank you.
-
S3 sync usefullness of Cloud sync dir option?
2023-12-18 21:29Sorry, I misunderstood your question before. This is indeed the case. For S3/WebDAV synchronization, the cloud sync directory list is only for display, and management operations such as creation or deletion cannot be performed.
-
S3 sync usefullness of Cloud sync dir option?
2023-12-18 20:25Hello, the cloud directory corresponds to the storage bucket, so that multiple workspaces can be associated with different storage buckets.
-
When exporting in markdown, '-' instead of '*'
2023-12-17 22:51Hello, in standard Markdown, both characters can be used as markers for unordered lists, so we chose
*
.Could you tell us why
-
is necessary? Thank you very much :) -
Export features question: Anchor text wrapping symbol
2023-12-08 20:44This configuration item is usually used with the Ref option. Set the Ref option to
Just anchor text
, and then set the configuration item to[[
and]]
, so that the exported block reference element will become[[Anchor text]]
so that other software can recognize it. -
Any export method not working (crash/freeze) app on setting -> Export -> Ref -> footnote
2023-12-08 20:38Hello, I cannot reproduce the freeze export problem here. If it is convenient, please make a minimum reproducible data set and upload it so that we can debug it. Thank you.
-
Can't Export notebook on android
2023-12-07 16:04Hello, please try to use the Settings - Network serving function, and then try to export on the PC browser.
-
Self-made template?
2023-12-01 22:08It's absolutely possible, you can export the template in Document - Export.
-
Is it possible for markdown export to link to other files?
2023-12-01 08:39Maybe it is feasible. If you have time, you can simply verify it and see if there are developers in the community to implement and improve it. Thank you.
-
Documentation for "Copy block *"
2023-11-29 10:24The main difference between copy block ref and copy block hyperlink (Markdown) is that ref establish bidirectional links (reference counting and backlink panel), but block hyperlink do not.
-
Is it possible for markdown export to link to other files?
2023-11-29 09:23Hello, you can try setting the reference export to footnote mode. We think this is the best ref export solution because most Markdown parsers support footnotes.
-
Is it possible for markdown export to link to other files?
2023-11-26 21:21Sorry, converting references to relative paths to Markdown files is not supported.
Some of the existing reference export modes can be seen in Settings - Export:
-
Encryption with S3 sync
2023-11-16 00:02Hello, data synchronization is based on the data repo, and the data repo only needs to be initialized once.
-
Can't copy API token string
2023-11-14 21:19Slide out the right panel, and then scroll to the bottom will show the "About".
-
WebDav Koofr - Request for support
2023-11-06 09:35From the error message, it appears that the connection is established via HTTPS. You can try skipping TLS.
-
WebDav Koofr - Request for support
2023-11-06 09:05Hello, the request status code 423 is returned by the WebDAV server. It may be because there are many requests in a short period of time and the server cannot handle it.
We recommend using S3 instead of WebDAV because WebDAV has poorer performance and stability.
-
Inline Math - can I somehow do simple Math like summing up a table column?
2023-10-28 20:58Paid users can already experience it first, and it will have to wait until it is officially released to all users.
-
Inline Math - can I somehow do simple Math like summing up a table column?
2023-10-26 17:18Hello, we are developing the database table view feature that can filter, sort and calculate https://github.com/siyuan-note/siyuan/issues/2829
There are currently no support plans for chart drawing, thank you.