1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-11 18:24:43 +02:00
joplin/ReactNativeClient
J0J0 T b47cb4e29a Desktop, Cli: Improved bold formatting support in Enex import (#1708)
* Dekstop,CLI: enex_to_md: add html/md test file pairs

* one pair for basic text formatting tags: strong, b, i, em
* and one using span tags with inline styles for bold formatting

Note: The html files include the Evernote-typical "linebreak tags inside of separate <div> tags"
to represent empty lines!

* Desktop,Cli: enex_to_md: support bold in span tags using inline styles

* function isSpanWithStyle() checks if further processing of a span tag
  makes sense
* function isSpanStyleBold() checks if bold formatting via styles is
  used - a similar function could be written for each span-inline-style-format
  that should be supported

* Desktop,Cli: enex_to_md: fix saving span attrs in state object

pushing attributes of span tag to state object now
happens outside of isSpanWithStyle()
2019-07-29 12:25:25 +02:00
..
android Android release v1.0.293 2019-07-28 18:36:36 +02:00
ios iOS v10.0.36 2019-06-19 23:22:35 +01:00
lib Desktop, Cli: Improved bold formatting support in Enex import (#1708) 2019-07-29 12:25:25 +02:00
locales Update translations 2019-07-29 11:52:19 +02:00
.buckconfig Added React Native app 2017-05-06 15:37:28 +01:00
.flowconfig Upgrading to React Native 5.9 2019-06-14 07:12:24 +01:00
.gitattributes Added React Native app 2017-05-06 15:37:28 +01:00
.gitignore Put locales under versioning 2017-11-20 19:14:02 +00:00
.watchmanconfig Added React Native app 2017-05-06 15:37:28 +01:00
App.js Trying RN 0.57.1 upgrade 2018-10-02 18:57:31 +00:00
app.json Various changes 2017-07-07 23:25:03 +01:00
build_android_prod.bat Android: Automate building for prod 2017-11-23 18:14:38 +00:00
build_android.bat Android: Fixed image picker issues 2017-11-20 19:01:19 +00:00
clean_build.bat Status screen 2017-07-10 20:16:59 +01:00
debug_log.bat Various changes 2017-07-08 00:25:10 +01:00
debug_log.sh fix permissions for shell scripts (add executable flag) (#866) 2018-10-09 22:58:18 +01:00
index.android.js Revert "Applied prettier to code base" 2018-03-09 20:59:12 +00:00
index.ios.js Revert "Applied prettier to code base" 2018-03-09 20:59:12 +00:00
index.js Trying RN 0.57.1 upgrade 2018-10-02 18:57:31 +00:00
main.js Mobile: Fixed colour of placeholder text in dark theme 2019-07-21 17:16:15 +01:00
metro.config.js Upgrading to React Native 5.9 2019-06-14 07:12:24 +01:00
package-lock.json Mobile: Upgraded packages to fix security issues 2019-07-28 23:03:54 +02:00
package.json Mobile: Upgraded packages to fix security issues 2019-07-28 23:03:54 +02:00
root.js Minor changes 2019-07-19 18:18:05 +01:00
run_ios.sh Mobile: Upgraded WebView 2019-06-14 08:11:15 +01:00
start_emulator.bat minor changes 2017-06-04 16:01:52 +01:00
start_server.bat Fixed React Native app to work with latest versions of packages and removed dependency to yarn 2017-10-30 18:17:01 +00:00
start_server.sh fix permissions for shell scripts (add executable flag) (#866) 2018-10-09 22:58:18 +01:00