← Examples Gallery

remark-alap

Edit markdown and config on the left. [text](alap:@macro) links become interactive menus in the preview.

Markdown Source

Config


      

Help

Markdown syntax

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

Expression syntax

.tagAll items with this tag
itemIdA specific item by ID
@macroExpand a named macro
.a + .bIntersection (both tags)
.a | .bUnion (either tag)
.a - .bSubtraction (a without b)

Note: Expressions with spaces (operators) must use macros in Markdown — the parser breaks on spaces inside URLs.

Available tags

Available macros