changed stats order
This commit is contained in:
parent
b60128905f
commit
946776f221
2
main.js
2
main.js
|
@ -495,9 +495,9 @@ function showinfo()
|
||||||
var tags = gettags(currentnote);
|
var tags = gettags(currentnote);
|
||||||
showtemporaryinfo(
|
showtemporaryinfo(
|
||||||
[
|
[
|
||||||
|
"saved: " + saved + (lastsaved? " (" + lastsaved + ")": ""),
|
||||||
"sync: " + (settings.sync ? "en" : "dis") + "abled",
|
"sync: " + (settings.sync ? "en" : "dis") + "abled",
|
||||||
"title: " + currentnote.title,
|
"title: " + currentnote.title,
|
||||||
"saved: " + saved + (lastsaved? " (" + lastsaved + ")": ""),
|
|
||||||
"line count: " + md.value.split("\n").length,
|
"line count: " + md.value.split("\n").length,
|
||||||
"word count: " + getwords(),
|
"word count: " + getwords(),
|
||||||
"cursor position: " + md.selectionStart + " (" + pospercent() + "%)",
|
"cursor position: " + md.selectionStart + " (" + pospercent() + "%)",
|
||||||
|
|
Loading…
Reference in New Issue