Hi Josiah

When the TW5 core code needs to read the tiddlers from a TW HTML file, it looks 
for the string:

<div id="storeArea" style="display:none;">

The individual tiddler DIVs immediately follow, terminated by </div>.

You can use the same marker for inserting tiddlers but they will be overridden 
by any other tiddlers with the same title already in the file.

To put your tiddlers after any existing tiddlers, you’d have to search back 
from <!--~~ Library modules ~~--> to find the preceding </div>, and insert your 
tiddlers immediately before it.

Another point to notice is that the attribute values and tiddler content are 
HTML encoded. You may want to make sure you test with tiddlers called things 
like “Tom & Jerry” to test.

Best wishes

Jeremy.


> On 28 Jan 2020, at 11:25, TiddlyTweeter <tiddlytwee...@assays.tv> wrote:
> 
> Ton Gerner wrote:
> You wil see the tiddler with title xxxxx is inserted just before
> 
> <!--~~ Library modules ~~-->
> 
> (In TW 5.1.21 at line# 9460)
>  
> Many thanks!  
> 
> TT
> 
> -- 
> 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 tiddlywiki+unsubscr...@googlegroups.com 
> <mailto:tiddlywiki+unsubscr...@googlegroups.com>.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/tiddlywiki/4d6e9d79-a7dd-4395-83f9-a215fd54d992%40googlegroups.com
>  
> <https://groups.google.com/d/msgid/tiddlywiki/4d6e9d79-a7dd-4395-83f9-a215fd54d992%40googlegroups.com?utm_medium=email&utm_source=footer>.

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/112FDA59-BAC2-469E-9272-1AC43179B222%40gmail.com.

Reply via email to