mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
🎨 Add statistics on selected blocks and total blocks https://github.com/siyuan-note/siyuan/issues/13235
This commit is contained in:
parent
adb942b4d5
commit
14bb85017f
15 changed files with 33 additions and 7 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue