/*\ title: js/macros/story.js \*/ (function(){ /*jslint node: true */ "use strict"; var utils = require("../Utils.js"); // Parse the text of a story tiddler into an array of tiddler titles var parseStory = function(storyText) { var storyLines = storyText.split("\n"), tiddlers = []; for(var t=0; t