mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-12-05 00:08:06 +00:00
Get rid of the old "fieldgrid" and "fieldlist" widgets
Instead, we'll use the "list" widget with the new support for macros.
This commit is contained in:
@@ -307,17 +307,6 @@ exports.forEachTiddler = function(/* [sortField,[excludeTag,]]callback */) {
|
||||
}
|
||||
};
|
||||
|
||||
exports.getAllTiddlerFields = function() {
|
||||
var results = [];
|
||||
for(var title in this.tiddlers) {
|
||||
$tw.utils.each(this.tiddlers[title].fields,function(field,fieldName) {
|
||||
$tw.utils.pushTop(results,fieldName);
|
||||
});
|
||||
}
|
||||
results.sort();
|
||||
return results;
|
||||
};
|
||||
|
||||
/*
|
||||
Return an array of tiddler titles that are directly linked from the specified tiddler
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user