First line
2nd Line
<$transclude mode="block"/><$view field="text" format="text" />
\define .write-tiddler(title, caption, created, modified, tags, type, text)
<$codeblock code="""<div caption="$(caption)$" created="$(created)$" modified="$(modified)$" tags="$(tags)$" title="$(title)$" type="$(type)$">
<pre>$(text)$</pre>
</div>
"""/>
\end
\define .write-values(title)
<$vars title="""$title$""" caption={{$title$!!caption}} created={{$title$!!created}} modified={{$title$!!modified}} tags={{$title$!!tags}} type={{$title$!!type}} text={{$title$!!text}}>
<$macrocall $name=".write-tiddler"/>
</$vars>
\end
Below is how the tiddler : [[How a Tiddler is Stored in a TiddlyWiki file]] : is stored in this ~TiddlyWiki's html file:
<<.write-values title:"""How a Tiddler is Stored in a TiddlyWiki file""">><pre><$text text={{MyTiddler}}/></pre>
--
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+...@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
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/7e08011a-76ad-4663-a181-cc9f2a3c5189%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.