-
-
Notifications
You must be signed in to change notification settings - Fork 75
[IDEA] - setting for default location of your PDFs so you don’t have to add full path each time #19
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
Comments
@elias-sundqvist wait a sec!! Are you saying that 1) if I have a PDF in my vault I can just use 'my pdf name.pdf' and it will find it regardless of the location it is stored in my vault? and 2) I can then set the Custom Default Path to a file:/// location on my hard drive outside my vault where I often store alot of my PDFs so that I could do the same thing where only need to say 'my pdf name.pdf' and it would find it if it is in that named path outside my vault? If so, wow this is PERFECT!! |
The problem with coming up with great ideas like this is then users get greedy and want more ;-) The way you have it is PERFECTLY sufficient but if you wanted to get crazy it would be cool if you could add multiple locations for the "Custom Default Path" so that you could supply a handful of locations that maybe you keep many of your PDFs in and the plugin would then check each location to see if a match. Probably don't need to waste time on this now, but would be a cool enhancement for down the road :) |
I added a link of my remote pdf target folder to Obsidian, and my main pdf folder is not all messy, but has 3 more subfolders for each category.. It would be highly unproductive and unreasonable to put all pdfs into Obsidian own database! I've seen your plugin is able to display my remote pdfs, so everything should be fine (I'm on a Mac) |
Any support for drive based pdfs? I don't want to keep all my PDF inside the vault as it is synced using git. ANy help? I did try adding a drive pdf with a link which had "Anyone with the link can edit" permission, but it never loaded in the plugin. This should have worked or there is no way for a drive file to be linked with plugin? :) |
I'm not sure if there is a way to do this on the ipad. On the computer, it should be possible to use https://sites.google.com/site/gdocs2direct/home The reason that it probably doesn't work on ipad is that most websites prevent requests from other websites. (This is called CORS) I've made a workaround for CORS on the desktop, but I'm not sure how to do it on mobile. Supposedly, there will be a CORS workaround added to the Obsidian API in the future, so maybe I can add support for this then. Regarding syncing the vault with Git. I do that as well, but I gitignore all non-markdown files. Then I have a "resources" folder in the vault which I sync using google drive. Maybe something similar is possible on Ipad? |
@elias-sundqvist
I was thinking of the same, but wouldn't the files be non-accesible from the ipad that way too? I mean, on iPad I had been using the Documents app to keep the sync on my pdfs on PC and iPad when I annotate on either side. How do you manage it? Can you share? Also, if I annotate my files on my ipad using any app (or hypothesis - no idea how, though), will the highlights be extracted/visible in my obsdian on PC? |
I use android, so my method might not apply to ios.
Hypothesis annotations work in a fundamentally different way than regular pdf annotations. In the future, I might be able to add support for exporting your hypothesis annotations to a pdf, but I'm not so sure about the other direction. Embedded pdf annotations may show up in the hypothesis reader, but you can't really do anything with them. |
Oh, android is pretty straight forward from the sync perspective, yes. I am stuck with an iPad lol.
I see. Exporting isn't an issue. The main thing what I can think of when I mean annotation is to be able to reach right where that highlight is from. Zotero did this too, but too much hassle for me to move to the Zotero workflow. I avoided hypothesis for a long time because of its inablity to support other annotation types. Like drawings or boxes. But reading inside obsidian with links to the highlights is something that attracted me into this plugin :D
As for embedded pdf annotations, if there is a way to get a link of all the annotations (at least the text ones) along with the annotations in the plugin, could work out for me or other users who are highlighting the same document on different apps/devices. But this brings me back to the CORS issue which won't even allow me to view my files from drive, lol. I guess this is a deadend for people on ipad :). Zotero route is the only route, I suppose. :( I can only use git sync on iOS at the moment because WorkingCopy helps in syncing a folder from git server to obsidian's home folder. A complex but workable setup. |
There's no feature like that right now. Could be an interesting feature request though :) |
Should I go forward and raise it? :D |
Go ahead. Not sure if/when I'll get around to it, but the more feature suggestions the better :) |
I'm on a Mac and usually my preferred pdf highlight app is "Skim" There are no annotations in the sidebar of annotator, but if I hover over my old highlights (made with Skim) in Annotator, then a generic "about" hint of the annotation pops up, in this formatting |
I think that is just the pdf viewer feature. :D |
From my perspective this initial Issue/Request has been resolved. Should we close this Issue and if others want to open new issues/requests based on the conversation above they can so it can be tracked separately? |
Yes, that sounds reasonable. This discussion is getting a bit sidetracked from the original issue. |
Would be cool to have a setting you can store the default location of your PDFs in vault so you can give the name of the pdf as the
annotation-target
as opposed to needing to add the full path each time.For example my PDFs all go into my attachments folder.
The text was updated successfully, but these errors were encountered: