Open miseenplace opened 4 months ago
that would be great!
Thanks for opening this issue. I was not aware that plugins are now possible for the mobile client. @miseenplace @luigicarrini Do you maybe know how to get the mobile app running locally?
Do you maybe know how to get the mobile app running locally?
Here are two options:
personalizedrefrigerator.github.io
, but will likely be moved in the near future).
In the web client,
showDirectoryPicker
).
fetch
or an img
tag).Notes:
about:srcdoc
iframes to cross-process isolate and sandbox plugins, the editor, and the note viewer. Chrome currently has trouble debugging code that runs in about:srcdoc
iframes. However, console.info
, console.warn
, and console.error
should output to both the browser development tools and Joplin's logs (Configuration > Tools > Logs).@personalizedrefrigerator Thanks for the thorough answer! I assume styling the React Native part of the app is hard (impossible?) due to how RN works (and thus styling the app as I've done for the desktop theme is not possible, is it)?
Hi there, just submitting a feature request to add support for iOS/Android based on the new (beta) mobile plugin support.