1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-05 12:50:29 +02:00
joplin/CliClient
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
..
app CLI: Add --export, --import, and --import-file flags to joplin config (#2179) 2019-12-28 22:48:34 +01:00
locales Translation: Update tr_TR.po (#2295) 2020-01-12 19:01:00 -05:00
tests Desktop, Cli: Replace note links with relative paths in MD Exporter (#2161) 2020-01-18 13:16:14 +00:00
.eslintrc.js Chore: Apply eslint no-unused-vars eslint config and add TypeScript config 2019-09-12 22:16:42 +00:00
.gitignore All: Refactored REST API to make it testable and to allow further extension 2018-09-27 09:14:05 +01:00
build-doc.sh
build.sh Doc: Fixes #2187: Fixed API doc 2019-12-18 11:00:52 +00:00
cli-integration.sh
fuzzing.sh
package-lock.json Clipper: Fixes #2252: Some pages that contain tables with only one cell would trigger an error 2020-01-08 18:35:41 +00:00
package.json Clipper: Fixes #2252: Some pages that contain tables with only one cell would trigger an error 2020-01-08 18:35:41 +00:00
publish.sh CLI v0.10.90 2018-01-26 17:19:42 +00:00
run_test.sh Tools: Upgraded jasmine and made it easier to filter tests 2019-11-02 10:19:24 +00:00
run.sh CLI: Fixed regression which was preventing decryption on newly created profiles 2019-06-10 08:55:36 +01:00