-
Bug when selecting blocks with the keyboard
2024-04-30 16:21Thanks for the feedback Issue #11194 · siyuan-note/siyuan
-
"Expand / Collapse" - suggestions for improvements (1)
2024-04-30 16:14Thank you, we understand the scenario and requirements. We need to add a shortcut key "Jump to the parent block". Through this shortcut key, we can jump from Block-A4 to Block A, and then use Ctrl+↑ to collapse.
The "Jump to the previous block in the parent level" you mentioned also seems to be needed in scenarios. Let's consider it together Issue #11193 · siyuan-note/siyuan
-
SiYuan Lifetime Subscription is now on sale, seats are limited
2024-04-30 09:14Hello, this is an display error. The current lifetime subscription does not need to be renewed after purchase.
-
"Expand / Collapse" - suggestions for improvements (1)
2024-04-27 10:09Try collapsing with Ctrl+↑, then ↑ to move to the parent level and then continue collapsing with Ctrl+↑.
-
"Exit focus" shortcut doesn't work
2024-04-27 10:05Thanks for the feedback, please follow Issue #11165 · siyuan-note/siyuan
-
Quick insertion of a child block
2024-04-27 10:01Thanks for the suggestion, please pay attention to Issue #11164 · siyuan-note/siyuan
-
"Expand / Collapse" - suggestions for improvements (2)
2024-04-27 09:48Please try to use Alt+Click the list item block icon or the list item dot to fold/expand the sibling nodes of the same level. Although this operation cannot directly specify the operation level, it should be able to replace the recursive folding/expansion you need, thanks.
-
Database - Dates and Grouping
2024-04-26 22:51 -
Database Template Format
2024-04-26 22:11Sorry for the late reply, the next version (v3.0.12) will support Issue #11158 · siyuan-note/siyuan
Usage:
.action{FormatFloat "#,###.##" (mulf .Monthly 12)}
-
'Add to Database' question
2024-04-26 21:56This function can be seen as recording metadata for blocks and managing these metadata (sorting, filtering, etc.) through different views, thereby making it easier to manage blocks.
-
Miscellaneous questions
2024-04-26 21:53- You can consider using the database function, which has a date field
- The desktop version is a full-featured version. The browser version does not support exporting/importing some formats. For specific limilitations, please refer to the User Guide - Docker Hosting chapter
- Use Esc to select the current block, use Shift+↑ to expand the selection, and then Del/Backspace
- Referring to the first point, it is recommended to use a database. You can also consider related plugins in the marketplace
- Recent versions support Issue #11157 · siyuan-note/siyuan
Thanks for the feedback!
-
Headings auto-expanding (disable)
2024-04-10 07:50Yes, it should be impossible to achieve at present.
-
Headings auto-expanding (disable)
2024-04-09 23:16Sorry, this cannot be done. Expanding the heading will expand all blocks below including sub-blocks.
-
kernel version failed
2024-04-06 18:35Hello, please open the workspace/temp/siyuan.log kernel log file to see if the kernel has started normally.
-
is this true?
2024-04-01 08:35Please refer to the User Guide - Data Security - Data Availability Guarantee chapter.
-
is this true?
2024-03-31 23:21I think it's unlikely, essentially both .json and .md are text files, so technically there's not much difference between them.
The biggest difference between .json and .md is human readability. Standard .md can be directly modified manually, but manually modifying .json is much more difficult. If you are not careful, it is easy to cause syntax errors and data exceptions, so we do not recommend modifying the .json directly, thank you.
-
Parameterized queries
2024-03-29 08:31We are very sorry. Due to some security reasons, LianDi cannot be accessed without logging in.
-
Why does it tries to contact b3logfile.com constantly?
2024-03-27 13:25Used for checking updates and downloading statistics from the market. If you have any doubts about privacy and security, you can capture the network packets and review the relevant codes. Thank you.
-
Problem in creating database.
2024-03-25 18:09According to the log, the view data is lost:
E 2024/03/25 08:52:23 node.go:598: parse attribute view [20240325082545-pcrrx9h] failed: view not found
I noticed that there is a lot of data sync merging in the log, which is not normal. Please refer to the data synchronization chapter of the user guide to confirm whether the usage is incorrect, thank you.
-
Sync issue?
2024-03-25 17:28Hello, our cloud service status is all normal. Please upload the system log to locate the problem. Thank you.
-
Disable Doc Tree from collapsing each time I use the Replace function
2024-03-24 09:36Please pay attention to Issue #10652 · siyuan-note/siyuan thanks.
-
Problem in creating database.
2024-03-22 09:15Hello, it seems from the log that the view data is lost. I am not sure how this problem is caused. If you can provide complete reproduction steps, it will help us further solve this problem. Thank you.
-
Student's database
2024-03-21 21:20You can export the database structure by exporting the document template; mirroring the database blocks and using multiple views to manage data in different documents is our recommended approach, thank you.
-
Problem in creating database.
2024-03-21 21:18Please try F5 refresh. If it still cannot be loaded, please export the system log in Settings - About and upload it to reply to me. Thank you.
-
Is it possible for markdown export to link to other files?
2024-03-21 21:11Usage scenarios I think we can try to wait for the early proposers of the requirements who participated in the discussion above to respond with suggestions.
-
Is it possible for markdown export to link to other files?
2024-03-21 10:49The reason why this function is placed at the notebook level is because some users no longer want to use SiYuan and need complete batch export, so support for this function is not considered at the document level.
I'm not sure if the span tag still exists after pandoc converts the HTML, but I'm sure anchor jumps can be used and you can write HTML tests in the browser.
-
PC Desktop and Android Sync - Out of whack
2024-03-21 08:30Hello, SiYuan will not merge the data of the same document in both directions, but will overwrite it according to the last synchronization time. Please refer to the data synchronization chapter of the user guide for more details, thank you.
-
Is it possible for markdown export to link to other files?
2024-03-20 23:34In theory, programs that support standard Markdown (CommonMark) should be able to support parsing and rendering inline HTML elements, that is,
<span>
, but they may not necessarily support anchor hash jumps. After rendering from Markdown to HTML, the browser can support anchor hash jumping, so currently, exporting references as anchor hashs is the optimal solution. -
What does this renameable button do in Databases?
2024-03-20 09:08This is the name of the view, which can be modified through the right-click menu;
+
is used to create a new view. Different views can be configured with different sorting and filtering, but share a set of data.