Some days ago I had an idea how to optimize handling such things:
"Multi-paged" plaintext.
My approach:
I define a "separator" as a page-break symbol and split the text into multiple tabs then.
Raw draft:
[copy or print]
This is text on page 1. Some more text. Yay!
==========================
This is text on page 2. Look how funny it is. Dance, joy.
This is text on page 1. Some more text. Yay!
==========================
This is text on page 2. Look how funny it is. Dance, joy.
--->
[copy or print]
________________________________________
| Tabbed Plaintext Editor |_|X|
|________________________________________|
| |________ |
| Page 1 | Page 2 | |
|________|________|______________________|
| |
| This is text on page 1. (...) |
| |
|________________________________________|
________________________________________
| Tabbed Plaintext Editor |_|X|
|________________________________________|
| |________ |
| Page 1 | Page 2 | |
|________|________|______________________|
| |
| This is text on page 1. (...) |
| |
|________________________________________|
Pro:
* The "tabbed" text files are still plaintext, so they can be edited even with Notepad.
* No bells & whistles, only splitting.
Con:
Well, name them. I wanted to start coding it in January or something, so if there is something wrong with my thoughts, it would be fine if I knew it in time.








Logged





) 
