mirror of
https://github.com/purocean/yn.git
synced 2026-08-29 01:21:05 +08:00
docs: remove LuckySheet section and add CLI/MCP section in FEATURES md files
Agent-Logs-Url: https://github.com/purocean/yn/sessions/1dfeb4e2-ac12-43e8-ba7a-2b293af11ad7 Co-authored-by: purocean <7115690+purocean@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
2711f20bbb
commit
2bd0b729d9
+6
-9
@@ -505,15 +505,6 @@ The value of the link attribute `link-type` needs to be a `drawio` string. The u
|
||||
|
||||
[drawio](./test.drawio){link-type="drawio"}
|
||||
|
||||
## Luckysheet Table
|
||||
|
||||
The value of the link attribute `link-type` needs to be a `luckysheet` string. The use of the link format will not affect other Markdown resolver resolving.
|
||||
|
||||
> [!WARNING]
|
||||
> [Luckysheet](https://github.com/mengshukeji/Luckysheet) has many bugs and should be used with caution.
|
||||
|
||||
[luckysheet](./test.luckysheet){link-type="luckysheet"}
|
||||
|
||||
## Container Block
|
||||
|
||||
Support functions similiar to [VuePress Container Block](https://v2.vuepress.vuejs.org/zh/reference/default-theme/markdown.html#%E8%87%AA%E5%AE%9A%E4%B9%89%E5%AE%B9%E5%99%A8),using [markdown-it-container](https://github.com/markdown-it/markdown-it-container) to achieve.
|
||||
@@ -757,6 +748,12 @@ name | use | default value | description
|
||||
2. Copy `github.css` to a new CSS file ans modify it.
|
||||
3. Open Setting => Appearance => Custom CSS switch CSS file.
|
||||
|
||||
## CLI and MCP
|
||||
|
||||
Yank Note supports CLI (Command Line Interface) and MCP (Model Context Protocol) to allow you to interact with the application programmatically.
|
||||
|
||||
For more details, please refer to [CLI and MCP](https://help.yank-note.com/cli-mcp.html).
|
||||
|
||||
## Plug-In Development
|
||||
|
||||
Please refer to [Plug-In Development Guide](PLUGIN.md)
|
||||
|
||||
@@ -503,15 +503,6 @@ chart.setOption(option, true)
|
||||
|
||||
[drawio](./test.drawio){link-type="drawio"}
|
||||
|
||||
## Luckysheet 表格
|
||||
|
||||
链接属性 `link-type` 值需要是 `luckysheet` 字符串。使用链接的形式也不会影响其他 Markdown 解析器解析。
|
||||
|
||||
> [!WARNING]
|
||||
> 现阶段 [Luckysheet](https://github.com/mengshukeji/Luckysheet) Bug 较多,使用需谨慎。
|
||||
|
||||
[luckysheet](./test.luckysheet){link-type="luckysheet"}
|
||||
|
||||
## 容器块
|
||||
|
||||
支持类似 [VuePress 容器块](https://v2.vuepress.vuejs.org/zh/reference/default-theme/markdown.html#%E8%87%AA%E5%AE%9A%E4%B9%89%E5%AE%B9%E5%99%A8) 功能,使用 [markdown-it-container](https://github.com/markdown-it/markdown-it-container) 实现
|
||||
@@ -755,6 +746,12 @@ Front Matter 中的 `define` 字段可以定义一些文本替换映射。支持
|
||||
2. 复制 `github.css` 为一个新 CSS 文件,修改 CSS 内容
|
||||
3. 打开设置 => 外观 => 自定义 CSS 切换 CSS 配置
|
||||
|
||||
## CLI 和 MCP
|
||||
|
||||
Yank Note 支持 CLI(命令行接口)和 MCP(模型上下文协议),允许你以编程方式与应用程序进行交互。
|
||||
|
||||
更多详情请参考 [CLI 和 MCP](https://help.yank-note.com/cli-mcp.html)。
|
||||
|
||||
## 插件开发
|
||||
|
||||
请参考[插件开发指南](PLUGIN_ZH-CN.md)
|
||||
|
||||
Reference in New Issue
Block a user