changed stats order

This commit is contained in:
quenousimporte 2023-11-19 21:41:44 +01:00
parent b60128905f
commit 946776f221
1 changed files with 1 additions and 1 deletions

View File

@ -495,9 +495,9 @@ function showinfo()
var tags = gettags(currentnote);
showtemporaryinfo(
[
"saved: " + saved + (lastsaved? " (" + lastsaved + ")": ""),
"sync: " + (settings.sync ? "en" : "dis") + "abled",
"title: " + currentnote.title,
"saved: " + saved + (lastsaved? " (" + lastsaved + ")": ""),
"line count: " + md.value.split("\n").length,
"word count: " + getwords(),
"cursor position: " + md.selectionStart + " (" + pospercent() + "%)",