1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-18 09:35:20 +02:00
joplin/ReactNativeClient/lib
Bart d9c15b84d0 Desktop: when importing MD files create resources for local linked files (#2262)
* md importer: first pass import attachment resources with markdown files

* md importer: import resources from md - no unneeded saves, check if files exist, regex name

* md importer: test import of local files as resources, separate method for importing linked files, comment regex matching md tags

* md importer: move stateful regex to method scope, remove spurius await

* md importer: lint

* md importer: respond to PR comments: remove test nesting, test sample, check if path is dir, use shim.fsDriver

* md importer: use file-path methods for getting attachment path

* md importer: use extractImageUrls helper, test for file with zero links

* md importer: try catch around importLocalImages, improve test

* md importer: importing attached images cover case where link also appears elsewhere in doc

* md importer: only create 1 resource if note contains duplicate links, test

* md importer: remove log

* md importer: remove use of lodash
2020-01-19 15:39:38 +00:00
..
components Mobile: Fixes #1816: When creating a new note, it was not possible to focus the body text field 2020-01-08 17:42:28 +00:00
images
migrations All: Extract note renderer to separate package (WIP) (#2206) 2019-12-29 18:58:40 +01:00
models Desktop: Don't count completed to-dos in note counts when they are not shown (#2288) 2020-01-18 13:46:04 +00:00
renderers All: Extract note renderer to separate package (WIP) (#2206) 2019-12-29 18:58:40 +01:00
services Desktop: when importing MD files create resources for local linked files (#2262) 2020-01-19 15:39:38 +00:00
vendor
ArrayUtils.js
BaseApplication.js Desktop: Don't count completed to-dos in note counts when they are not shown (#2288) 2020-01-18 13:46:04 +00:00
BaseModel.js
BaseSyncTarget.js
Cache.js
ClipperServer.js
CssUtils.js Desktop: Allow for custom Joplin theme and Ace editor styles (#2099) 2019-12-13 00:40:58 +00:00
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 All: Fixes #2091: Handle WebDAV servers that do not return a last modified date (fixes mail.ru) 2019-12-18 10:46:12 +00:00
file-api.js All: Improved logging during sync to allow finding bugs more easily 2019-11-13 18:54:54 +00:00
folders-screen-utils.js Desktop: Don't count completed to-dos in note counts when they are not shown (#2288) 2020-01-18 13:46:04 +00:00
fs-driver-base.js Desktop, Cli: Replace note links with relative paths in MD Exporter (#2161) 2020-01-18 13:16:14 +00:00
fs-driver-dummy.js
fs-driver-node.js All: Fixes #2117: Prevent synch from happening if target dir could not be created, in local sync 2019-11-21 19:54:09 +00:00
fs-driver-rn.js Android: Fixes #2270: Note files could become corrupted when using file system sync on certain Android versions 2020-01-08 18:57:40 +00:00
geolocation-node.js
geolocation-react.js
HtmlToMd.js
htmlUtils.js Tools: Upgraded jasmine and made it easier to filter tests 2019-11-02 10:19:24 +00:00
import-enex-html-gen.js
import-enex-md-gen.js
import-enex.js All: Extract note renderer to separate package (WIP) (#2206) 2019-12-29 18:58:40 +01:00
joplin-database.js All: Extract note renderer to separate package (WIP) (#2206) 2019-12-29 18:58:40 +01:00
JoplinError.js
JoplinServerApi.ts Desktop: Improved Nextcloud API error handling 2019-12-18 15:32:19 +00:00
locale.js Desktop: Add ability to share a note publicly using Nextcloud (#2173) 2019-12-13 01:16:34 +00:00
logger.js
markdownUtils.js All: Extract note renderer to separate package (WIP) (#2206) 2019-12-29 18:58:40 +01:00
markJsUtils.js
markupLanguageUtils.js All: Extract note renderer to separate package (WIP) (#2206) 2019-12-29 18:58:40 +01:00
mime-utils.js
ModelCache.js
net-utils.js
ObjectUtils.js
onedrive-api-node-utils.js Desktop: Updated OneDrive login to remove webview dependency 2019-12-18 09:21:12 +00:00
onedrive-api.js
package.json
parameters.js
parseUri.js
path-utils.js
poor-man-intervals.js
promise-utils.js
randomClipperPort.js
react-logger.js
reducer.js Desktop: Maintain selection when non-selected note is deleted (#2290) 2020-01-18 13:53:00 +00:00
registry.js Desktop: Add ability to share a note publicly using Nextcloud (#2173) 2019-12-13 01:16:34 +00:00
resourceUtils.js Desktop: Fixed attachment markup when importing ENEX files as HTML so that it works in mobile too 2019-10-30 18:23:37 +00:00
shim-init-node.js Desktop: Allow for custom Joplin theme and Ace editor styles (#2099) 2019-12-13 00:40:58 +00:00
shim-init-react.js All: Extract note renderer to separate package (WIP) (#2206) 2019-12-29 18:58:40 +01:00
shim.js All: Extract note renderer to separate package (WIP) (#2206) 2019-12-29 18:58:40 +01:00
string-utils-common.js
string-utils.js
synchronizer.js Desktop: Add ability to share a note publicly using Nextcloud (#2173) 2019-12-13 01:16:34 +00:00
SyncTargetDropbox.js
SyncTargetFilesystem.js
SyncTargetMemory.js
SyncTargetNextcloud.js Desktop: Improved Nextcloud API error handling 2019-12-18 15:32:19 +00:00
SyncTargetOneDrive.js Desktop: Updated OneDrive login to remove webview dependency 2019-12-18 09:21:12 +00:00
SyncTargetOneDriveDev.js
SyncTargetRegistry.js
SyncTargetWebDAV.js
TaskQueue.js
TemplateUtils.js
time-utils.js
urlUtils.js
uuid.js
WebDavApi.js Doc: Fixes #2187: Fixed API doc 2019-12-18 11:00:52 +00:00
welcomeAssets.js
WelcomeUtils.js