From 95193e1d93c567abffa9d3ed1186f1b90f6cf1ad Mon Sep 17 00:00:00 2001 From: quenousimporte <76260127+quenousimporte@users.noreply.github.com> Date: Tue, 21 Feb 2023 12:04:36 +0100 Subject: [PATCH] added: notes count in stat --- main.js | 1 + 1 file changed, 1 insertion(+) diff --git a/main.js b/main.js index 494c1df..8bd4b89 100644 --- a/main.js +++ b/main.js @@ -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,