all rules
Diet+*type+*structure
relevant recipes+*right+*structure
Search : {"type": "Recipe",
"plus": ["diet", {"refer_to": "_LL"}]
}
your support tickets+*right+*structure
Search : {"type": "Support Ticket",
"edited_by": "_LL",
"not": {"plus": ["status", {"refer_to": "closed"} ] }
}
priority tickets+*right+*structure
Search : {"type": "Ticket",
"plus": ["priority", {"refer_to": "_LL"} ]
}
Documentation Ticket+*right+*structure
Search : {"type": "Documentation Ticket",
"plus": ["tag", {"refer_to": "_left"} ]
}
anything closed tagged with+*right+*structure
Search : {"plus": ["status", {"refer_to": "closed"} ],
"right_plus": ["tag", {"refer_to": "_left"} ]
}
discussed in support tickets+*right+*structure
Search : {"type": "Support Ticket",
"plus": ["discussion", {"refer_to": "_LL"} ]
}
tags these people+*right+*structure
Search : {"type": "User",
"plus": ["tag", {"refer_to": "_LL"} ]
}
coopetitors with tag+*right+*structure
Search : {"type": "Peer",
"plus": ["tag", {"refer_to": "_left"} ],
"sort": "name"
}
How To+*type+*structure
RichText :
{{+animal | labeled; title: animal | link}}
{{+tags| labeled; title: tags | link}}
{{+need|titled;title:Problem}}
{{+solution|titled; title: Solution}}
{{+prerequisites|titled;title: Prerequisites}}
{{+steps|titled;title:Steps}}
{{+reference|titled; title: References}}
references+*right+*structure
Search : {"referred_to_by":{"left":"_LL"},
"or":{"type":["in","Cardtype","Features","Setting"],
"included_by":"Syntax Reference"
}
}