🎨 数据历史文档支持只读可视化预览 https://github.com/siyuan-note/siyuan/issues/5735
This commit is contained in:
parent
5d70f3cf64
commit
70c2299764
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@ func GetDocHistoryContent(historyPath, keyword string) (content string, isLargeD
|
|||
}
|
||||
|
||||
if isLargeDoc {
|
||||
util.PushMsg(Conf.Language(36), 3000)
|
||||
util.PushMsg(Conf.Language(36), 5000)
|
||||
formatRenderer := render.NewFormatRenderer(historyTree, luteEngine.RenderOptions)
|
||||
content = gulu.Str.FromBytes(formatRenderer.Render())
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue