automatic continue linking
azure
07 Sept 2016, 19:05is there some squiffy feature to automatically make 'continue' links after a certain amount of text? an example of what i mean by 'continue' is below:
@title Story
[[a1]]:
@clear
this is the first part of the first chapter.
[[continue]](a2)
[[a2]]:
@clear
this is the second part of the first chapter.
[[continue]](a3)
[[a3]]:
@clear
this is the third part of the first chapter.
and so on
![](https://i.imgur.com/xlYHjF4b.jpg)
Alex Warren
08 Sept 2016, 09:50See the docs: http://docs.textadventures.co.uk/squiffy/continue.html
azure
08 Sept 2016, 15:43oh wow, i somehow missed that. it is much much faster than what i trying to do
is there a way it can do it automatically though, like for instance if a section contains more text than would be displayable, then it would break the text with a continue? thanks