Hi,
I‘m trying to get this plugin working in Obsidian 1.0.5. on iPadOS 15.2. using
```pdf
{
“url” : “CT-1.pdf”,
“Page”: 2
}
```
The pdf file is in Vault, in the same folder as the note is.
But I do not see the pdf in preview mode.
When I intentionally include an error in the snippet (eg add a comma in last line), I get a JSON parse error, so the plugin seems to respond.
- Any ideas what I‘m doing wrong?
Thanks a lot for any comment…