-
-
Notifications
You must be signed in to change notification settings - Fork 16
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
option for displaying pdfs in different locations #7
Comments
I will have a look on this after i've decided how i implement mobile support. Specially on iOS it's not that easy to access files outside your vault |
+1 for this. That would be really a killer function because Obsidian and other type of Cloud syncing do not work together very well. My use case was to store all my edited PDFs on my Google Drive and since they are always in sync with my Mac, I link them inside Obsidian for access. Therefore whenever I open a note I always have the actual version of that PDF with annotations, drawings etc. embedded into the note. The problem here Is just the way the plugin takes the link path. Or default API that Obsidian provides is doing that probably. It is directly adding it to the end of a ghost path which is the vault itself. Normally with "file://" we can link documents from outside the vault. I'm not sure how much of an effort it is to implement but obviously there is a limitation for iOS here. Might not even possible due to security reasons anyway. But that would be really cool to have 🤤. Thanks a lot for your efforts by the way. |
+1 This feature would be awesome! It would really improve the workflow with all my external pdfs |
++1 |
Since the dev is not responding quick enough for me, made a hacky way for using pdfs at the other location taking clue from the code, obsidian-better-pdf-plugin/main.ts Line 46 in 4c2db40
workaround (hacky), for now, can be something like this
instead of
On windows, at least the vault and the external pdf must be on the same drive for Maybe you can make a workaround of mobile devices by creating two such pdf links. (Don't know how user friendly your mobile OS is) Eg.
will open on mobile error on desktop
|
it would be nice to link pdfs that are not inside the vault but somewhere else on the filesystem. when I try to do that I get an error showing the url where the plugin tried to find the file and it shows the location of my attachments plus the url I told it to look up.
it would be great if I cloud flag the url as "external" or something like that...
The text was updated successfully, but these errors were encountered: