MarkMindCkm / obsidian-markmind

A mind map, outline for obsidian,It support mobile and desktop
754 stars 35 forks source link

PDF annoate部分windows和mac同步存在无法显示的问题,可否变成obsidian 相对路径使夸平台或者多设备同步体验相同 #709

Open wutongshu85 opened 1 year ago

wutongshu85 commented 1 year ago
image image image
MarkMindCkm commented 1 year ago
  1. 可以在 yaml 中 添加一个 id 字段,这样生成的链接是使用 id 而不使用 pdf 路径,这样当更改了 pdf 位置时,可以修改annotate-target 路径,例子
    ---
    id: test_1
    annotate-target: test.pdf
    ---
  2. markmind 设置要一样,比如都要开启协议支持,都选择 以 markdown 保存标注
  3. pdf 在库内的或者以web 链接标注的可以在多端保存一致,以绝对路径的可能会有点问题,但是可以使用上面的id 来规避一下,因为使用id 支持修改 annoate-target
  4. 相对路径是个解决方案,等以后开发