If you're trying to process a single line, and not use a plugin like 
InlineJavascriptPlugin, then what you can do is:

1) In your generating (display) tiddler, put:

<<tiddler echoTiddler with: {{
   var stuff=store.getTiddlerText('test2');
   stuff ? "**"+stuff.split("\n").join("\n**") : "" ; 
}} >>

2) Create a support tiddler echoTiddler to return this result. Note that 
you can re-use this tiddler.

$1

3) Where it says 'test2', is where you put your tiddler with the list of 
objects you wanted formatted with bullets.

Note that this won't automatically update when you change the contents of 
'test2'. You have to open and close the generating tiddler.


HTH
Mark


On Tuesday, June 18, 2013 4:12:35 AM UTC-8, Mat wrote:
>
> I'm hoping for some way, be it via tiddler macro or not, to transclude the 
> text from a tiddler on the wikified format
>
> **text\n
>
> ...but if there is no text, then "" (or nothing?) should be returned.
>
> Thanx
>
> <:-)
>

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to