mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-05-28 20:24:08 +00:00
parent
c4058c4662
commit
ec0769d7ca
@ -283,7 +283,7 @@ exports.getTiddlers = function(options) {
|
|||||||
for(t in this.tiddlers) {
|
for(t in this.tiddlers) {
|
||||||
if($tw.utils.hop(this.tiddlers,t)) {
|
if($tw.utils.hop(this.tiddlers,t)) {
|
||||||
if(options.includeSystem || !this.isSystemTiddler(t)) {
|
if(options.includeSystem || !this.isSystemTiddler(t)) {
|
||||||
if(!options.excludeTag || !this.tiddlers[t].hasTag(excludeTag)) {
|
if(!options.excludeTag || !this.tiddlers[t].hasTag(options.excludeTag)) {
|
||||||
tiddlers.push(this.tiddlers[t]);
|
tiddlers.push(this.tiddlers[t]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user