1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-27 10:32:58 +02:00
joplin/packages/lib
2020-12-11 13:23:15 +00:00
..
commands Tools: Apply rule @typescript-eslint/type-annotation-spacing 2020-11-12 19:13:28 +00:00
components/shared Desktop: Add config screen to add, remove or enable, disable plugins 2020-11-19 12:34:49 +00:00
images
lib
locales Update translations 2020-12-05 16:36:47 -05:00
migrations
models Desktop, Mobile: Restrict auto-detection of links, and added option to toggle linkify (#4205) 2020-12-09 21:52:52 +00:00
renderers
rnInjectedJs
services context menu 2020-12-11 13:23:15 +00:00
themes Desktop: Improved warning banner colors 2020-12-08 23:44:54 +00:00
vendor Tools: Replace Jasmine with Jest to run tests 2020-11-10 15:59:30 +00:00
.gitignore Desktop: Allow customising application layout 2020-11-13 17:09:28 +00:00
ArrayUtils.js
AsyncActionQueue.ts Added no-floating-promises eslint rule 2020-11-25 14:40:25 +00:00
BaseApplication.ts Fix logger type 2020-11-25 09:40:54 +00:00
BaseModel.ts All: Fix sorting by title in a case insensitive way 2020-11-27 15:16:50 +00:00
BaseSyncTarget.js
Cache.js
ClipperServer.js
CssUtils.js
database-driver-node.js
database.js All: Added global logger 2020-11-19 15:25:02 +00:00
DropboxApi.js
dummy.test.ts Tools: Cleaned up tests and splitted sync tests into smaller parts 2020-12-01 18:05:24 +00:00
envFromArgs.js
errorUtils.ts Tools: Apply rule @typescript-eslint/type-annotation-spacing 2020-11-12 19:13:28 +00:00
EventDispatcher.js
eventManager.ts Plugins: Improved note change event handling. Also added tests and improved debugging plugins. 2020-12-01 14:08:41 +00:00
file-api-driver-amazon-s3.js Mobile: Fixes #3601: Fix uploading resource files to S3 with RN (#4127) 2020-11-29 17:29:46 +00:00
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
file-api.js
folders-screen-utils.js
fs-driver-base.ts Desktop: Fixed issue with attachment paths being invalid when user has spaces in home directory path. Also fixed race condition in test units that could make them randomly fail. 2020-12-09 12:53:47 +00:00
fs-driver-dummy.js
fs-driver-node.ts Desktop: Fixed issue with attachment paths being invalid when user has spaces in home directory path. Also fixed race condition in test units that could make them randomly fail. 2020-12-09 12:53:47 +00:00
geolocation-node.js
HtmlToMd.js Clipper: Fixes #4105: Handle certain types of code block 2020-12-02 15:43:44 +00:00
htmlUtils.js
import-enex-html-gen.js
import-enex-md-gen.js
import-enex.js Desktop, Cli: Fixed importing ENEX files that contain empty resources 2020-11-30 19:29:44 +00:00
InMemoryCache.ts Tools: Apply rule @typescript-eslint/member-delimiter-style 2020-11-12 19:29:22 +00:00
jest.config.js Plugins: Improved note change event handling. Also added tests and improved debugging plugins. 2020-12-01 14:08:41 +00:00
joplin-database.js
JoplinError.js
JoplinServerApi.ts Tools: Apply rule @typescript-eslint/member-delimiter-style 2020-11-12 19:29:22 +00:00
locale.ts Desktop: Fixes #4146: Prevents crash when invalid spell checker language is selected, and provide fallback for invalid language codes 2020-11-27 12:21:34 +00:00
Logger.ts Fix logger type 2020-11-25 09:40:54 +00:00
markdownUtils.ts Tools: Apply rule @typescript-eslint/member-delimiter-style 2020-11-12 19:29:22 +00:00
markJsUtils.js
markupLanguageUtils.ts Tools: Apply rule @typescript-eslint/type-annotation-spacing 2020-11-12 19:13:28 +00:00
mime-utils-types.js
mime-utils.js
ModelCache.js
net-utils.js
ntpDate.ts Tools: Apply rule @typescript-eslint/type-annotation-spacing 2020-11-12 19:13:28 +00:00
ObjectUtils.js
onedrive-api-node-utils.js
onedrive-api.js
package-lock.json All: Fixed #4025: Fixed issue when searching for text that contains diacritic (#4152) 2020-12-09 13:02:54 +00:00
package.json All: Fixed #4025: Fixed issue when searching for text that contains diacritic (#4152) 2020-12-09 13:02:54 +00:00
parameters.js
parseUri.js
path-utils.ts Tools: Apply rule @typescript-eslint/type-annotation-spacing 2020-11-12 19:13:28 +00:00
PoorManIntervals.ts Tools: Apply rule @typescript-eslint/member-delimiter-style 2020-11-12 19:29:22 +00:00
promise-utils.js
randomClipperPort.js
react-logger.js
README.md
reducer.ts All: Refresh sidebar and notes when moving note outside of conflict folder 2020-11-19 16:21:24 +00:00
registry.js
reserved-ids.js
resourceUtils.js
shim-init-node.js Desktop: Fixes #4098: Fix crash due to React when trying to upgrade sync target 2020-11-19 16:38:44 +00:00
shim.ts Desktop: Fixes #4098: Fix crash due to React when trying to upgrade sync target 2020-11-19 16:38:44 +00:00
string-utils-common.js
string-utils.js
Synchronizer.ts Plugins: Add support for workspace.onSyncStart event 2020-12-08 19:03:22 +00:00
SyncTargetAmazonS3.js
SyncTargetDropbox.js
SyncTargetFilesystem.js
SyncTargetMemory.js
SyncTargetNextcloud.js
SyncTargetOneDrive.js
SyncTargetOneDriveDev.js
SyncTargetRegistry.js
SyncTargetWebDAV.js
TaskQueue.js
TemplateUtils.js Desktop: add {{bowm}} and {{bows}} - Beginning Of Week (Monday/Sunday) (#4023) 2020-11-12 18:41:37 +00:00
theme.ts Tools: Apply rule @typescript-eslint/type-annotation-spacing 2020-11-12 19:13:28 +00:00
time.ts Tools: Apply rule @typescript-eslint/type-annotation-spacing 2020-11-12 19:13:28 +00:00
tsconfig.json Plugins: Add support for editor context menu 2020-11-14 00:02:17 +00:00
urlUtils.js
uuid.ts
versionInfo.ts Tools: Apply rule @typescript-eslint/type-annotation-spacing 2020-11-12 19:13:28 +00:00
WebDavApi.js
welcomeAssets.js
WelcomeUtils.js

@joplin/lib

Library shared between all applications.

  • It should not have dependencies to any other @joplin package to avoid dependency cycles.
  • Binary packages should be passed via dependency injection from the parent packages, for example like it is done in shim-init-node. This is because each app might need to compile the binary package in a specific way, so doing it from /lib would cause issues.
  • It should not include the react or react-native packages because React in particular breaks when there's more than one instance of it in node_modules. React is passed via dependency injections so that some hooks can be shared.