Good evening,
I'm using JavaScript to move from passage to passage, but I'd like to be able to show links in the storyboard without them showing up in the passage. Right now I'm doing a workaround like:
And then I have some CSS like:
I'm wondering if there is possibly a more elegant way? I started digging into the Snowman source code a bit.
Also, as an aside, I've been having very good luck using custom tags and then matching them with JQuery and replacing them with richer "components".
I'm using JavaScript to move from passage to passage, but I'd like to be able to show links in the storyboard without them showing up in the passage. Right now I'm doing a workaround like:
This is a random passage. <Destinations>[[one]] [[two]] [[three]]</Destinations>
And then I have some CSS like:
Destinations { display: none; }
I'm wondering if there is possibly a more elegant way? I started digging into the Snowman source code a bit.
Also, as an aside, I've been having very good luck using custom tags and then matching them with JQuery and replacing them with richer "components".