1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-24 08:12:24 +02:00
joplin/packages/lib
2021-02-01 12:41:25 +00:00
..
commands Server: Add support for sharing notes via a link 2021-01-29 18:45:11 +00:00
components/shared Server: Add support for sharing notes via a link 2021-01-29 18:45:11 +00:00
images All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
lib All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
locales Update translations 2021-01-28 11:37:28 -05:00
migrations Converted models and services to TypeScript 2021-01-22 17:41:11 +00:00
models Server: Add support for sharing notes via a link 2021-01-29 18:45:11 +00:00
renderers All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
rnInjectedJs All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
services Plugins: Fixes #4407: Apply "fields" query parameter when requesting data from data API 2021-02-01 12:41:25 +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 All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
AsyncActionQueue.ts Desktop: Add support for searching and installing plugins from repository 2021-01-07 16:30:53 +00:00
BaseApplication.ts Server: Add support for sharing notes via a link 2021-01-29 18:45:11 +00:00
BaseModel.ts Server: Add support for sharing notes via a link 2021-01-29 18:45:11 +00:00
BaseSyncTarget.js Server: Add support for sharing notes via a link 2021-01-29 18:45:11 +00:00
BaseSyncTarget.ts Server: Add support for sharing notes via a link 2021-01-29 18:45:11 +00:00
Cache.js All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
ClipperServer.js All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
CssUtils.js All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
database-driver-node.js All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
database.js Server: Add support for sharing notes via a link 2021-01-29 18:45:11 +00:00
database.ts Server: Add support for sharing notes via a link 2021-01-29 18:45:11 +00:00
DropboxApi.js All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
dummy.test.ts Tools: Cleaned up tests and splitted sync tests into smaller parts 2020-12-01 18:05:24 +00:00
envFromArgs.js All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
errorUtils.ts Tools: Apply rule @typescript-eslint/type-annotation-spacing 2020-11-12 19:13:28 +00:00
EventDispatcher.js All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
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 All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
file-api-driver-joplinServer.ts Desktop: Fixes #4426: Improved handling of empty paths for Joplin Server sync target 2021-02-01 10:48:37 +00:00
file-api-driver-local.js All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
file-api-driver-memory.js All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
file-api-driver-onedrive.js Server: Add support for sharing notes via a link 2021-01-29 18:45:11 +00:00
file-api-driver-webdav.js All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
file-api.js Server: Add support for sharing notes via a link 2021-01-29 18:45:11 +00:00
file-api.ts Server: Add support for sharing notes via a link 2021-01-29 18:45:11 +00:00
folders-screen-utils.js Converted models and services to TypeScript 2021-01-22 17:41:11 +00:00
fs-driver-base.ts Mobile: Fixed mobile build 2021-01-27 17:42:58 +00:00
fs-driver-dummy.js All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
fs-driver-node.ts Mobile: Fixed mobile build 2021-01-27 17:42:58 +00:00
geolocation-node.js All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
HtmlToMd.js Clipper: Fixes #4105: Handle certain types of code block 2020-12-02 15:43:44 +00:00
htmlUtils.ts Converted htmlUtils to TypeScript 2021-01-30 12:19:43 +00:00
import-enex-html-gen.js Desktop: Fixes #4441: Fixed copying text from Rich Text editor 2021-01-30 11:08:11 +00:00
import-enex-md-gen.ts Desktop, Cli: Some imported ENEX files incorrectly had invisible sections 2021-01-25 15:54:11 +00:00
import-enex.js Desktop, Cli: Improved error handling when importing ENEX 2021-01-24 15:24:10 +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
JoplinDatabase.ts Server: Add support for sharing notes via a link 2021-01-29 18:45:11 +00:00
JoplinError.js All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
JoplinServerApi.ts Desktop: Fixes #4426: Improved handling of empty paths for Joplin Server sync target 2021-02-01 10:48:37 +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 Converted models and services to TypeScript 2021-01-22 17:41:11 +00:00
markdownUtils.ts Tools: Handle obsolete packages on plugin repo 2021-01-12 15:29:08 +00:00
markJsUtils.js All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
markupLanguageUtils.ts Desktop: Fixes #4441: Fixed copying text from Rich Text editor 2021-01-30 11:08:11 +00:00
mime-utils-types.js All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
mime-utils.js All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
net-utils.js All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
ntpDate.ts Converted models and services to TypeScript 2021-01-22 17:41:11 +00:00
ObjectUtils.js All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
onedrive-api-node-utils.js All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
onedrive-api.ts Tools: Apply eslint rule "no-multi-spaces" 2021-01-23 15:51:19 +00:00
package-lock.json Releasing sub-packages 2021-01-27 23:59:02 +00:00
package.json Releasing sub-packages 2021-01-27 23:59:02 +00:00
parameters.js All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
parseUri.js All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
path-utils.ts Desktop: Fixes #4426: Improved handling of empty paths for Joplin Server sync target 2021-02-01 10:48:37 +00:00
PoorManIntervals.ts Converted models and services to TypeScript 2021-01-22 17:41:11 +00:00
promise-utils.js All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
randomClipperPort.js All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
react-logger.js All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
README.md Tools: Renamed package namespace from @joplinapp to @joplin 2020-11-07 15:59:37 +00:00
reducer.ts Tools: Apply eslint rule "no-multi-spaces" 2021-01-23 15:51:19 +00:00
registry.js Server: Add support for sharing notes via a link 2021-01-29 18:45:11 +00:00
registry.ts Server: Add support for sharing notes via a link 2021-01-29 18:45:11 +00:00
reserved-ids.js All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
resourceUtils.js All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
shim-init-node.js Mobile: Fixed mobile build 2021-01-27 17:42:58 +00:00
shim.ts Server: Add support for sharing notes via a link 2021-01-29 18:45:11 +00:00
string-utils-common.js All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
string-utils.js All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
Synchronizer.ts Server: Add support for sharing notes via a link 2021-01-29 18:45:11 +00:00
SyncTargetAmazonS3.js Server: Add support for sharing notes via a link 2021-01-29 18:45:11 +00:00
SyncTargetDropbox.js Server: Add support for sharing notes via a link 2021-01-29 18:45:11 +00:00
SyncTargetFilesystem.js Server: Add support for sharing notes via a link 2021-01-29 18:45:11 +00:00
SyncTargetJoplinServer.ts Desktop: Fixes #4426: Improved handling of empty paths for Joplin Server sync target 2021-02-01 10:48:37 +00:00
SyncTargetMemory.js Server: Add support for sharing notes via a link 2021-01-29 18:45:11 +00:00
SyncTargetNextcloud.js Server: Add support for sharing notes via a link 2021-01-29 18:45:11 +00:00
SyncTargetOneDrive.ts Server: Add support for sharing notes via a link 2021-01-29 18:45:11 +00:00
SyncTargetRegistry.js All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
SyncTargetWebDAV.js Server: Add support for sharing notes via a link 2021-01-29 18:45:11 +00:00
TaskQueue.js All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
TemplateUtils.js Desktop: add {{bowm}} and {{bows}} - Beginning Of Week (Monday/Sunday) (#4023) 2020-11-12 18:41:37 +00:00
theme.ts Server: Add support for sharing notes via a link 2021-01-29 18:45:11 +00:00
time.ts Server: Add support for sharing notes via a link 2021-01-29 18:45:11 +00:00
tsconfig.json Plugins: Add support for editor context menu 2020-11-14 00:02:17 +00:00
urlUtils.js All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
uuid.ts Server: Add Joplin Server package (#1872) 2020-12-28 11:48:47 +00:00
versionInfo.ts Server: Add support for sharing notes via a link 2021-01-29 18:45:11 +00:00
WebDavApi.js All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
welcomeAssets.js Update website 2021-01-21 23:12:49 +00:00
WelcomeUtils.js Converted models and services to TypeScript 2021-01-22 17:41:11 +00:00

@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.