From 3cf80f7d2d25be369c33df084e95e97cde393410 Mon Sep 17 00:00:00 2001 From: frostime Date: Fri, 26 May 2023 17:47:09 +0800 Subject: [PATCH] readme --- README.md | 3 +++ README_zh_CN.md | 6 +++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 52b1004..bb51cad 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,9 @@ [中文版](./README_zh_CN.md) +> Come up with [siyuan/plugin-sample](https://github.com/siyuan-note/plugin-sample) [v0.0.6](https://github.com/siyuan-note/plugin-sample/tree/v0.0.6). + + 1. Using vite for packaging 2. Use symbolic linking instead of putting the project into the plugins directory program development 3. Built-in support for the svelte framework diff --git a/README_zh_CN.md b/README_zh_CN.md index 81ec5b0..86a27a9 100644 --- a/README_zh_CN.md +++ b/README_zh_CN.md @@ -1,7 +1,11 @@ -[English](./README.md) # 使用 vite + svelte 的思源笔记插件示例 +[English](./README.md) + + +> 本例和 [siyuan/plugin-sample](https://github.com/siyuan-note/plugin-sample) [v0.0.6](https://github.com/siyuan-note/plugin-sample/tree/v0.0.6) 基本保持一致。 + 1. 使用 vite 打包 2. 使用符号链接、而不是把项目放到插件目录下的模式进行开发 3. 内置对 svelte 框架的支持