Is there a way by which I can export the text field as wikified text?
I have played around with the wikifywidget but cannot work out to get round the obvious transclusion errors.
--
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 view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/70dd2832-99b1-4246-b4b5-d6e409c5c968o%40googlegroups.com.
I will do that.
But how do you share a code snippet in a box like I have seen in many posts?
This button will copy the contents of the text field of the filtered tiddlers to a field called wikified text. All wikitext characters are omitted and the text will be plain text.<br>
<$button>
click here
<$list filter="[tag[test]]">
<$wikify name=text1 text={{{ [{!!title}get[text]] }}}>
<$action-setfield $tiddler={{!!title}} $field="wikitext" $value=<<text1>> />
</$wikify>
</$list>
</$button>