Thank you Mario (as always), but I put up a simple test case
http://tabort4.tiddlyspace.com/#fet (pmario added)

> <<tiddler [[tidName]] "indent">>

yields the same result: second paragraph not indented. BTW, that's a
tiddler macro argument I'm not familiar with and was quite surprised
to see it work at all!

...but maybe it is a ".indent CSS" matter. I find it in
StyleSheetLayout where it says:

#contentWrapper
.indent {margin-left:3em;}

Not sure what to do...

:-)


On Jun 30, 4:37 pm, PMario <pmari...@gmail.com> wrote:
> How does your .indent CSS look like?
>
> can yout try:
>
> <<forEachTiddler where 'tiddler.tags.contains("tag1")'
>         write   '"* [["+tiddler.title+"]]\n<<tiddler [["+tiddler.title
> +"]] "indent">>\n\n"'
>
> Transcluding a tiddler like:
> <<tiddler [[tidName]] "indent">>
>
> is very similar to your snippet but imo produces a different HTML DOM
> structure.
>
> I didn't test it. so it is a hint only
> -m

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.

Reply via email to