mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-19 08:14:50 +00:00
parent
c4058c4662
commit
ec0769d7ca
@ -283,7 +283,7 @@ exports.getTiddlers = function(options) {
|
||||
for(t in this.tiddlers) {
|
||||
if($tw.utils.hop(this.tiddlers,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]);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user