🎨 Add statistics on selected blocks and total blocks https://github.com/siyuan-note/siyuan/issues/13235

This commit is contained in:
Daniel 2024-11-23 20:57:17 +08:00
parent adb942b4d5
commit 14bb85017f
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
15 changed files with 33 additions and 7 deletions

View file

@ -188,6 +188,7 @@ type BlockStatResult struct {
LinkCount int `json:"linkCount"`
ImageCount int `json:"imageCount"`
RefCount int `json:"refCount"`
BlockCount int `json:"blockCount"`
}
func ContextPushMsg(context map[string]interface{}, msg string) {