Separating Blocks of Sections

FrankFKA
31 Jul 2016, 19:30

Hey,
I am very new to Squiffy, but it's been a very straightforward process to learn the system.
Anyways, I am writing a complex story, where commands like "Stay Quiet" are used multiple times for different purposes.
Is there a way to separate a certain number of sections from others?
For example, [[Stay Quiet]] from one section will lead to one block of text, but [[Stay Quiet]] from another section will lead to another block of text.


alice-blue
31 Jul 2016, 21:04

The text in square brackets doesn't have to be the actual name of the section. Just use the section name in parentheses, like this:

[[Stay Quiet]](Section1).
[[Stay Quiet]](Section2).


[[Section1]]:

This is Section 1.


[[Section2]]:

This is Section 2.