1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-05 12:50:29 +02:00
joplin/packages/lib
2023-11-07 11:58:39 +00:00
..
commands
components Mobile: Add support for drawing pictures (#7588) 2023-10-02 15:15:51 +01:00
countable
debug
hooks
images
lib
locales Update translations 2023-10-12 15:26:55 +03:00
migrations
models Desktop: Allow attaching a file from the Markdown editor for HTML notes 2023-10-31 16:53:47 +00:00
renderers
rnInjectedJs
services Doc: Fixes #9216: Fixed several broken links 2023-11-05 17:59:36 +00:00
testing
themes
utils Desktop: Fixes #9130: Allow Electron --disable-gpu flag (#9179) 2023-11-07 11:58:39 +00:00
vendor
.gitignore
array.ts
ArrayUtils.test.js
ArrayUtils.ts
AsyncActionQueue.ts
BaseApplication.ts Desktop: Resolves #8742: Prompt to restart in safe mode on renderer process hang/crash (#9153) 2023-10-31 15:05:28 +00:00
BaseModel.ts
BaseSyncTarget.ts
Cache.js
callbackUrlUtils.test.ts
callbackUrlUtils.ts
ClipperServer.ts
clipperUtils.ts Chore: Export extractNoteFromHTML from notes services library (#9086) 2023-10-17 21:10:18 +01:00
CssUtils.ts
database-driver-better-sqlite.ts
database-driver-node.js
database.test.js
database.ts Chore: All: Improve how migrations are handled 2023-10-21 15:53:17 +01:00
dom.ts
DropboxApi.js
envFromArgs.js
errors.ts
errorUtils.ts
EventDispatcher.test.ts
EventDispatcher.ts
eventManager.test.js
eventManager.ts
file-api-driver-amazon-s3.js
file-api-driver-dropbox.js
file-api-driver-joplinServer.ts
file-api-driver-local.js
file-api-driver-memory.ts
file-api-driver-onedrive.js
file-api-driver-webdav.js
file-api-driver.test.ts
file-api.ts
folders-screen-utils.js
fs-driver-base.ts Mobile: Fixes #9069: Fix writing UTF-8 data to a file replaces non-ASCII characters with ?s (#9076) 2023-10-22 11:51:31 +01:00
fs-driver-dummy.js
fs-driver-node.ts
fsDriver.test.ts
geolocation-node.ts
HtmlToMd.ts
htmlUtils2.test.ts
htmlUtils.test.ts
htmlUtils.ts
import-enex-html-gen.js
import-enex-html-gen.test.js
import-enex-md-gen.test.ts Desktop, Cli: Fixes #8823: Ensure that ENEX resources with invalid filenames are imported correctly 2023-09-25 14:40:56 +01:00
import-enex-md-gen.ts All: Fixes #8699: Prevent application from being stuck when importing an invalid ENEX file 2023-09-14 22:06:25 +01:00
import-enex.ts Fixed tests 2023-09-25 16:26:50 +01:00
initLib.ts
InMemoryCache.test.ts
InMemoryCache.ts
jest.config.js
jest.setup.js
JoplinDatabase.ts All: Allow modifying a resource metadata only when synchronising (#9114) 2023-10-24 10:46:33 +01:00
JoplinError.ts
JoplinServerApi.ts
locale.test.ts All: Support for plural translations (#9033) 2023-10-11 10:17:46 +01:00
locale.ts All: Support for plural translations (#9033) 2023-10-11 10:17:46 +01:00
makeDiscourseDebugUrl.ts Desktop: Automatically create a bug report when import faild, and allow uploading it to the forum 2023-10-24 12:20:54 +01:00
markdownUtils2.test.ts
markdownUtils.test.ts
markdownUtils.ts Doc: Refactored documentation, split it into smaller articles, and added search (#9132) 2023-10-30 11:32:14 +00:00
markJsUtils.js
markupLanguageUtils.ts
mime-utils-types.js
mime-utils.js
mimeUtils.test.js
net-utils.ts
ntp.ts
ObjectUtils.ts
onedrive-api-node-utils.js
onedrive-api.ts All: Fixes #8561: Fix OneDrive sync crash on throttle (#9143) 2023-11-07 11:55:38 +00:00
package.json Update dependency @types/js-yaml to v4.0.8 (#9227) 2023-11-07 11:43:28 +00:00
parameters.js
parseUri.js
path-utils.ts
pathUtils.test.js
pluginCategories.json
PoorManIntervals.ts
promise-utils.js
randomClipperPort.js
react-logger.js
README.md
reducer.test.js
reducer.ts Desktop, Mobile: Resolves #8021: Remember whether "All notes", a notebook or a tag was opened when re-opening the app 2023-09-24 20:21:58 +01:00
registry.test.ts
registry.ts
reserved-ids.js
resourceUtils.js
RotatingLogs.test.ts All: Allow modifying a resource metadata only when synchronising (#9114) 2023-10-24 10:46:33 +01:00
RotatingLogs.ts
shim-init-node.js Chore: Fixed attachFile method 2023-11-01 14:58:21 +00:00
shim.ts Chore: Improve isNode to be more inclusive (#9054) 2023-10-12 15:27:48 +03:00
string-utils-common.js
string-utils.js
StringUtils.test.js
Synchronizer.ts All: Allow modifying a resource metadata only when synchronising (#9114) 2023-10-24 10:46:33 +01:00
SyncTargetAmazonS3.js All: Enable ignoreTlsErrors and custom certificates for S3 sync (#8980) 2023-10-05 10:56:25 +01:00
SyncTargetDropbox.js
SyncTargetFilesystem.js
SyncTargetJoplinCloud.ts
SyncTargetJoplinServer.ts
SyncTargetMemory.js
SyncTargetNextcloud.js
SyncTargetNone.ts
SyncTargetOneDrive.ts
SyncTargetRegistry.ts
SyncTargetWebDAV.js
TaskQueue.test.js
TaskQueue.ts
theme.ts
time.ts
timeUtils.test.js
tsconfig.json
urlUtils.js
urlUtils.test.js
uuid.ts
versionInfo.test.ts
versionInfo.ts
WebDavApi.js iOS: Fixes #2153: Fix sync issue with Stackstorage 2023-09-14 12:47:25 +01:00
welcomeAssets.js Doc: Auto-update documentation 2023-10-31 11:47:05 +00:00
WelcomeUtils.ts

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