Signin
Signup
zxhd86
Follow
#
8
2023-05-27 18:44:41
Join
1.5k
Home
View
36
Article
+
Reply
+
Comment
4h8m
Online time
0
Articles
161
View articles
0
Follow articles
0
Watch articles
35
Replies
344
View comments
26
Answers
1
Comment
14
Received thanks
1
Given thanks
0
Users followed
0
Follow users
1.5k
Home viewed
5
View homes
571
Point
Post reply
pCloud Backup Conflict and Data Versioning
The solution to your issue can be simply summarized as refraining from using pCloud, at least while running siyuan. Siyuan does not provide compatibility with t ..
5 months
Post reply
How to update database by API?
The api exists, but is not yet stable. You can check the actual api called through the network of the console
9 months
Post reply
Constant Errors
This seems to be a network problem: do you put SiYuan into a sandbox without a network for testing?
10 months
Post reply
Please create video tutorials in English
Please describe your needs and preferably start a new post.
10 months
Thank article
SiYuan Template Function Guide for Newcomers: Template Syntax + Functions + Markdown Block Syntax
Hello everyone! I'm frostime. This tutorial provides a comprehensive introduction to templating and was originally published on the LianDi forum, the official C ..
1 year
Post reply
Self hosted installation and creating account issue
I'm sorry, SiYuan was not designed for this feature: it was not intended to be a team Wiki. The upcoming release services will only offer the option of full-dat ..
1 year
Post reply
PGP keys and/or SHA256 Checksums
[pic] this. Only official releases.
1 year
Post reply
Feature request: Filtering in Embedded Database
You only need to use two feature: Directly copy the database. Currently, the default copying of the database is shallow copying, which means it points to the sa ..
1 year
Post reply
Self hosted installation and creating account issue
SiYuan self-hosting does not provide administrator and user accounts - only an authorization code is required for full access, unless you are accessing it in a ..
1 year
Post reply
Feature request: Filtering in Embedded Database
[pic] this.
1 year
Post reply
SQL Question - Implement With Global Tags (?)
This matter involves advanced SQLite queries, which are not as straightforward as they may seem. Here is a feasible example: SELECT '[\[' || doc.content || '\]] ..
1 year
Post reply
SQL Question - Implement With Global Tags (?)
Regarding the query plugin, which specific plugin are you referring to? It seems like there are several query plugins in SiYuan.
1 year
Post reply
SQL Question - Implement With Global Tags (?)
You can refer to this, although it is in Chinese, it should be well understood using web translation software: [url]
1 year
Post reply
Can I do something like this via plug-ins: improving block navigation via keyboard (It's just an example)?
Totally possible, use the plugin registration editor shortcut to call the /api/block/moveBlock api for free movement of blocks. API documentation can be found a ..
1 year
Post reply
List todo's by page
It is possible to sort by page order, but listing the page titles roughly is not achievable.
1 year
Post reply
Possible to activate third party sync in offline style?
Your idea is wonderful, but here are two questions: how to make sure that the number of activations provided by SiYuan is just within the range of the device yo ..
1 year
Post reply
Exposure to the public: 2-FA for access and logoff
You're using it the right way, just operating the browser correctly is enough to remove the personal content part. As for 2FA, I think it's unlikely ...... This ..
1 year
Post reply
Possible to activate third party sync in offline style?
I prefer to call it activation at will after getting credentials online - you just copy the conf folder after activation on any device, and you can activate the ..
1 year
Post reply
Exposure to the public: 2-FA for access and logoff
When the IP address is exposed, it's not secure enough. You need to use a reverse proxy to hide the real IP and port. There is no 2FA feature available. It cann ..
1 year
Post reply
How can I perform more complicated math in database?
Currently, template columns cannot be referenced to each other. I'm afraid that writing a function will require modifying the source code of SiYuan, which is th ..
1 year
Post reply
Struggle running 1st time Windows
Locate 'siyuan-kernel' in the task manager details and terminate it. Open Siyuan's workspace and delete the 'temp' folder.
1 year
Post reply
Will the database have its own page much like what Notion has?
Actually, multi-view functionality is already supported now. You can simply create a new view on the duplicated database.
1 year
Post reply
Will the database have its own page much like what Notion has?
Simply copy and paste it.
1 year
Post reply
Data lost when copying config from one workspace to another
You can first disable synchronization, manually roll back the snapshot and then change the sync mode to 'Full manual sync'. Click on Sync in your settings menu ..
1 year
Post reply
Is it possible for markdown export to link to other files?
Thanks to the solution provided by the community, the effect of the built-in Siyuan export is perfect! @adham @sagar
1 year
Post reply
Best way of handling pdf without uploading?
You can configure to ignore pdf uploads in data/.siyuan/syncignore, which means you need to handle the synchronization of pdf on your own. Another option is to ..
1 year
Post reply
S3 Sync Issue (Cloudflare R2 / Google Cloud Storage)
The docker version of SiYuan is just a runtime environment without electron, and you can access it through web, but it itself cannot be used as a synchronizatio ..
1 year
Post reply
YAML frontmatter to SiYuan attribute conversion on markdown import
In fact, the export of YAML is supported in Siyuan, but the import is not currently supported. In addition, Siyuan's document block properties are handled diffe ..
1 year
Post reply
Trying to understand sync and backup options
At present, there are more detailed explanations in the Chinese community: [url]
1 year
Post reply
Feature Request: Find Page in Doc Tree
I believe what you are referring to is the existing feature: [pic]
1 year
Post reply
Trying to understand sync and backup options
As far as I know, the custom server sync feature should be a free feature at the moment, just need to log in, you can't sync at the moment may be caused by othe ..
1 year
Post comment
Turn inline reference into embed block
If you open a referenced right-click menu, you should be able to see it
1 year
Post reply
How to use "inbox" feature?
In China, an example has been developed to connect to WeChat, which allows you to send messages to SiYuan in the form of conversations. I think Telegram and Wha ..
1 year
Post reply
SiYuan as an Outliner?
It depends on how you use Siyuan. Extreme support for Siyuan outline note mode Simple node *Node example * 111111111111111111111111111111111111111111 A single n ..
1 year
Post reply
Turn inline reference into embed block
You mean this? [pic]
1 year
Post reply
To-do document containing all to-do's from other documents
copy and use it: {{SELECT * FROM blocks WHERE markdown LIKE '%[ ]%' AND subtype = 't' AND type = 'i'}}
1 year
Post reply
Faster syncing?
As far as I know, you can bind instant sync to a shortcut key to achieve fast sync. Equipped with the Sync perception function, I think it can solve your proble ..
1 year