joplin/CliClient/tests
Vaidotas Simkus d9d75d6c71 Desktop, Cli: Replace note links with relative paths in MD Exporter (#2161)
* Replace linked Note ids by relative paths in MD Exporter.

* Added tests for the MD Exporter.

* Changed fs.readdirSync use for earlier Node version (v8)

In the previous commit the code used fs.readdirSync from Node v10 or
later. But since Joplin still uses v8, I changed the use of
fs.readdirSync to be in line with the earlier api.

* Updated readDirSync use for Node v10, which allows gets folder names too.

* Revert "Updated readDirSync use for Node v10, which allows gets folder names too."

This reverts commit 8f255db120861dd7773d99e1b63f4864d39594cf.
Because the Travis builds still use Node v8. This is fine as well, the
readdirSync returns the filenames in the directory.

* Added reservedNames param to findUniqueFilename
2020-01-18 13:16:14 +00:00
..
enex_to_html Fix tests 2019-10-31 09:55:39 +00:00
enex_to_md Desktop, Cli: enex_to_md: Support italic in span tags (#1966) 2019-10-12 00:39:13 +02:00
html_to_md Clipper: Fixes #2015: Fix issue with certain PRE code blocks 2019-11-07 20:06:33 +00:00
support Tools: Upgraded jasmine and made it easier to filter tests 2019-11-02 10:19:24 +00:00
ArrayUtils.js
EnexToHtml.js
EnexToMd.js
HtmlToMd.js Clipper: Fixed: Some tables were imported with a duplicate header 2019-10-12 19:36:06 +02:00
StringUtils.js
TaskQueue.js
encryption.js
htmlUtils.js
markdownUtils.js Doc: Fix documentation and source comment typos (#2037) 2019-10-29 09:02:42 +00:00
models_BaseItem.js
models_Folder.js Desktop: Add new setting to show note counts for folders and tags (#2006) 2019-11-11 06:14:56 +00:00
models_ItemChange.js Fix tests 2019-11-12 16:16:39 +00:00
models_Note.js eslint 2019-09-29 22:11:36 +00:00
models_Resource.js
models_Revision.js
models_Setting.js
models_Tag.js Desktop: Add new setting to show note counts for folders and tags (#2006) 2019-11-11 06:14:56 +00:00
pathUtils.js
services_InteropService.js
services_InteropService_Exporter_Md.js Desktop, Cli: Replace note links with relative paths in MD Exporter (#2161) 2020-01-18 13:16:14 +00:00
services_KvStore.js
services_ResourceService.js
services_Revision.js
services_SearchEngine.js
services_rest_Api.js eslint 2019-09-29 22:11:36 +00:00
synchronizer.js Desktop: Decrypt notes that are meant to be shared 2019-12-17 12:45:57 +00:00
test-utils.js Tools: Upgraded jasmine and made it easier to filter tests 2019-11-02 10:19:24 +00:00
urlUtils.js Doc: Fix documentation and source comment typos (#2037) 2019-10-29 09:02:42 +00:00