Rework extra file system

Now just for adding new custom tags either before or after the rest
This commit is contained in:
Dominik Reh
2023-02-11 14:13:42 +01:00
parent b4fe4f717a
commit f2c3574da7
4 changed files with 37 additions and 45 deletions

View File

@@ -5,6 +5,7 @@ var tagBasePath = "";
// Tag completion data loaded from files
var allTags = [];
var translations = new Map();
var extras = [];
// Same for tag-likes
var wildcardFiles = [];
var wildcardExtFiles = [];