added: notes count in stat
This commit is contained in:
parent
c6fab0a1ca
commit
95193e1d93
1
main.js
1
main.js
|
@ -495,6 +495,7 @@ function showinfo()
|
||||||
(tags ? "tags: " + tags : ""),
|
(tags ? "tags: " + tags : ""),
|
||||||
"saved: " + saved,
|
"saved: " + saved,
|
||||||
"spell check: " + (md.spellcheck ? "en" : "dis") + "abled",
|
"spell check: " + (md.spellcheck ? "en" : "dis") + "abled",
|
||||||
|
"notes count: " + localdata.length,
|
||||||
"word count: " + getwords(),
|
"word count: " + getwords(),
|
||||||
"current filter: " + currenttag || "",
|
"current filter: " + currenttag || "",
|
||||||
"current note start: " + stat.cur.t,
|
"current note start: " + stat.cur.t,
|
||||||
|
|
Loading…
Reference in New Issue