added: notes count in stat

This commit is contained in:
quenousimporte 2023-02-21 12:04:36 +01:00
parent c6fab0a1ca
commit 95193e1d93
1 changed files with 1 additions and 0 deletions

View File

@ -495,6 +495,7 @@ function showinfo()
(tags ? "tags: " + tags : ""),
"saved: " + saved,
"spell check: " + (md.spellcheck ? "en" : "dis") + "abled",
"notes count: " + localdata.length,
"word count: " + getwords(),
"current filter: " + currenttag || "",
"current note start: " + stat.cur.t,