If you are using a NestedSlider you can use the ">" automatically adds 
blockquote formatting to slider content whci is similar to indent.

I have done this in a cascading set of ForEachTiddlers

Regards
TonyM

On Sunday, 1 July 2012 00:19:57 UTC+10, twgrp wrote:
>
> Via a simple forEach I'm generating a list to show the title and 
> contents of each listed tiddler. 
>
> For each listed item, the first paragraph indents nicely but the 
> indentation is lost once there is a new paragraph/line break, like 
> this: 
>
> ----------------------------------------- 
> * title1 
> __paragraph1, nicely indented 
>
> paragraph2, shood be indentated too... but, nope, ain't 
> ----------------------------------------- 
>
>
> <<forEachTiddler where 'tiddler.tags.contains("tag1")' 
>         write        '"* [["+tiddler.title+"]]\n{{indent{<<tiddler 
> [["+tiddler.title 
> +"]]$))}}}\n\n"' 
> >> 
>
> I figure there must be a solution because if I use eg. second level 
> bullets (**) all paragraphs indent properly. I've searched the 
> archives but I can't quite find anything discussing this particular 
> aspect. 
>
> Thank you!

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/JlIPRJ_LQbkJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.

Reply via email to