Skip to content

Releases: ktlamors/obsidian-random-review

1.1.3

Choose a tag to compare

@ktlamors ktlamors released this 03 Sep 14:46
feat: support AND condition groups for property filtering

Property filtering is now modeled as condition groups: all conditions
inside a group must match (AND), groups are alternatives (OR), each
group has its own pick count. Each condition supports equals / contains
/ not equals.

Legacy flat propertyFilters in saved settings and per-folder profiles
are auto-migrated into single-condition groups on load.

Add a changelog and updated usage in the General settings tab, refresh
README, and bump version to 1.1.3.

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>

1.1.2

Choose a tag to compare

@ktlamors ktlamors released this 03 Sep 13:43
  1. 内部链接点击分屏打开
  2. README.md 换中文 + 新增 README_EN.md + 删除 README_CN.md
  3. README 徽章行
  4. 版本升 1.1.2

1.1.1

Choose a tag to compare

@ktlamors ktlamors released this 02 Sep 14:16
fix: avoid removeCommand API newer than minAppVersion

refreshUIStrings used Plugin.removeCommand, added in 1.7.2, while the
manifest declares minAppVersion 1.7.0 (no-unsupported-api review error).
Instead keep the Command returned by addCommand and update its name
field directly.

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>

1.1.0

Choose a tag to compare

@ktlamors ktlamors released this 02 Sep 13:29
  • 8 个文件,含新增 src/i18n.ts
  • 设置页双选项卡 + 中英国际化 + 快捷键焦点修复
  • 版本号提升到 1.1.0

1.0.1

Choose a tag to compare

@ktlamors ktlamors released this 11 Jul 12:33

✨ Features / 功能

  • 🎲 Randomly pick notes from target folder / 从目标文件夹随机抽取笔记
  • 🏷️ Filter by tags (include/exclude) / 按标签筛选(包含/排除)
  • 📋 Filter by frontmatter properties with per-condition count / 按属性分条件独立抽题
  • 👁 One-click show/hide answer (folded callout) / 一键显示/隐藏答案
  • ✏️ Edit original note in split pane / 分屏编辑原笔记
  • 💾 Auto-save/restore settings per folder / 按文件夹保存/恢复配置档案
  • ⌨️ Keyboard shortcuts / 键盘快捷键支持
  • 🖱️ Command palette, ribbon icon, right-click menu / 命令面板、图标、右键三种启动方式

📦 Install / 安装

Search "Random Review" in Obsidian Community Plugin marketplace, or download from assets below.
在 Obsidian 社区插件市场搜索「Random Review」,或从下方附件下载手动安装。

1.0.0

Choose a tag to compare

@ktlamors ktlamors released this 11 Jul 12:24

✨ Features / 功能

  • 🎲 Randomly pick notes from target folder / 从目标文件夹随机抽取笔记
  • 🏷️ Filter by tags (include/exclude) / 按标签筛选(包含/排除)
  • 📋 Filter by frontmatter properties with per-condition count / 按属性分条件独立抽题
  • 👁 One-click show/hide answer (folded callout) / 一键显示/隐藏答案
  • ✏️ Edit original note in split pane / 分屏编辑原笔记
  • 💾 Auto-save/restore settings per folder / 按文件夹保存/恢复配置档案
  • ⌨️ Keyboard shortcuts / 键盘快捷键支持
  • 🖱️ Command palette, ribbon icon, right-click menu / 命令面板、图标、右键三种启动方式

📦 Install / 安装

Search "Random Review" in Obsidian Community Plugin marketplace, or download from assets below.
在 Obsidian 社区插件市场搜索「Random Review」,或从下方附件下载手动安装。