-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature request] Support for PDFs via File:// , HTTP:// and HTTPS:// #230
Comments
Currently,
|
I cannot get this to work
I get file not found However, loads fine in the browser (safari) |
the reason is
|
Yes that does get around the issue thanks However, I think the way other apps copy and paste including how Obsidian handles uri/url encodings it should be able to parse and use codes such as encode
decode
or decoding mixed
These functions also work with HTTP(S) URLs |
I will add this feature |
I used a third-party tool to manage PDFs I do not want to duplicate them by having a copy in Obsiden.
I noticed that one of the other annotation plugins supported HTTP(s) it would download the PDF each time it was required, all the data is stored in a note as JSON same as your plugin.
This allowed me to use a PDF source such as
http://localhost:8000/Stuff%20To%20Sort/PDF/21844.pdf
It would be great if MarkMind can also do this e.g
annotate-target: http://localhost:8000/Stuff%20To%20Sort/PDF/21844.pdf
You could also support file:// and point to files outside of the Obsidian vault but on the same machine or mounted network share.
The text was updated successfully, but these errors were encountered: