Quantcast
Channel: Help! with 2.0 - Twine Forum
Viewing all articles
Browse latest Browse all 1844

Showing a link between passages in storyboard without actually creating a clickable link?

$
0
0
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:
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".

Viewing all articles
Browse latest Browse all 1844

Trending Articles