Creling / obsidian-image-uploader

MIT License
36 stars 6 forks source link

Enable mobile support #3

Open rebot opened 2 years ago

rebot commented 2 years ago

Hi,

I'm wondering why this plugin is not made available for mobile devices. To me, it seems like the plugin should work on mobile devices. The dependencies are not depending on Node.js I guess.

Can we try to adjust the manifest.json to

{
    ...
    "isDesktopOnly": false
    ...
}

On can you give me some guidelines why it's not ready for mobile? Then I'll make a fork and try to make it ready for mobile.

Thank you!

DavidBoettger commented 11 months ago

Any updates on a mobile version of this?