[beta] markmind for obsidian
- Support pseudo protocol,
obsidian://jump-to-pdf
- Integrating markdown, mind map and PDF annotation
- Reference the PDF annotation in the markdown, and click reference to directly jump to the PDF annotation location
- Reference the mind map node in the markdown, and click reference to directly jump to mind map node position
- You can reference the PDF annotation in
basic mode
how to create a PDF annotation reference link?
- open protocol in setting tab,restart obsidian
- create a mind map ,use
[[]]
add a PDF file - annotate PDF
- automatic create PDF annotation reference link and copy to clipboard when click pdf-annotate
- paste to markdown file
when in rich mode , it will automatic create mind map node reference link and copy to clipboard when click node and press ctrl or command
PDF annotation reference link like this :xxxxxx📌
Mind map node reference link like this :xxxxxx🔖
feature
add a menu to toggle show or hide mind map
fix #1
fix #2
- 支持obsidian://jump-to-pdf 协议
- 融合markdown、思维导图、PDF 标注
- 在markdown中引用PDF 标注,并且点击之后可以直接跳转到PDF标注处
- 在markdown中引用
rich 模式
下的思维导图节点 , 点击直接跳转到对应的节点处 basic 模式
下的思维导图,也可以引用PDF标注
如何在markdown文件中创建一个引用?
- 首先在设置中,打开协议支持,最好重新启动obsidian
- 创建一个思维导图,并引用一个PDF文件, 使用
[[]]
语法 - 点击PDF, 进行标注,如果你只想使用PDF标注功能,可以在菜单中
隐藏思维导图
- 点击标注将会自动生成对应的引用 , 并且复制到剪贴板
- 复制引用到markdown文件中
在rich模式下,
- 如果开启了协议支持,按住ctrl/cmd键,点击思维导图节点会自动生成一个对该节点的引用链接,同样节点也可以使用上面的方法引用PDF标注
- 不开启协议支持,将保持原来的功能
PDF 标注形式如下 :xxxxxx📌
思维导图节点引用形式如下 :xxxxxx🔖
在打开obsidian情况下,将链接复制到浏览器打开,也可以直接定位到标注位置