mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-22 17:40:13 +01:00
🎨 Improve exporting to community https://github.com/siyuan-note/siyuan/issues/13792
This commit is contained in:
parent
970b82a718
commit
c53fa9fb2c
1 changed files with 1 additions and 1 deletions
|
|
@ -269,7 +269,7 @@ func Export2Liandi(id string) (err error) {
|
|||
title := path.Base(tree.HPath)
|
||||
tags := tree.Root.IALAttr("tags")
|
||||
content := exportMarkdownContent0(tree, util.GetCloudForumAssetsServer()+time.Now().Format("2006/01")+"/siyuan/"+Conf.GetUser().UserId+"/", true,
|
||||
".md", 4, 1, 0,
|
||||
".md", 4, Conf.Export.BlockEmbedMode, Conf.Export.FileAnnotationRefMode,
|
||||
"#", "#",
|
||||
"", "",
|
||||
false, nil, true, &map[string]*parse.Tree{})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue