1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-08 04:54:23 +00:00

Added map parameter to list macro for the listviews to use

This commit is contained in:
Jeremy Ruston 2012-10-27 16:06:30 +01:00
parent a0843f9c51
commit c95cf6b4b0

View File

@ -26,7 +26,8 @@ exports.info = {
emptyMessage: {byName: true, type: "text"}, emptyMessage: {byName: true, type: "text"},
listviewTiddler: {byName: true, type: "tiddler"}, listviewTiddler: {byName: true, type: "tiddler"},
listview: {byName: true, type: "text"}, listview: {byName: true, type: "text"},
itemClass: {byName: true, type: "text"} itemClass: {byName: true, type: "text"},
map: {byName: true, type: "tiddler"}
} }
}; };