1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-27 08:21:03 +02:00
joplin/packages/app-cli
Laurent Cozic 5a620ee26e Desktop: Fixes #4669: Copying code block from Rich Text editor results in two copies of the text
Also improved copying plain text from Rich Text editor - in that case the HTML is converted to Markdown
2021-04-11 19:01:06 +02:00
..
app Desktop, Cli: Fixed issue when getting version info 2021-04-07 19:12:37 +02:00
tests Desktop: Fixes #4669: Copying code block from Rich Text editor results in two copies of the text 2021-04-11 19:01:06 +02:00
.eslintrc.js All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
.gitignore All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
build-doc.sh All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
cli-integration.sh All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
fuzzing.sh All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
gulpfile.js Tools: Clean up and fix tool dependencies 2021-01-18 20:09:11 +00:00
jest.config.js Desktop: Fixes #4452: Fixed exporting as HTML or PDF when a plugin is active, and make sure plugin assets are also exported 2021-02-05 21:27:19 +00:00
jest.setup.js Tools: Replace Jasmine with Jest to run tests 2020-11-10 15:59:30 +00:00
package-lock.json Plugins: Add support for joplin.plugins.require API to allow using sqlite3 or fs-extra from a plugin 2021-01-24 18:03:33 +00:00
package.json setup v1.8 2021-02-07 14:34:43 +00:00
README.md Tools: Renamed package namespace from @joplinapp to @joplin 2020-11-07 15:59:37 +00:00
tsconfig.json All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00

@joplin/cli

TODO: description

Usage

const cli = require('@joplin/cli');

// TODO: DEMONSTRATE API