A big thank you Mark S! This has actually been a problem for many years for 
me, but you solved it!!!

For anyone less advanced (like myself) reading this, I use this inside a 
forEachTiddler to list tiddlers titles but also their contents on the line 
below. The problem has been that no content gives an empty line rather than 
no line causing less-than-pretty lists. Thanks to Mark S my lists are now 
tight and clean!

<:-D

On Wednesday, June 19, 2013 1:19:17 AM UTC+2, Mark S. wrote:
>
> Take 2.
>
> You can make it even easier to use by creating a tiddler bulletShooter 
> with these contents:
>
> <<tiddler echoTiddler with: {{
>    var stuff=store.getTiddlerText('$1');
>    stuff ? "$2"+stuff.split("\n").join("\n$2") : "" ; 
> }} >>
>
>
> Also make the echoTiddler described previously.
>
> Now you can call bulletShooter like this:
>
> <<tiddler bulletShooter with: test2 '**'>>
>
> Where test2 is the name of the tiddler with the text you want to bullet 
> and '**' is the type of bullet to apply.
>
> Have fun,
> 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