Mo
Mo
How large is the note you're copying from iOS notes? If it's really large then it might be an out of memory issue. Does this happen with a small note?
Hey @nickAtWybar, do you have a link to the Python script?
I think an Evernote to Markdown converter might be a good tool to add to this toolchain. Currently the converter only preserves newlines and paragraphs since the default editor is...
We haven't tested any other DBs so we can't really say anything in our docs about them. But if you do test it out let us know how it works...
This is not possible on mobile yet. But may be in the future.
Yeah I was thinking about something like this as well. Perhaps featured blogs can be randomized to appear somewhere in at least the first 10 cards.
I solved this issue by installing a [PanResponder](https://facebook.github.io/react-native/docs/panresponder.html): ``` componentWillMount: function() { this._panResponder = PanResponder.create({ // Ask to be the responder: onStartShouldSetPanResponder: (evt, gestureState) => true, onStartShouldSetPanResponderCapture: (evt, gestureState) =>...
For the record, The TextInput component is rendered inside of a `TouchableWithoutFeedback` that focuses on press, so I'm not sure how long any of these workarounds will last: https://github.com/facebook/react-native/blob/master/Libraries/Components/TextInput/TextInput.js#L799 You...
As a workaround you can remove the download_url property from the ext.json payload. The issue has to do with the offline editor capability of some editors. Still need to distill...
Try using https://www.jsdelivr.com. The above response is returned by GitHub as plaintext and not JSON (check response header content-type), so it doesn't go through.