On Tuesday, 28 January 2020 13:44:14 UTC+1, Jeremy Ruston wrote:
>
> 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 <tiddly...@assays.tv <javascript:>> 
> 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 tiddl...@googlegroups.com <javascript:>.
> 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/b8026965-e093-41f3-9919-14d3bce2f739%40googlegroups.com.

Reply via email to