mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-08-07 22:33:50 +00:00
variables.js -- set default sort name to "alphabetical"
This commit is contained in:
parent
51f6e02ab0
commit
c072d41eb8
@ -34,7 +34,7 @@ exports.variables = function(source,operator,options) {
|
|||||||
case "raw":
|
case "raw":
|
||||||
sort = false;
|
sort = false;
|
||||||
break;
|
break;
|
||||||
case "sort": // the fallthrough is intentional. "sort" is default
|
case "alphabetical": // the fallthrough is intentional. "alphabetical" is default
|
||||||
default:
|
default:
|
||||||
sort = true;
|
sort = true;
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user