RyotaUshio / obsidian-pdf-plus

The most Obsidian-native PDF annotation, viewing & editing tool ever. Comes with optional Vim keybindings.
https://ryotaushio.github.io/obsidian-pdf-plus/
MIT License
712 stars 15 forks source link

[FR] Frontmatter for use with supercharged links #189

Closed r-curry closed 4 months ago

r-curry commented 5 months ago

Describe your request

Apologies if this is somehow already possible (have looked and it doesn't seem to be). It seems like it would be very useful if we could somehow included YAML/Frontmatter for pdfs saved in Obsidian, for use with the supercharged links plugin.

RyotaUshio commented 4 months ago

PDF files cannot contain YAML front matter due to the file format specification. A possible workaround is to associate a markdown file with each PDF file and add front matter to that markdown file, for example, using the PDF property (which is specified here: obsidian://pdf-plus?setting=proxyMDProperty)

However, I guess Supercharged Links does not support this kind of stuff. I think this should be a feature request to that plugin rather than PDF++.