1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-14 18:27:44 +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 Fixed regression 2019-05-13 09:50:39 +01:00
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 All: Save size of a resource to the database; and added mechanism to run non-database migrations 2019-05-11 17:55:40 +01:00
BaseSyncTarget.js
Cache.js
ClipperServer.js
database-driver-node.js
database-driver-react-native.js
database.js Desktop: Resolves #206: Added support for sorting notebooks by title or last modified 2019-03-02 17:35:57 +00:00
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 Clipper: Fixes #1417: Sort the folders in the same order as the desktop app 2019-04-20 19:29:23 +01:00
fs-driver-base.js All: Fixes #371 (sort of): Allow resources greater than 10 MB but they won't be synced on mobile 2019-05-12 01:15:52 +01:00
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 All: Save size of a resource to the database; and added mechanism to run non-database migrations 2019-05-11 17:55:40 +01:00
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 All: Allow specifying the log level of a log target 2019-05-11 17:53:56 +01:00
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 All: Fixes #371 (sort of): Allow resources greater than 10 MB but they won't be synced on mobile 2019-05-12 01:15:52 +01:00
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 All: Improved support for Japanese, Chinese, Korean search queries (also applies to Goto Anything) 2019-04-03 07:46:41 +01:00
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 Doc: Fixed more links 2019-05-22 16:57:45 +01:00
WelcomeUtils.js Desktop, CLI: Added option to disable creation of welcome items 2019-05-12 01:10:46 +01:00