Offering gallery view for result of page query in Logseq. like Notion.

{{renderer :gallery, <page query>, <title>}}
for example
{{renderer :gallery, (page-property tag area), Area}}
Support property Field
| Function | Field | Example |
|---|---|---|
| Cover | cover | cover:: ../assets/IMG_2694_1706277077580_0.jpeg |
| Banner | banner | banner::  |
| Icon | icon | icon:: π» |
| Tags | tags | tags:: Computer, Operating System, MIT, RISC-V |
Note
cover and banner are both support ../assets/IMG_2694_1706277077580_0.jpeg,  and http(s)://xxx/xxx.
if covert and banner both are empty. the cover will be the result of markdown rendered content.
TypeScript
85.0%
JavaScript
10.4%
HTML
3.9%
Offering gallery view for result of page query in Logseq. like Notion.

{{renderer :gallery, <page query>, <title>}}
for example
{{renderer :gallery, (page-property tag area), Area}}
Support property Field
| Function | Field | Example |
|---|---|---|
| Cover | cover | cover:: ../assets/IMG_2694_1706277077580_0.jpeg |
| Banner | banner | banner::  |
| Icon | icon | icon:: π» |
| Tags | tags | tags:: Computer, Operating System, MIT, RISC-V |
Note
cover and banner are both support ../assets/IMG_2694_1706277077580_0.jpeg,  and http(s)://xxx/xxx.
if covert and banner both are empty. the cover will be the result of markdown rendered content.
TypeScript
85.0%
JavaScript
10.4%
HTML
3.9%