mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-22 09:30:14 +01:00
🎨 Attribute View data synchronization https://github.com/siyuan-note/siyuan/issues/7552
This commit is contained in:
parent
2d190bf708
commit
e8e645f02b
3 changed files with 19 additions and 2 deletions
|
|
@ -28,7 +28,9 @@ import (
|
|||
"github.com/siyuan-note/siyuan/kernel/treenode"
|
||||
)
|
||||
|
||||
func RenderAttributeView(avID string) (dom string) {
|
||||
func RenderAttributeView(avID string) (dom string, err error) {
|
||||
waitForSyncingStorages()
|
||||
|
||||
attrView, err := av.ParseAttributeView(avID)
|
||||
if nil != err {
|
||||
logging.LogErrorf("parse attribute view [%s] failed: %s", avID, err)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue