Reece Shaw wrote:
>
> http://pharmayap.tiddlyspot.com/ here's the demo I posted, I think. Let 
> me know if that works.
>

You can do this:

\define fff-display(field:"")
<$list filter='[is[current]has[$field$]]'>
<$transclude field="$field$" mode="block"/>
</$list>
\end

@@.myclass
"""
Text
<<fff-display "test">>Text
"""
@@

<style>
.myclass p { margin-block-end:0; }
</style>

Or, if you remove the """ then you can keep the macrocall and the 
subsequent line on separate rows.

I don't see a general way to have this always apply without explicitly 
adding a class to it.

<:-)

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/9082eba7-4d5b-4527-9f96-802b2d830295%40googlegroups.com.

Reply via email to