Open torralbofco opened 3 years ago
Same thing with Android, Samsung tab, Android 9
Comfirmed – ipadOS 15.1.
The plugin might be using API that is not available in the mobile app, but only with electron desktop version. I hope though that it might be ported to mobile!
confirmed - iOS 14.8 (iPhone)
the plugin failed to be loaded on ios 15.1 too...
I've pulled some logs using obsidian-mobile-logging on Android 12.0, Obsidian 1.0.5, plugin 0.4.4. The relevant line is:
[error] Plugin failure: obsidian-citation-plugin TypeError: Cannot read properties of undefined (reading 'sep')
Looks like an error determining the path separator. Hope this helps
Having done some looking into this, the problem seems to be dependence on Node.js libraries that aren’t available on mobile, so it would need a significant refactor to remove those.
On the ipad, it seemed to export a Citation Style language data format from the zotero website. Then, using the shortcut to deal with the file.This may useful before the bug fix. https://www.icloud.com/shortcuts/94841845ec0d4158bd6aed03b41493a6
Looks like the development version marks itself as desktop only, so we may need work arounds for a while.
Hi, a mobile version is beyond my development capacity right now -- but if someone is interesting in contributing and testing with their iOS device, I'd be glad to accept contributions.
On the ipad, it seemed to export a Citation Style language data format from the zotero website. Then, using the shortcut to deal with the file.This may useful before the bug fix. https://www.icloud.com/shortcuts/94841845ec0d4158bd6aed03b41493a6
@xllowl Thanks for providing this Shortcut. Could you perhaps explain how to use it a bit more? I assume I need to supply a .bib file, right?
Describe the bug The plugin fails to load in iPad and it gets automatically deactivated. As a consequence, I need to activate again when open Obsidian in a computer.
To Reproduce Open Obsidian in iPad with
obsidian-citation-plugin
active.Expected behavior The plugin should loads correctly in iPad so it can be used. Regarding the bibtex file, it is is saved inside the vault so the path to load the librariy could be set relative to the vault. If the plugin is unable to work in an iPad then the plugin should detect that Obsidian is open in an iPad and stop try to load itself. The plugin should be active in a computer after using Obsidian in an iPad.
Platform
Additional context Add any other context about the problem here.