From bc1ce483c0c306b1affa7446e27f77056a88e91d Mon Sep 17 00:00:00 2001 From: dualwind Date: Wed, 6 Mar 2024 18:55:23 +0800 Subject: [PATCH] docs: v0.2.4 --- CHANGELOG.md | 18 ++++++++++++++++++ README.md | 2 +- package.json | 2 +- plugin.json | 2 +- src/components/TableData.vue | 4 ++-- 5 files changed, 23 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80bec00..a534262 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +## [0.2.4](https://github.com/etchnight/siyuan-plugin-table-view/compare/v0.2.3...v0.2.4) (2024-03-06) + + +### Bug Fixes + +* 切换步骤后input框内容消失 ([51140e8](https://github.com/etchnight/siyuan-plugin-table-view/commit/51140e82e533f0a9b15a02de67bc40db925c56ba)) +* 修复block搜索类型图标匹配不正确问题 ([3a1bc9f](https://github.com/etchnight/siyuan-plugin-table-view/commit/3a1bc9fff699711e57304891c9be2a48dfc6c719)) + + +### Features + +* 去除单元格内标签或属性文本 ([843def5](https://github.com/etchnight/siyuan-plugin-table-view/commit/843def5682356f43eb78e0174c75208afba61b3e)), closes [#6](https://github.com/etchnight/siyuan-plugin-table-view/issues/6) +* 删除名称列标签 ([eb264eb](https://github.com/etchnight/siyuan-plugin-table-view/commit/eb264ebdfb96f456f443d192034fbb69fbfe8ec0)) +* 指定块时,输入如‘# 一级标题’形式将仅在标题块中搜索 ([4706f14](https://github.com/etchnight/siyuan-plugin-table-view/commit/4706f1472256ec3529711f8d203b9333cc2bf3ca)) +* block搜索标题按subType排序 ([135e1e5](https://github.com/etchnight/siyuan-plugin-table-view/commit/135e1e592aa78b887b34225f02356d9ae0cd7698)) + + + ## [0.2.3](https://github.com/etchnight/siyuan-plugin-table-view/compare/v0.2.2...v0.2.3) (2024-02-02) diff --git a/README.md b/README.md index 20bc961..f22ff4d 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ 思源笔记插件,Query View 类,仿 Remnote 的 Table View 功能,在表格中展示笔记数据。 -> ❗ 表格展示不是数据库,表格所展示的数据直接来源于你的笔记,并且禁止在表格中编辑内容。 +> ❗ 表格展示不是数据库,表格所展示的数据直接来源于你的笔记,在表格中编辑不会改变笔记内容。 ## 基本概念 diff --git a/package.json b/package.json index 98b24a2..6fcd6fb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "siyuan-plugin-table-view", - "version": "0.2.3", + "version": "0.2.4", "type": "module", "description": "抽取笔记内容生成表格,汇总概念及其属性", "repository": "", diff --git a/plugin.json b/plugin.json index cb590e8..3f1958e 100644 --- a/plugin.json +++ b/plugin.json @@ -2,7 +2,7 @@ "name": "siyuan-plugin-table-view", "author": "dualwind", "url": "https://github.com/etchnight/siyuan-plugin-table-view", - "version": "0.2.3", + "version": "0.2.4", "minAppVersion": "2.11.4", "backends": ["windows", "linux", "darwin", "ios", "android"], "frontends": ["desktop", "browser-desktop", "desktop-window"], diff --git a/src/components/TableData.vue b/src/components/TableData.vue index 814a8aa..3858bca 100644 --- a/src/components/TableData.vue +++ b/src/components/TableData.vue @@ -411,8 +411,8 @@ const submit = async () => { tableHeadRef.value.children = tableHeadRef.value.children.concat( propRoot.children ); - console.log("tableDataRef", tableDataRef); - console.log("tableHeadRef", tableHeadRef); + //console.log("tableDataRef", tableDataRef); + //console.log("tableHeadRef", tableHeadRef); loading.value = false; }; defineExpose({