joplin/ReactNativeClient/lib/models
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
..
Alarm.js First pass at linting lib dir 2019-07-29 15:43:53 +02:00
BaseItem.js Desktop: Decrypt notes that are meant to be shared 2019-12-17 12:45:57 +00:00
Folder.js All: Fixes #2088: Handle rare case when notebook has a parent that no longer exists, which causes a crash when sorting 2019-11-20 18:14:11 +00:00
ItemChange.js Chore: Apply eslint no-unused-vars eslint config and add TypeScript config 2019-09-12 22:16:42 +00:00
MasterKey.js First pass at linting lib dir 2019-07-29 15:43:53 +02:00
Migration.js All: Extract note renderer to separate package (WIP) (#2206) 2019-12-29 18:58:40 +01:00
Note.js Desktop, Cli: Replace note links with relative paths in MD Exporter (#2161) 2020-01-18 13:16:14 +00:00
NoteResource.js First pass at linting lib dir 2019-07-29 15:43:53 +02:00
NoteTag.js Chore: Apply eslint rules 2019-09-19 22:51:18 +01:00
Resource.js All: Better handling of resource download errors, and added resource info to sync status screen 2019-12-28 20:23:38 +01:00
ResourceLocalState.js First pass at linting lib dir 2019-07-29 15:43:53 +02:00
Revision.js Chore: Apply eslint rules 2019-09-19 22:51:18 +01:00
Search.js Linter update (#1777) 2019-07-30 09:35:42 +02:00
Setting.js Desktop: Add option to disable auto-matching braces (#2251) 2020-01-06 22:27:37 +00:00
Tag.js Desktop: Add new setting to show note counts for folders and tags (#2006) 2019-11-11 06:14:56 +00:00