Hi Joe,

if you want Jed's code to display HTML instead of wikitext, you may use the
format attribute of the View widget:

<$list filter="[tag[Widgets]]">


!!The tiddler tiddler <$view field='title'/>

has the text

---

<pre>
<$view format="htmlwikified" mode="block"/>
</pre>
---

which is is rendered as

---

<$transclude mode=block/>

---

Or perform all transclusions first in a tiddler, then view the result as
html, using the View widget.

Xavier.

-- Xavier Cazin

On Mon, Mar 12, 2018 at 4:03 PM, Jed Carty <inmyso...@gmail.com> wrote:

> Dumping it into a file would take something else (although you can export
> tiddlers in various formats so that may help), but to get the raw text you
> can use the text widget like this probably overly complex example:
>
>
> <$list filter="[tag[testcase]]">
>
>
> !!The tiddler tiddler <$view field='title'/>
>
> has the text
>
> ---
>
> <pre>
> <$text text={{!!text}}/>
> </pre>
>
> ---
>
> which is is rendered as
>
> ---
>
> <$transclude mode=block/>
>
> ---
>
> </$list>
>
> --
> 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 post to this group, send email to tiddlywiki@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/0b35c9aa-f253-4d44-a246-28196e7ab749%40googlegroups.com
> <https://groups.google.com/d/msgid/tiddlywiki/0b35c9aa-f253-4d44-a246-28196e7ab749%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 post to this group, send email to tiddlywiki@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/CADeSwYP5KCe-MnVV03%3DraCxkcoF5AoPzm%2BK1fzv-k1raP%2BssTg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to