mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-31 13:58:49 +01:00
🎨 Convert ref to text only when sharing to the community https://github.com/siyuan-note/siyuan/issues/14100
This commit is contained in:
parent
1385870e39
commit
00c2d79fe0
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, Conf.Export.BlockEmbedMode, Conf.Export.FileAnnotationRefMode,
|
||||
".md", 3, 1, 1,
|
||||
"#", "#",
|
||||
"", "",
|
||||
false, nil, true, &map[string]*parse.Tree{})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue