mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-09-20 16:42:02 +00:00
Don't count references to shadow tiddlers as missing tiddlers
This commit is contained in:
@@ -173,7 +173,7 @@ describe("Filter tests", function() {
|
||||
});
|
||||
|
||||
it("should handle the '[is[missing]]' operator", function() {
|
||||
expect(wiki.filterTiddlers("[is[missing]]").join(",")).toBe("TiddlerZero,TiddlerSix,TiddlerTwo");
|
||||
expect(wiki.filterTiddlers("[is[missing]]").join(",")).toBe("TiddlerZero,TiddlerTwo");
|
||||
expect(wiki.filterTiddlers("[!is[missing]sort[title]]").join(",")).toBe("$:/TiddlerTwo,a fourth tiddler,Tiddler Three,TiddlerOne");
|
||||
expect(wiki.filterTiddlers("[[TiddlerOne]is[missing]]").join(",")).toBe("");
|
||||
expect(wiki.filterTiddlers("[[TiddlerZero]is[missing]]").join(",")).toBe("TiddlerZero");
|
||||
|
||||
@@ -25,7 +25,7 @@ Store your tiddlers in a single HTML file along with the JS
|
||||
# Create tiddlers, show links, missing, orphans, tags, tagging, references
|
||||
# Use missing tiddlers to find a typo
|
||||
# Show shadow tiddlers and system tiddlers
|
||||
# Show stylesheet handling - [[$:/themes/snowwhite/base]]
|
||||
# Show stylesheet handling - [[$:/themes/tiddlywiki/snowwhite/base]]
|
||||
# Drag an image from the file system
|
||||
# Use the image in a tiddler
|
||||
# Edit the image
|
||||
|
||||
Reference in New Issue
Block a user