CustomMarkup

Sometimes it's necessary to include custom HTML markup in the <head> of a TiddlyWiki file - typically for compatibility with ad serving software, external libraries, or for custom meta tags. The CustomMarkup operation defines four shadow tiddlers whose contents are spliced into the saved HTML file. (If you do a view/source you'll see the markers referred to below).

Title Location Marker
MarkupPreHead Start of the <head> section <!--PRE-HEAD-START-->
MarkupPostHead End of the <head> section <!--POST-HEAD-START-->
MarkupPreBody Start of the <body> section <!--PRE-BODY-START-->
MarkupPostBody End of the <body> section <!--POST-BODY-START-->

MarkupPreHead is the only one with shadow content: a link to the default location of the RSS feed.

11 February 2011 (created 11 February 2011)
inserted by FC2 system