1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +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
.flowconfig Upgrading to React Native 5.9 2019-06-14 07:12:24 +01:00
.gitattributes
.gitignore
.watchmanconfig
App.js Trying RN 0.57.1 upgrade 2018-10-02 18:57:31 +00:00
app.json
build_android_prod.bat
build_android.bat
clean_build.bat
debug_log.bat
debug_log.sh fix permissions for shell scripts (add executable flag) (#866) 2018-10-09 22:58:18 +01:00
index.android.js
index.ios.js
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
start_server.bat
start_server.sh fix permissions for shell scripts (add executable flag) (#866) 2018-10-09 22:58:18 +01:00