1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-04-20 09:43:13 +00:00

Start to let story macro read storyview from a tiddler

This is for getting the view dropdown working
This commit is contained in:
Jeremy Ruston 2012-06-20 17:43:31 +01:00
parent 122e7bc770
commit ca9b68a5d3

View File

@ -26,6 +26,7 @@ exports.info = {
story: {byName: "default", type: "tiddler"},
defaultViewTemplate: {byName: true, type: "tiddler"},
defaultEditTemplate: {byName: true, type: "tiddler"},
storyviewTiddler: {byName: true, type: "tiddler"},
storyview: {byName: true, type: "text"}
}
};