Well, drat ... that almost does everything. Should have checked ;-)
But it would need a "by character" and "by line" count because that's
the only feasible way to split up most free-wrapping text. Hmm, is it
possible to do that with the regular expression item seperator?
Something like /.{400}/ ? But even if that works, mine backs up to
find the whole last word. But that's not very important. Having a
count though is important for the pocketbook application, because each
pocketbook tiddler page can only contain so many characters or so many
lines
The other thing mine does ... is to stop after "x" number of tiddlers.
This is important for the pocketbook application, because everything
is being done in octets, and you'll want to change the tiddler stem
name after 8 pages. Hmm ... or maybe I should just change the way I
suck in the octets, so that I can specify a base number at which to
start counting.
A lot to think about.
Thanks!
Mark
On Jul 18, 8:36 am, Eric Shulman <[email protected]> wrote:
> > This script will allow you to split up a large chunk of copied text
> > into however many tiddlers you want, using a specified base (stem)
> > name for the generated tiddlers. It currently uses a character count
> > to to determine the break point, along with word boundaries.
>
> http://www.TiddlyTools.com/#SplitTiddler
>
> also lets you divide the content from a single tiddler into multiple
> smaller tiddlers. However, rather than using a character or line
> count, SplitTiddler divides the content by matching a specified 'item
> separator' character sequence... but it shouldn't be too hard for me
> to add options for 'split by character' or 'split by line'...
>
> enjoy,
> -e
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/TiddlyWiki?hl=en
-~----------~----~----~----~------~----~------~--~---