diff --git a/README.md b/README.md index ce9abee..533829d 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,9 @@ You can even use random browsing to meet your past selves from different periods ## How to Use ### Note Panel - Browse Card Notes +- You can setup a directory for the pulguin. The plugin only manages notes in this directory. +- The structure of notes and subdirectories in this directory is not important. +- Migrated notes to this directory will be managed by this plugin. - Click the icon in the left sidebar, or use `Ctrl/Cmd + P` command to open the note panel ### Add New Notes diff --git a/docs/README_zh.md b/docs/README_zh.md index 020cdd5..58eb19e 100644 --- a/docs/README_zh.md +++ b/docs/README_zh.md @@ -43,6 +43,9 @@ ## 怎么用? ### 笔记面板,浏览卡片笔记 +- 用户可以设置笔记目录,本插件只会管理该目录下的所有笔记。 +- 该目录下笔记和子目录存放结构不再紧要。 +- 已有笔记迁移到该目录之下,即可受本插件管理。 - 点击左边栏的图标,或通过`Ctrl/Cmd + P`命令,打开笔记面板 ### 添加新笔记 diff --git a/docs/changelog.md b/docs/changelog.md index 7cbb43f..5f4e0fb 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,6 +1,17 @@ ### Changelog -#### 1.3.3 Changelog +#### 1.3.4 + +Improvements + +- Added the banyan_config directory and moved the editor placeholder file here. +- Improved the description of the notes directory in the settings. + +Fix + +- Fixed the issue where notes added by the clipper plugin had no ID, which previously caused new notes to be improperly managed by this plugin. + +#### 1.3.3 ​​ Improvements​​ diff --git a/docs/changelog_zh.md b/docs/changelog_zh.md index f9ab418..e7f5afb 100644 --- a/docs/changelog_zh.md +++ b/docs/changelog_zh.md @@ -1,5 +1,16 @@ ### 更新日志 +#### 1.3.4 + +优化 + +- 新增`banyan_config`目录,把编辑占位文件移到此处。 +- 优化设置项中对笔记目录的描述。 + +修复 + +- 解决剪藏插件添加的笔记没有ID问题,这曾导致新增笔记无法被本插件正确管理。 + #### 1.3.3 优化 diff --git a/manifest.json b/manifest.json index 5a7009f..7a552d3 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "banyan", "name": "Banyan", - "version": "1.3.3", + "version": "1.3.4", "minAppVersion": "1.8.0", "description": "A card-based homepage to browse, organize, and navigate notes effortlessly with multi-tag filtering.", "author": "ratiger", diff --git a/package-lock.json b/package-lock.json index bbc375a..e752bed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "banyan", - "version": "1.3.3", + "version": "1.3.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "banyan", - "version": "1.3.3", + "version": "1.3.4", "license": "GPL-3.0-only", "dependencies": { "cal-heatmap": "^4.2.4", diff --git a/package.json b/package.json index 9e4b847..1b3c152 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "banyan", - "version": "1.3.3", + "version": "1.3.4", "description": "A card-based homepage to browse, organize, and navigate notes effortlessly with multi-tag filtering.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 675d91d..211c02c 100644 --- a/versions.json +++ b/versions.json @@ -14,5 +14,6 @@ "1.3.0": "1.8.0", "1.3.1": "1.8.0", "1.3.2": "1.8.0", - "1.3.3": "1.8.0" + "1.3.3": "1.8.0", + "1.3.4": "1.8.0" } \ No newline at end of file