-
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 Issue #2829 · siyuan-note/siyuan
There are currently no support plans for chart drawing, thank you.
-
Markdown Folder Import (Obsidian import)
2023-10-24 01:03Hello,
About importing:
- Obsidian references cannot be converted to SiYuan references if they cannot be located externally, because Obsidian references seem to have some kind of built-in private short format syntax that we cannot parse. We can only handle standard Markdown formats and cannot handle private extended Markdown formats
- SiYuan will not perform automatic link conversion on text
About exporting:
- When SiYuan exports Markdown, you can export references as footnotes, Settings - Export - Ref
-
SiYuan Lifetime Subscription is now on sale, seats are limited
2023-10-23 09:59Hello, SiYuan is currently positioned as a personal knowledge management tool and is not recommended for team collaboration. Currently, there should be no problem when editing different documents concurrently. There may be problems when editing the same document. You can setup it through Docker or use the network serving function to test it, thanks.
-
Where is database table in SiYuan Android apps?
2023-10-23 09:38Hello, this feature is currently in the internal beta testing stage and requires paying users to use it. After the end of the internal beta (end of this year) all users can use it, thanks.
-
Where is database table in SiYuan Android apps?
2023-10-21 20:43Hello, currently the mobile-end does not support creating databases and can only synchronize them from the desktop-end to the mobile-end through data synchronization.
-
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.