pjeby / quick-explorer

Perform file explorer operations (and see your current file path) from the Obsidian.md title bar
ISC License
270 stars 13 forks source link

[Feature request] IpadOS support #104

Open rpickering opened 3 weeks ago

rpickering commented 3 weeks ago

I was quite disappointed to find that this plugin isn’t supported on my ipad (it’s my main note-taking device, with an external keyboard). Is there a reason why it can’t be?

pjeby commented 3 weeks ago

I don't use Obsidian mobile on any device, and don't own any iOS devices.

The plugin doesn't have anything I know of that would stop it running on mobile, I just don't mark my plugins as mobile-compatible until/unless I get verification from users that it actually works there. Until then, you have to manually change the manifest.json to remove the isDesktopOnly line in order to try it out on mobile.

rpickering commented 2 weeks ago

I see! In that case would you like me to try it?

I think Quick Explorer is the first plugin I’ve come across that it won’t actually let me enable on my ipad (but I’ve used it on desktop). I’m not sure if I can edit the manifest.json myself? - as plugins are installed through Obsidian - I’m using Obsidian Sync rather than local storage

pjeby commented 2 weeks ago

You can edit the file on your desktop and it should sync to mobile. At least that's how I understand others to have done it.