To explain what the (complicated, yes that's true) macros do:

they split the input string into single characters prefixed with an index 
from 1 to text-length, so I have an array:

1h 2e 3l 4l 5o 6%20 7{ 8{ 9$ 10: 11/       and so on

they are numbered so that each list-item is unique

depending what I want to do, I can enlist these numbered characters, remove 
the prefixed number, knowing at what index I am, and doing stuff with the 
character, like matching it and the following ones against a prefix or just 
replacing it or whatever

I can also count the lines if I want, telling at which line something is, I 
guess I can also figure out the index of the char at that specific line

I want to see how far I can go with wikitext only :P


-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/ec5218ff-8d3e-43e8-ad44-d4801cf06641%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to