Releases: Zuoqiu-Yingyi/widget-query
Releases · Zuoqiu-Yingyi/widget-query
Query v0.4.5 release
v0.4.5/2023-06-04
- v0.4.4 ... v0.4.5
- 优化行内代码渲染方案 | Optimize the inline code rendering scheme.
- 完善清单文件内容 | Improve the content of the manifest file.
- 完善英文文档 | Improve the English documentation.
Query v0.4.4 release
v0.4.4/2023-05-06
- v0.4.3 ... v0.4.4
- 添加配置选项
config.query.render.markdown.s.marks
设置是否渲染超级块标志符 | Add configuration optionconfig.query.render.markdown.s.marks
to define whether to render superblock marks. - 调整挂件默认样式 | Adjust the default style of the widget.
- 为自动查询复选框添加提示 | Add a tooltip to the auto query checkbox.
- 修复表格列样式设置无效问题 | Fix the issue that the table column style setting is invalid.
Query v0.4.3 release
v0.4.3/2023-04-26
- v0.4.2 ... v0.4.3
- 默认查询结果中的
box
字段显示笔记本名称 | Thebox
field in the default query result displays the notebook name. - 优化 README 徽标 | Optimize README badges.
Query v0.4.2 release
v0.4.2/2022-10-07
- v0.4.1 <=> v0.4.2
- 修复代码块初始化时默认内容为空的问题 | Fixed the issue that the code block init content is empty.
- IAL 忽略记录当前文档浏览位置的属性
scroll
| IAL ignores the attributescroll
which records the current document position. - IAL 忽略记录是否显示嵌入块面包屑的属性
breadcrumb
| IAL ignores the attributebreadcrumb
whether to display the breadcrumb of embedded block. - 文档块的
markdown
字段显示文档标题 | Themarkdown
field of the document block displays the document title.
Query v0.4.1 release
v0.4.1/2022-06-06
- v0.4.0 <=> v0.4.1
- 修复读取
custom-input
属性时机问题 | Fixed the issue of readingcustom-input
attribute timing.
Query v0.4.0 release
v0.4.0/2022-06-04
- v0.3.4 <=> v0.4.0
- 配置文件
config.js
有变更 | There are changes to the configuration fileconfig.js
. - 完善异常捕获 | Improve exception capture.
- 支持使用自定义块属性
custom-input
与custom-output
所对应的块作为代码块与查询结果表格块(在没有前置代码块与后置查询结果表格块时启用) | Support custom blockcustom-input
andcustom-query-table-id
as code block and query result table block (Enabled when there is no pre-code block and post-table block).
Query v0.3.3 release
v0.3.3/2022-05-02
- v0.3.2 <=> v0.3.3
- 配置文件
config.js
有变更 | There are changes to the configuration fileconfig.js
. - 添加代码块默认内容 | Added default content for code blocks.
- 正则表达式兼容 FTS | Regexp is compatible with FTS.
- 查询结果表格更新时保留原自定义块属性 | When updating the result table, preserve the original custom block attributes.
- 查询结果表格更新时保留部分内置属性 | When updating the result table, preserve some build-in attributes.
Query v0.3.2 release
v0.3.2/2022-04-18
- v0.3.1 <=> v0.3.2
- 配置文件
config.js
有变更 | There are changes to the configuration fileconfig.js
. - 更新自定义属性视图示例 | Update the example of Custom Properties View.
- 优化模板字段替换方案 | Optimize the replacement scheme of template fields.
- 添加更多字段至 IAL 黑名单 | Add more fields to the IAL Blacklist.
- 添加加载完成自动查询开关 | Add a switch to automatically query when loading is completed.
Query v0.3.1 release
v0.3.1/2022-04-10
- v0.3.0 <=> v0.3.1
- 配置文件
config.js
有变更 | There are changes to the configuration fileconfig.js
. - 适配
blocks
表新字段fcontent
| Adaptblocks
table to new fieldfcontent
. - 添加配置选项
config.query.render.ial.fields.forced
设置强制渲染的 IAL 键 | Add configuration optionconfig.query.render.ial.fields.forced
to define IAL keys that force rendering. - 添加配置选项
config.query.render.ial.fields.ignore
设置不渲染的 IAL 键(黑名单) | Add configuration optionconfig.query.render.ial.fields.ignore
to define IAL keys that don't be rendered (blacklist). - 添加配置选项
config.query.render.ial.fields.valid
设置可渲染的 IAL 键(白名单) | Add configuration optionconfig.query.render.ial.fields.ignore
to define IAL keys that can be rendered (whitelist). - 修复 IAL 多行渲染问题 | Fix IAL multi-line rendering issue.
- 更新自定义属性视图示例 | Update the example of Custom Properties View.
Query v0.3.0 release
v0.3.0/2022-04-09
- v0.2.4 <=> v0.3.0
- 配置文件
config.js
有变更 | There are changes to the configuration fileconfig.js
. - 添加配置选项
config.query.index
用于控制是否显示查询结果序号 | Add configuration optionconfig.query.index
to control whether to display the query result ordinal. - 使用字段别名前缀
__hidden__
在查询结果中隐藏该字段 | Use the field alias prefix__hidden__
to hide the field in the query result. - 修复
.all-contributorsrc
文件配置问题 | Fix the configuration problem of the.all-contributorsrc
file. - 添加多列显示块属性功能 | Add multiple column display block attribute function.
- 解析 UTF-32 编码的图标 | Parse UTF-32 encoding icon.
- 修复查询结果中自定义图标显示问题 | Fixed the issue of custom icons' display in the search results.
- 优化自定义块属性覆盖默认设置项的方式 | Optimized the way of overriding default config of custom block attributes.
- 添加忽略的块属性 | Add ignored block attributes.