[TIP] hiding PDJS folder from showing in Obsidian and some other plugins (macOS/iOS/iPadOS and iCloud) #313
andrewcrook
started this conversation in
Show and tell
Replies: 1 comment
-
Hi @andrewcrook Thanks for the great tips. I managed to setup in my MacBook Pro. It works well. However, I am not able to get it work in iPad. I do see that pdfjs folder is properly setup as there is no error that pdfs is not found. Also, I could see Annotate PDF option in the ... menu. Unfortunately, the pdf is not loading (empty page) after I clicked Annotate PDF option. It works in MacBook Pro but not in iPad. Any idea what could be wrong? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I didn’t like to see the PDFJS folders in my vault under Obsiden I like things to be clean as possible.
I also had some Obsidian plugins which used to process PDFJS folders generating content from its asset files e.g. icons.
So I found a way to hide them, this works for macOS and iOS/iPadOS. My vault is in iCloud and called
Main
you should have PDFSJS folders under iOS and macOS folder (or just plain PDFS folder for desktop, but I prefer macOS) inside the vault.
extra
extra
to.extra
you may have to do this in the terminal.extra/
between vault and iOS and macOS folders
obsidian

TIP: Also add these directory paths for absolute paths up to
.extra
or relative path/.extra
in various plugins which have exclude options this will make sure anything in the .extra folder is excluded. Most plugins ignore dot files anyway. Whether you use absolute or relative paths may depend on individual plugins.Note: Android should be similar (different paths), Windows different paths can hide folder as well, other cloud services different paths.
Note: I had to setup the normal PDFJS path because the macOS one doesn’t seem to work at the moment I believe this is a bug.
Beta Was this translation helpful? Give feedback.
All reactions