1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-24 08:12:24 +02:00
joplin/packages/utils
2024-03-09 10:45:21 +00:00
..
.gitignore
.npmignore
bytes.ts Api: Add capability of limiting downloads (#9788) 2024-03-09 10:45:21 +00:00
commandToString.test.ts
commandToString.ts
dom.ts Desktop: Add support for multiple columns note list (#9924) 2024-03-02 15:29:18 +00:00
env.ts
execCommand.ts
fs.ts
html.test.ts
html.ts
index.ts
jest.config.js
jest.setup.js
Logger.ts Cli,Desktop,Mobile: Resolves #9465: Log user actions (deletions) (#9585) 2024-03-09 10:33:05 +00:00
markdown.test.ts
markdown.ts
net.ts
object.test.ts Desktop: Add support for multiple columns note list (#9924) 2024-03-02 15:29:18 +00:00
object.ts Desktop: Add support for multiple columns note list (#9924) 2024-03-02 15:29:18 +00:00
package.json Desktop: Add support for multiple columns note list (#9924) 2024-03-02 15:29:18 +00:00
path.test.ts
path.ts
README.md
splitCommandString.ts
time.ts
tsconfig.json
types.ts
url.test.ts
url.ts

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.