emacs-application-framework icon indicating copy to clipboard operation
emacs-application-framework copied to clipboard

eaf-interleave usage feedback

Open lemyx opened this issue 2 years ago • 1 comments

使用 eaf-interleave 配合 eaf-pdf-viewer 阅读 pdf 时,一个典型的使用流程为

  1. 打开一个 pdf 文件,使用 eaf-interleave-open-notes-file 命令打开对应的 org 文件
  2. 在 pdf 文件中用 鼠标 选中特定区域,可以加入 高亮/下划线/波浪线 等强调效果。然后调用 eaf-interleave-add-note 命令插入笔记

关于1)

  • 若对应 org 文件不存在,需要先切换到 org 的 buffer 上使用 C-x C-s 保存,以创建该 org 文件
  • 经测试,仅当 org 文件已经存在内容后,调用 eaf-interleave-add-note 命令才能插入新内容。若 org 文件中尚无内容存在,只会在 minibuffer 处显示 org-insert-heading-respect-content: Beginning of buffer,而不会在 org 文件中插入内容。

关于2)

  • 插入笔记后,标题需要手动修改

lemyx avatar Jun 10 '23 09:06 lemyx

我个人平常不用这个功能, 欢迎发送补丁。

manateelazycat avatar Jun 10 '23 09:06 manateelazycat