Maxime Biais
Maxime Biais
Superseded by https://github.com/wordpress-mobile/WordPress-Android/pull/20590
This ticket is a duplicate of #180
@mapk it seems to be a missing dev dependency in the project `wordpress-rest-api-oauth-1`. Workaround is to add them to this project via: ```shell npm install --save-dev babel-cli babel-preset-es2015 babel-preset-stage-2 ```
User comment: > Italics uses deprecated "i" instead of "em", and bold "b" instead of "strong", which aren't supported by all the themes.
- The "more" button is used by ~5% of users on Android (legacy editor) - very WP centric but that's not the only thing. - Headings (h1/h2/h3/h4) seem like good...
A "Paste without style" button could be useful when you need to paste formatted text (copied from a webpage for instance) to the editor.
Tested on my XPeria Z5 (now `6.0`), and I was able to delete the video. Maybe it was fixed by the `p2div` branch?
I can repro what Tony's describing on the z5 Android 6.0: When a post starts with `[wpvideo code]` it can't be deleted in visual mode with the delete key.
Debug HTML, with this test case: ``` ```
I'm pretty sure the search feature would be even better using our future [Document Provider](https://developer.android.com/guide/topics/providers/document-provider.html) - related to https://github.com/wordpress-mobile/WordPress-Android/issues/3789