diff --git a/website/๐Ÿ”Œ Query.md b/website/๐Ÿ”Œ Query.md index c32c118a..9a156bf2 100644 --- a/website/๐Ÿ”Œ Query.md +++ b/website/๐Ÿ”Œ Query.md @@ -112,7 +112,7 @@ For the sake of simplicity, we will use `page` data source and limit the results |name |lastModified |perm|type|uri |repo |author | |--|--|--|--|--|--|--| -|๐Ÿ”Œ Query |1659180321311|rw|plug|core:query |https://github.com/silverbulletmd/silverbullet |Silver Bullet Authors| +|๐Ÿ”Œ Query |1659180816719|rw|plug|core:query |https://github.com/silverbulletmd/silverbullet |Silver Bullet Authors| |๐Ÿ”Œ Mattermost|1659111156000|rw|plug|github:silverbulletmd/silverbullet-mattermost/mattermost.plug.json|https://github.com/silverbulletmd/silverbullet-mattermost|Zef Hemel | |๐Ÿ”Œ Backlinks |1659108035000|rw|plug|ghr:Willyfrog/silverbullet-backlinks |https://github.com/Willyfrog/silverbullet-backlinks |Guillermo Vayรก | |๐Ÿ”Œ Ghost |1659108035000|rw|plug|github:silverbulletmd/silverbullet-ghost/ghost.plug.json |https://github.com/silverbulletmd/silverbullet-ghost |Zef Hemel | @@ -125,14 +125,26 @@ For the sake of simplicity, we will use `page` data source and limit the results **Result:** Okay, this is much better. However, I believe this needs a touch from a visual perspective - -|name |uri | -|--|--| -|๐Ÿ”Œ Query |core:query | -|๐Ÿ”Œ Mattermost|github:silverbulletmd/silverbullet-mattermost/mattermost.plug.json| -|๐Ÿ”Œ Backlinks |ghr:Willyfrog/silverbullet-backlinks | -|๐Ÿ”Œ Ghost |github:silverbulletmd/silverbullet-ghost/ghost.plug.json | -|๐Ÿ”Œ Git |github:silverbulletmd/silverbullet-github/github.plug.json | + +|name |author |repo | +|--|--|--| +|๐Ÿ”Œ Query |Silver Bullet Authors|https://github.com/silverbulletmd/silverbullet | +|๐Ÿ”Œ Mattermost|Zef Hemel |https://github.com/silverbulletmd/silverbullet-mattermost| +|๐Ÿ”Œ Backlinks |Guillermo Vayรก |https://github.com/Willyfrog/silverbullet-backlinks | +|๐Ÿ”Œ Ghost |Zef Hemel |https://github.com/silverbulletmd/silverbullet-ghost | +|๐Ÿ”Œ Git |Zef Hemel |https://github.com/silverbulletmd/silverbullet-github | -#### 5.4 Query to select only certain fields \ No newline at end of file +#### 5.4 Display the data in a format defined by a template + +**Goal:** We would like to display the data from 5.3 in a nice format using bullet points with links to Plug pages, with author name and link to their GitHub repo. + +**Result:** Here you go this is the result we would like to achieve ๐ŸŽ‰. Did you see how I used `render` and `template/plug` in a query? ๐Ÿš€ + + +* [[๐Ÿ”Œ Query]] by **Silver Bullet Authors** ([repo](https://github.com/silverbulletmd/silverbullet)) +* [[๐Ÿ”Œ Mattermost]] by **Zef Hemel** ([repo](https://github.com/silverbulletmd/silverbullet-mattermost)) +* [[๐Ÿ”Œ Backlinks]] by **Guillermo Vayรก** ([repo](https://github.com/Willyfrog/silverbullet-backlinks)) +* [[๐Ÿ”Œ Ghost]] by **Zef Hemel** ([repo](https://github.com/silverbulletmd/silverbullet-ghost)) +* [[๐Ÿ”Œ Git]] by **Zef Hemel** ([repo](https://github.com/silverbulletmd/silverbullet-github)) + \ No newline at end of file