1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +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 More styling 2017-07-22 16:55:09 +01:00
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 Revert "Applied prettier to code base" 2018-03-09 20:59:12 +00:00
ArrayUtils.js All: Resolves #443: Various optimisations to make dealing with large notes easier and make Katex re-rendering faster 2018-05-10 12:02:39 +01:00
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 All: Created ResourceFetcher class to handle resource downloads 2018-10-08 07:36:45 +01:00
Cache.js Revert "Applied prettier to code base" 2018-03-09 20:59:12 +00:00
ClipperServer.js API: Resolves #1148: Added support for search end-point and improved error handling 2019-02-24 12:24:55 +00:00
database-driver-node.js Revert "Applied prettier to code base" 2018-03-09 20:59:12 +00:00
database-driver-react-native.js Revert "Applied prettier to code base" 2018-03-09 20:59:12 +00:00
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 Getting Dropbox to work in mobile app 2018-03-27 00:55:44 +01:00
DropboxApi.js All: Try to display more info when there is a Dropbox API error 2018-06-11 00:24:29 +01:00
EventDispatcher.js All: Dropbox: Handle various error conditions 2018-03-27 00:05:39 +01:00
file-api-driver-dropbox.js All: Fixes #799: Handle restricted_content error for Dropbox 2018-09-16 19:49:07 +01:00
file-api-driver-local.js Revert "Applied prettier to code base" 2018-03-09 20:59:12 +00:00
file-api-driver-memory.js Revert "Applied prettier to code base" 2018-03-09 20:59:12 +00:00
file-api-driver-onedrive.js Revert "Applied prettier to code base" 2018-03-09 20:59:12 +00:00
file-api-driver-webdav.js All: Revert #554 to try to fix #624: WebDAV error when syncing with SeaFile 2018-06-21 19:00:20 +01:00
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 Revert "Applied prettier to code base" 2018-03-09 20:59:12 +00:00
fs-driver-node.js Api: Added method to get notes 2018-09-27 18:35:10 +00:00
fs-driver-rn.js Mobile: Made tag UI a dialog 2018-03-17 23:00:01 +00:00
geolocation-node.js Fixed typo 2018-10-07 19:28:19 +01:00
geolocation-react.js Revert "Applied prettier to code base" 2018-03-09 20:59:12 +00:00
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 Revert "Applied prettier to code base" 2018-03-09 20:59:12 +00:00
layout-utils.js ReactNativeClient: Fix some typos (found by codespell) 2018-05-05 16:25:37 +02:00
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 All: Search: More multi-language support, and started updating mobile app 2019-01-18 18:31:07 +00:00
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 Revert "Applied prettier to code base" 2018-03-09 20:59:12 +00:00
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 Electron: Resolves #144, Resolves #311: Highlight search results and search in real time. Associated Ctrl+F with searching. 2018-03-19 23:04:48 +00:00
onedrive-api.js Revert "Applied prettier to code base" 2018-03-09 20:59:12 +00:00
package.json Started fixing ReactNative app 2017-07-05 21:34:25 +01:00
parameters.js Adding Dropbox sync to Electron app 2018-03-26 18:33:55 +01:00
parseUri.js Revert "Applied prettier to code base" 2018-03-09 20:59:12 +00:00
path-utils.js Desktop: Create fileURLs via drag and drop (#1653) 2019-07-29 12:16:47 +02:00
poor-man-intervals.js Revert "Applied prettier to code base" 2018-03-09 20:59:12 +00:00
promise-utils.js Revert "Applied prettier to code base" 2018-03-09 20:59:12 +00:00
randomClipperPort.js Clipper: Completed doc and simplified logic to get clipper port to make it easier to use by third-party 2018-06-18 18:54:48 +01:00
react-logger.js Revert "Applied prettier to code base" 2018-03-09 20:59:12 +00:00
reducer.js Desktop: Added support for templates (#1647) 2019-07-20 22:13:10 +01:00
registry.js Also set tags on Welcome notes 2019-02-03 20:19:17 +00:00
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 Desktop: Improve search keyword highlighting 2019-01-17 19:01:35 +00:00
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 Update SyncTargetDropbox.js 2018-05-22 15:02:35 +01:00
SyncTargetFilesystem.js Adding Dropbox sync to Electron app 2018-03-26 18:33:55 +01:00
SyncTargetMemory.js Adding Dropbox sync to Electron app 2018-03-26 18:33:55 +01:00
SyncTargetNextcloud.js Adding Dropbox sync to Electron app 2018-03-26 18:33:55 +01:00
SyncTargetOneDrive.js Adding Dropbox sync to Electron app 2018-03-26 18:33:55 +01:00
SyncTargetOneDriveDev.js Revert "Applied prettier to code base" 2018-03-09 20:59:12 +00:00
SyncTargetRegistry.js Revert "Applied prettier to code base" 2018-03-09 20:59:12 +00:00
SyncTargetWebDAV.js Electron: Fixes #623: Improved handling of text selection and fixed infinite loop 2018-06-17 02:44:37 +01:00
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 Electron: Resolves #755: Added note properties dialog box to view and edit created time, updated time, source URL and geolocation 2018-09-16 19:37:31 +01:00
urlUtils.js Clipper: Fixes #1622: Import named anchors from clipped pages 2019-06-13 00:26:19 +01:00
uuid.js Revert "Applied prettier to code base" 2018-03-09 20:59:12 +00:00
WebDavApi.js Desktop: use nodeIntegration 2019-02-24 10:17:37 +00:00
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