Skip to content

Releases: 397327/replace-memory

0.1.11

Choose a tag to compare

@397327 397327 released this 17 Aug 01:41
5ad6346

Replace Memory 0.1.11

  • 新增页面复制:右键规则页签即可创建独立副本,保留全部规则、顺序和启用状态。
  • 新增页面拖拽排序:直接拖动页签即可调整页面顺序,并自动保存。
  • 优化导出命名:按照笔记所在文件夹层级自动生成文件名,例如 A/B/D.md 导出为 A_B_D.pdf

0.1.10

Choose a tag to compare

@397327 397327 released this 13 Aug 03:34
21b7ed5

Replace Memory 0.1.10

新增批量笔记导出:支持 Ctrl 多选笔记后导出 Markdown+图片附件或连续长页 PDF,PDF 保留图片,并记住上次导出目录。

New features

  • Ctrl + 点击可在文件列表中选择多个 Markdown 笔记
  • 右键“导出所选笔记”批量导出
  • 支持 Markdown + 图片附件导出
  • 支持一个笔记一个连续长页 PDF
  • PDF 中保留笔记图片
  • 自动记住上一次导出目录
  • 导出菜单使用橙色高亮,方便快速识别

0.1.9

Choose a tag to compare

@397327 397327 released this 10 Aug 02:44
04ac88e

Replace Memory 0.1.9

新增“定位此引用”和“清理未引用图”:可从引用快速跳回原始段落,并一键识别未被知识库使用的图片,确认后统一移入回收站。

Features

  • 记住常用替换规则,并按设定顺序一键完成多条替换
  • 支持不同替换需求的独立规则页面和自定义名称
  • 当前段落或选中的多段文字可一键复制为引用
  • 已有块编号自动复用,可再次复制已引用段落
  • 支持在任意位置粘贴引用
  • 支持从引用快速定位到原始段落
  • 新增未引用图片清理,确认后统一移入 Obsidian 回收站

0.1.8

Choose a tag to compare

@397327 397327 released this 05 Aug 04:34
99711fd

Replace Memory 0.1.8

修复 Obsidian 自动审核中的静态样式错误,功能与 0.1.7 保持一致。

0.1.7

Choose a tag to compare

@397327 397327 released this 05 Aug 03:34
189d42e

Replace Memory 0.1.7

新增“复制为引用”和“粘贴引用”功能,可将当前段落或选中的多段文字一键生成引用,也可复用已被引用段落的块编号,在任意位置再次粘贴引用。

New features

  • Copy the current paragraph as an Obsidian block reference
  • Copy several selected paragraphs as a group of references
  • Reuse existing block IDs without generating duplicates
  • Automatically generate missing block IDs
  • Paste the latest copied reference at the current cursor position
  • Support direct Ctrl+V pasting through the system clipboard

0.1.6

Choose a tag to compare

@397327 397327 released this 04 Aug 09:57
f3fe9cd

Replace Memory 0.1.6

新增“快速引用”功能:选中一段或多段文字后记录,并在任意位置一键插入可随原文同步更新的引用内容。

New features

  • Save one or several selected paragraphs for reference
  • Insert pending references at the current cursor position
  • Generate synchronized Obsidian block embeds automatically
  • Reuse existing block IDs and generate missing IDs
  • Add context-menu commands for saving and inserting references
  • View, insert, or clear pending references from the Quick Reference panel

0.1.5

Choose a tag to compare

@397327 397327 released this 31 Jul 02:30
9a5640b

Replace Memory 0.1.5

  • Fixed the plugin name to meet Obsidian directory requirements.
  • The directory name remains Replace Memory.
  • The Chinese interface name remains “记忆替换”.
  • Named rule pages, page renaming, and direct page deletion are retained.

0.1.4

Choose a tag to compare

@397327 397327 released this 31 Jul 02:19
3414045

Replace Memory 0.1.4(记忆替换)

This update adds named rule pages for different replacement needs.

New features

  • Start with one default rule page
  • Add new pages with the “+” button
  • Give each page a custom name
  • Right-click a page to rename or delete it
  • Each page stores its own replacement rules
  • “Replace all” only runs the rules on the current page
  • Existing replacement rules are preserved

中文

本次更新增加了替换规则分页功能:

  • 初始默认只有一个规则页面
  • 点击“+”可以添加新页面
  • 页面支持自定义名称
  • 右键页面可重命名或直接删除
  • 每个页面分别保存自己的替换规则
  • 一键替换只执行当前页面的规则
  • 原有替换规则会继续保留

0.1.3

Choose a tag to compare

@397327 397327 released this 30 Jul 06:28
aea1859
Prepare Replace Memory 0.1.3

0.1.2

Choose a tag to compare

@397327 397327 released this 30 Jul 03:30
ea94e4d

Replace Memory 0.1.2

A simple Obsidian plugin that remembers frequently used replacement rules and applies them all with one click.

Features

  • Remember frequently used find-and-replace rules
  • Run all enabled rules with one click
  • Execute rules sequentially from top to bottom
  • Drag or use arrow buttons to reorder rules
  • Enable or disable individual rules
  • Run a single rule separately
  • Apply replacements to the current Markdown note
  • Local-only processing with no network access