diff --git a/README.md b/README.md index d2c193fa2..2ccffb02e 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,10 @@ ![blockref.png](https://cdn.jsdelivr.net/gh/siyuan-note/siyuan@master/screenshots/block-ref.gif) +### 动态查询嵌入 + +![block-query-embed.png](https://cdn.jsdelivr.net/gh/siyuan-note/siyuan@master/screenshots/block-query-embed.png) + ## 🛠️ 下载安装 * [GitHub](https://github.com/siyuan-note/siyuan/releases) @@ -100,6 +104,6 @@ * [对中文语境优化的 Markdown 引擎 Lute](https://github.com/88250/lute) * [Go WebDAV 客户端库](https://github.com/88250/gowebdav) * [Go 常用工具库](https://github.com/88250/gulu) +* [Go WebSocket 框架 melody](https://github.com/88250/melody) * [Go Web 框架 Gin](https://github.com/gin-gonic/gin) -* [Go WebSocket 框架 melody](https://github.com/olahol/melody) * [跨平台桌面应用框架 Electron](https://github.com/electron/electron) diff --git a/README_en_US.md b/README_en_US.md index 50c215475..de5122225 100644 --- a/README_en_US.md +++ b/README_en_US.md @@ -78,6 +78,10 @@ Online experience: [https://ld246.com/xanadu/](https://ld246.com/xanadu/), welco ![blockref.png](https://cdn.jsdelivr.net/gh/siyuan-note/siyuan@master/screenshots/block-ref.gif) +### Dynamic Query Embed + +![block-query-embed.png](https://cdn.jsdelivr.net/gh/siyuan-note/siyuan@master/screenshots/block-query-embed.png) + ## 🛠️ Download Setup * [GitHub](https://github.com/siyuan-note/siyuan/releases) @@ -100,6 +104,6 @@ Online experience: [https://ld246.com/xanadu/](https://ld246.com/xanadu/), welco * [Lute - A structured Markdown engine that supports Go and JavaScript](https://github.com/88250/lute) * [GoWebDAV - Go WebDAV client lib](https://github.com/88250/gowebdav) * [Gulu - Go commons utilities](https://github.com/88250/gulu) +* [Melody - Go WebSocket framework](https://github.com/88250/melody) * [Gin - Go Web framework](https://github.com/gin-gonic/gin) -* [Melody - Go WebSocket framework](https://github.com/olahol/melody) * [Electron - Build cross-platform desktop apps with JavaScript, HTML, and CSS](https://github.com/electron/electron) diff --git a/screenshots/block-query-embed.png b/screenshots/block-query-embed.png new file mode 100644 index 000000000..a5b2c699b Binary files /dev/null and b/screenshots/block-query-embed.png differ