mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-02 14:58:49 +01:00
🎨 Supports local shorthands on Android https://github.com/siyuan-note/siyuan/issues/14414
This commit is contained in:
parent
afead500fb
commit
40d8677155
1 changed files with 0 additions and 3 deletions
|
|
@ -59,7 +59,6 @@ func MoveLocalShorthands(boxID, hPath, parentID, id string) (retID string, err e
|
|||
|
||||
buff.Write(bytes.TrimSpace(data))
|
||||
buff.WriteString("\n\n")
|
||||
logging.LogInfof("read shorthand [%s] content [%s]", p, data)
|
||||
toRemoves = append(toRemoves, p)
|
||||
}
|
||||
|
||||
|
|
@ -77,8 +76,6 @@ func MoveLocalShorthands(boxID, hPath, parentID, id string) (retID string, err e
|
|||
return
|
||||
}
|
||||
|
||||
logging.LogInfof("shorthand content [%s]", content)
|
||||
|
||||
retID, err = CreateWithMarkdown("", boxID, hPath, content, parentID, id, false, "")
|
||||
if nil != err {
|
||||
logging.LogErrorf("create doc failed: %s", err)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue