By replying, we'll get about a half-dozen hits from people who will explain 
it better ;-)

The following is mostly true:

Inside of filter runs, use single <>,[],{}. The qualification is that the 
entire filter run has a real or implied set of square brackets:

    filter="Josiah David Mark" -- each name has an implied double bracket. 
So the same as

    filter="[[Josiah]] [[David]] [[Mark]]"

But if I Josiah, David, and Mark (a popular 1960s folk music group, I 
think) were names of variables, then the filter could look like:

    filter="[<Josiah>] [<David>] [<Mark>]"

But, outside of a filter run AND outside of a macro,  macros/variables need 
double <<>> :

    <<Josiah>> <<David>> & <<Mark>> lived by the sea ... 

Inside of a macro, you can refer to macros with double brackets:

\define dragonpuff()
    <<Josiah>> <<David>> & <<Mark>> lived by the sea ... 

or with variable placeholder notation :

\define dragonpuff()
    $(Josiah)$ $(David)$ & $(Mark)$ in the land of Sara-lee ... 

Just to make things interesting, there is a new notation using double angle 
brackets for arguments inside of macros:

\define dragonlyric(item1 item2)
    And brought him <<__item1__>> and <<__item2__>> with a might puff!
  
You'll need to clarify what confuses you about quotes. Obviously I'm 
confused about who I'm quoting quite often ...


-- Mark






On Saturday, August 4, 2018 at 10:06:47 AM UTC-7, @TiddlyTweeter wrote:

> I can't admit I understand the complexity of "Brackets" (<> <<>> [] [[]] 
> curly variants etc) or "Quotes" ("", ''  '', ''' ''' etc).
>
> Is there a *Crib Sheet* that gives an overview of their variant use? They 
> seem pretty important to understand well.
>
> Josiah
>

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/97acf22e-1bf0-460a-a1ae-a24b724c2ae6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to