mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-02 14:29:55 +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":
|
||||
sort = false;
|
||||
break;
|
||||
case "sort": // the fallthrough is intentional. "sort" is default
|
||||
case "alphabetical": // the fallthrough is intentional. "alphabetical" is default
|
||||
default:
|
||||
sort = true;
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user