is 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
oh 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