standardnotes / component-relay

A bridge that handles communication between Standard Notes and an external extension.
https://docs.standardnotes.com/extensions/components
GNU Affero General Public License v3.0
12 stars 5 forks source link

Confused on the changes for mobile. #3

Closed ryanpcmcquen closed 6 years ago

ryanpcmcquen commented 6 years ago

I noticed the awesome update that added mobile support for editors, but it seems my Org mode editor is not getting any data: https://github.com/ryanpcmcquen/standardnotes_org_mode_editor

I looked through the docs a bit, but I must be missing something. I am loading the latest version of this API: https://min.gitcdn.link/repo/sn-extensions/components-api/master/dist/dist.js

Any ideas what I am doing incorrectly?

moughxyz commented 6 years ago

Is your editor working on the latest version of the web/desktop app correctly? If you're using the latest version of the components-api, it should just work. It might be a caching issue. What's the link to your editor so I can test it out?

moughxyz commented 6 years ago

Nm, found it. I installed your editor and it's working just fine for me on the iOS app. I think it may be a caching issue. Make sure you're on the latest version of the iOS/Android app (2.1.31+)

ryanpcmcquen commented 6 years ago

Interesting, I signed out and in on Android ... forgot to clear the cache, that was the fix! Thanks for the help, I love how Standard Notes is progressing.