-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve importing Markdown #13245
Comments
第二点暂时不处理了,感谢反馈。 |
88250
added a commit
that referenced
this issue
Nov 24, 2024
88250
added a commit
that referenced
this issue
Nov 24, 2024
稍后改进 |
88250
added a commit
that referenced
this issue
Nov 25, 2024
import from local path failed, please check kernel log for details v3.1.14 |
导入obsidian时:import from local path failed, please check kernel log for details v3.1.14 |
@Ffdmx8 请提供 工作空间/temp/siyuan.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
改进markdown文件导入
Is there an existing issue for this?
Can the issue be reproduced with the default theme (daylight/midnight)?
Could the issue be due to extensions?
Describe the problem
有几个问题需要修复一下,优先级从高到底:
siyuan.log中报错如下:
E 2024/11/24 10:05:31 import.go:671: import from local path failed: PANIC RECOVERED: interface conversion: interface {} is int, not string
2. 当导入markdown文件夹在中间某个文件失败时(例如第1点的情况),已导入的文件没有写入思源,没有写入工作空间文件。这就算了,但是再导入一个没问题的md文件时,上次已导入的部分又会被写入思源。
3. 导入后,hpath不正确,会缺失第一级
重建索引后正常
4. 对文件名URL解码时应保留+。各个操作系统是允许在文件名中使用+的,解码时应该保留+,而不是解码成空格。
测试文件:
pages.zip
Expected result
Screenshot or screen recording presentation
No response
Version environment
Log file
无
More information
No response
The text was updated successfully, but these errors were encountered: