-
Startup error: Successfully avoid potential data corruption / Failed to get kernel serve port
2024-07-23 02:49I do not think the issue is caused by siyuan as the program itself. Since you cannot acces workspace for creating a backup, try to backup the entire siyuan workspace directory to an external USB to restore later.
- For testing download try the siyuan .deb format instead of the AppImage, see if issue persists.
- If you have a Virtual Machine, try siyuan inside the guest OS to see if same issue persists. Alternatively another device/laptop entirely for testing.
- Try system update
sudo zypper dup
for example - Try checking if your diskspace is full. Tools like
qdirstat
will allow you to check diskspace using GUI, instead of terminal. The error refers to cloud storage, probably because there is no diskspace. - In worst case scenario OpenSUSE allows to revert to a snapshot. You should try that
-
Moving a block loses block reference/ID.
2024-05-20 20:01Better solution i think:
- Create block
- Copy reference
- Paste in new page
- Right click "purple reference" and select
Turn into-> Define Block and its children
Step 4 will move original block to destination note and place the reference of original in source note. Basically switch original and reference positions.
-
Why does it tries to contact b3logfile.com constantly?
2024-05-20 19:56Any network packets when
auto update
,Google analytics
,upload errors & diagnostics
andNetwork serving
are disabled? -
Failed to get kernel serve port
2024-05-14 19:34No response yet? I have the same issue and found solution 2 worked for me. Try option 3 first then 2.
Troubleshoot in english is difficult to find. I checked the chinese github issues for you and translated with links:-
Usefull to remember there are two log files (Source: https://github.com/siyuan-note/siyuan/issues/8047):
- log 1: Workspace--> /temp/siyuan.log
- log 2: C:\Users\username.config\siyuan\app.log (windows) OR /home/User/.config/siyuan (linux)
-
Delete the folder in C:\Users\username.config\siyuan(windows) or /home/user/.config/siyuan(linux ) Before deleting try disabling anti-virus and firewall if possible (Source: Issue #8047 · siyuan-note/siyuan)
This forces you to relocate your workspace to open
-
Kill the SiYuan-Kernel process in task manager and restart:
Source: Issue #8047 · siyuan-note/siyuan
-
-
Is it possible for markdown export to link to other files?
2024-03-21 18:56I appreciate your resonse, but it is not only for complete batch export for users to turn away from siyuan, but rather for collaborative reasons and to publish notes. Users of Siyuan can collaborate and share specific notes.
I just want a guide on how to use
anchor hash
. How would I proceed after I used the feature after export, so postanchor hash
. I do not quite understand what to do with the new file after export. -
Is it possible for markdown export to link to other files?
2024-03-20 23:56I think the issue remains with
anchor hash
for the reason that it is limited to notebook currently, meaning I cannot select rendering from Markdown to HTML from thenotebook_ex > export > (selectable=Markdown/siyuan.sy.zip)
.How would i export my notes to HTML with
anchor hash
? I think I would be limited to usingpandoc input.md -o output.html
, I tried it with pandoc, which succesfully creates html with link to other note, but it just opens the other note without navigation to the<span>
block, so no hash jump in browser (brave/firefox) to block. -
Is it possible for markdown export to link to other files?
2024-03-20 23:23The
anchor hash
feature currently creates a span object<span id="20231110120736-ze6m41f"></span>
. Some kind of program should be able to understand and find this block inside the note as reference. Can anyone help me understand how this can be useful after export, where do I use this, which program understands this syntax?The export mode
Anchor hash
for notebook Markdown exporting has some limitations.In the case i want to publish a particular note (with links to other notes) my approach is:
- From main notebook export the notebook you want to publish to .sy.zip file
- Create new (temporary) notebook
- import .sy.zip file to new temp notebook
- Export temp notebook export it to any selectable format (only markdown is currently selectable)
Other limitation of
Anchor has
export and the only way I got it to work (performed testing by exporting to Obsidian):- currently only works for notebook and does not allow nested notes. In the process of exporting all notes must be unnested inside notebook for .md export to function.
- Currently does not support block reference. Can only link to main note. Tested by importing to obsidian (not a siyuan issue, but a markdown syntax limitation i presume)
Depending on the responses here I might add a feature request soon that involves the concept of user selectable export syntax. In which before execution of export using
anchor hash
a user can type in the conversion syntax to apply. User is presented with input fields much like thesettings > Export > Anchor text wrapping symbol
fields.Conversion syntax for siyuan > obsidian would be: [[test3.md/Note 2#^d8bf62|Note 2]] and conversion input fields could somehow be [[ .. / .. #^ .. | .. ]]
-
Is it possible for markdown export to link to other files?
2023-12-08 19:59I noticed an issue with footnote mode posted Any export method not working (crash/freeze) app on setting -> Export -> Ref -> footnote