1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-10-05 10:20:45 +00:00

variables.js -- set default sort name to "alphabetical"

This commit is contained in:
pmario 2024-02-22 19:40:38 +01:00
parent 51f6e02ab0
commit c072d41eb8

View File

@ -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;