1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-02 12:47:41 +02:00
joplin/ReactNativeClient/lib
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
..
components Mobile: Fixed freeze when last notebook was the conflict one and there are no longer any conflicted notes 2019-07-26 21:23:18 +02:00
images
migrations
models Using British English by default for consistency 2019-07-29 11:51:09 +02:00
renderers Use regex instead of jsdom for compability with mobile app 2019-07-21 00:18:51 +01:00
services Api: Fixed handling of markup language 2019-07-21 00:31:29 +01:00
vendor
ArrayUtils.js
BaseApplication.js Desktop: Added support for templates (#1647) 2019-07-20 22:13:10 +01:00
BaseModel.js
BaseSyncTarget.js
Cache.js
ClipperServer.js
database-driver-node.js
database-driver-react-native.js
database.js
dialogs.js
DropboxApi.js
EventDispatcher.js
file-api-driver-dropbox.js
file-api-driver-local.js
file-api-driver-memory.js
file-api-driver-onedrive.js
file-api-driver-webdav.js
file-api.js Desktop: Only repeat failed requests up to 3 times during sync 2019-07-29 10:12:23 +02:00
folders-screen-utils.js
fs-driver-base.js
fs-driver-dummy.js
fs-driver-node.js
fs-driver-rn.js
geolocation-node.js
geolocation-react.js
HtmlToMd.js Clipper: Resolves #1669: Handle special case of code block used on Microsoft website 2019-06-22 18:57:41 +01:00
htmlUtils.js Use regex instead of jsdom for compability with mobile app 2019-07-21 00:18:51 +01:00
import-enex-md-gen.js Desktop, Cli: Improved bold formatting support in Enex import (#1708) 2019-07-29 12:25:25 +02:00
import-enex.js
joplin-database.js Clipper: Adding support for clipping page as HTML 2019-07-14 16:00:02 +01:00
JoplinError.js
layout-utils.js
locale.js All: Resolves #1459: Make translation files smaller by not including untranslated strings. Also add percentage translated to config screen. 2019-07-29 11:47:50 +02:00
logger.js
markdownUtils.js More refactoring to easily handle multiple renderers 2019-07-16 19:05:47 +01:00
markJsUtils.js
markupLanguageUtils.js Clipper: Adding support for clipping page as HTML 2019-07-14 16:00:02 +01:00
mime-utils.js Desktop, CLI: Fixes #1723: Import Evernote audio files correctly 2019-07-13 17:26:47 +01:00
ModelCache.js
net-utils.js Clipper: Fixes #1600: Handle SVG images and fix issue with invalid file extensions 2019-06-12 09:45:31 +01:00
ObjectUtils.js
onedrive-api.js
package.json
parameters.js
parseUri.js
path-utils.js Desktop: Create fileURLs via drag and drop (#1653) 2019-07-29 12:16:47 +02:00
poor-man-intervals.js
promise-utils.js
randomClipperPort.js
react-logger.js
reducer.js Desktop: Added support for templates (#1647) 2019-07-20 22:13:10 +01:00
registry.js
shim-init-node.js Desktop: Create fileURLs via drag and drop (#1653) 2019-07-29 12:16:47 +02:00
shim-init-react.js
shim.js Desktop: Only repeat failed requests up to 3 times during sync 2019-07-29 10:12:23 +02:00
string-utils-common.js
string-utils.js
synchronizer.js All: Fixes #1694: When deleting resource from sync target also delete associated data blob 2019-07-13 15:57:53 +01:00
SyncTargetDropbox.js
SyncTargetFilesystem.js
SyncTargetMemory.js
SyncTargetNextcloud.js
SyncTargetOneDrive.js
SyncTargetOneDriveDev.js
SyncTargetRegistry.js
SyncTargetWebDAV.js
TaskQueue.js All: Improved: Allow using multiple connections to download items while synchronising (#1633) 2019-06-07 23:20:08 +01:00
TemplateUtils.js Desktop: Added support for templates (#1647) 2019-07-20 22:13:10 +01:00
time-utils.js
urlUtils.js Clipper: Fixes #1622: Import named anchors from clipped pages 2019-06-13 00:26:19 +01:00
uuid.js
WebDavApi.js
welcomeAssets.js
WelcomeUtils.js