On Oct 20, 6:56 pm, Antaeus Feldspar <[email protected]> wrote: > Because I expect that the text between the delimiters may be very > large, I'd rather not be copying the entire text into memory, so the > alternative I was planning to use was to store the offsets at which > the delimited text had been found, and have the interface element > display the substring of getTiddlerText that occurs between those > offsets when it's called upon to display the text.
What is "large"? TiddlyWiki has some tags, that can "hide" tiddlers from end users: excludeLists excludeSearch excludeMissing If you use all 3 of them most end users won't see these tiddlers. If this is not enough, with some tweaking, it would be possible to remove the edit tiddler button if a tiddler is tagged exclude* ... -m -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" 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/tiddlywikidev?hl=en.
