1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +02:00
joplin/packages/utils
2024-04-26 16:08:08 +01:00
..
.gitignore
.npmignore
bytes.ts Desktop: Attach log to crash dump when the application crashes 2024-04-26 16:08:08 +01:00
commandToString.test.ts
commandToString.ts
dom.ts Tools: Implement @typescript-eslint/no-explicit-any rule 2024-04-05 12:16:49 +01:00
env.ts Tools: Implement @typescript-eslint/no-explicit-any rule 2024-04-05 12:16:49 +01:00
execCommand.ts Tools: Implement @typescript-eslint/no-explicit-any rule 2024-04-05 12:16:49 +01:00
fs.ts
html.test.ts Desktop, Cli: Resolves #9596: Restore note links after importing an ENEX file 2023-12-26 11:59:26 +00:00
html.ts Tools: Implement @typescript-eslint/no-explicit-any rule 2024-04-05 12:16:49 +01:00
index.ts
jest.config.js Desktop, Cli: Resolves #9596: Restore note links after importing an ENEX file 2023-12-26 11:59:26 +00:00
jest.setup.js Desktop, Cli: Resolves #9596: Restore note links after importing an ENEX file 2023-12-26 11:59:26 +00:00
Logger.test.ts Desktop: Attach log to crash dump when the application crashes 2024-04-26 16:08:08 +01:00
Logger.ts Desktop: Attach log to crash dump when the application crashes 2024-04-26 16:08:08 +01:00
markdown.test.ts Desktop, Cli: Resolves #9596: Restore note links after importing an ENEX file 2023-12-26 11:59:26 +00:00
markdown.ts Desktop, Cli: Resolves #9596: Restore note links after importing an ENEX file 2023-12-26 11:59:26 +00:00
net.ts Tools: Implement @typescript-eslint/no-explicit-any rule 2024-04-05 12:16:49 +01:00
object.test.ts Desktop: Add support for multiple columns note list (#9924) 2024-03-02 15:29:18 +00:00
object.ts Tools: Implement @typescript-eslint/no-explicit-any rule 2024-04-05 12:16:49 +01:00
package.json Desktop: Attach log to crash dump when the application crashes 2024-04-26 16:08:08 +01:00
path.test.ts Desktop: Security: Disallow UNC file links (#9979) 2024-02-22 21:29:16 +00:00
path.ts Desktop: Security: Disallow UNC file links (#9979) 2024-02-22 21:29:16 +00:00
README.md Tools: Spellcheck Markdown documents (#10004) 2024-02-26 16:53:48 +00:00
splitCommandString.ts Tools: Implement @typescript-eslint/no-explicit-any rule 2024-04-05 12:16:49 +01:00
time.ts Desktop: Add support for OCR (#8975) 2023-12-13 19:24:58 +00:00
tsconfig.json
types.ts Desktop, Cli: Resolves #9596: Restore note links after importing an ENEX file 2023-12-26 11:59:26 +00:00
url.test.ts
url.ts Desktop: Fixes #9950: Link pased in RTE editor is not underlined until switch to another note (#10202) 2024-04-03 18:43:30 +01:00

Utility package

Those are generic utility functions that can be imported from any other packages. This package however shouldn't have any dependency to any other Joplin package, so that it can be imported without having to import "lib", "renderer" and so on. This is particularly important for Docker images, so that they can be trimmed down to only what's needed.