Use [text](alap:query) to create an Alap link:
[cafes](alap:.coffee) | Tag query |
[bridges](alap:@nyc_bridges) | Macro (use for expressions with spaces) |
[Brooklyn](alap:brooklyn) | Specific item by ID |
.tag | All items with this tag |
itemId | A specific item by ID |
@macro | Expand a named macro |
.a + .b | Intersection (both tags) |
.a | .b | Union (either tag) |
.a - .b | Subtraction (a without b) |
Note: Expressions with spaces (operators) must use macros in Markdown — the parser breaks on spaces inside URLs.