1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-27 08:21:03 +02:00
joplin/packages/app-desktop
2021-01-07 22:03:13 +00:00
..
build All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
build-mac macOS: Notarize application 2020-11-29 17:15:42 +00:00
build-win All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
commands Added no-floating-promises eslint rule 2020-11-25 14:40:25 +00:00
gui Desktop: Handle case where a command is sent to an editor that is gone 2021-01-07 22:03:13 +00:00
locales All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
plugins Desktop: Use plugins whenever printing or exporting notes 2020-12-19 17:42:18 +00:00
services Plugins: Improved note change event handling. Also added tests and improved debugging plugins. 2020-12-01 14:08:41 +00:00
style/icons All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
tools Doc: Added comment about stapling macOS app 2020-12-05 12:18:31 +00:00
.gitignore Desktop: Add config screen to add, remove or enable, disable plugins 2020-11-19 12:34:49 +00:00
app.ts Plugins: Add support for hiding and showing panels 2021-01-02 13:32:15 +00:00
bridge.ts Desktop: Upgrade to Electron 10 2020-11-19 21:01:19 +00:00
checkForUpdates.js Tools: Renamed package namespace from @joplinapp to @joplin 2020-11-07 15:59:37 +00:00
ElectronAppWrapper.ts Desktop: Upgrade to Electron 10 2020-11-19 21:01:19 +00:00
generateSha512.js All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
global.d.ts All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
gulpfile.js Tools: Renamed package namespace from @joplinapp to @joplin 2020-11-07 15:59:37 +00:00
index.html All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
InteropServiceHelper.ts Desktop: Use plugins whenever printing or exporting notes 2020-12-19 17:42:18 +00:00
jest.config.js Desktop: Allow customising application layout 2020-11-13 17:09:28 +00:00
main-html.js Desktop: Fixes #4098: Fix crash due to React when trying to upgrade sync target 2020-11-19 16:38:44 +00:00
main.js Desktop: Regression: Fix application name 2020-11-11 14:22:42 +00:00
package-lock.json Desktop release v1.6.4 2021-01-07 17:05:31 +00:00
package.json Desktop release v1.6.4 2021-01-07 17:05:31 +00:00
README.md Tools: Renamed package namespace from @joplinapp to @joplin 2020-11-07 15:59:37 +00:00
style.css All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
testPluginDemo.sh Plugins: Add support for hiding and showing panels 2021-01-02 13:32:15 +00:00
tsconfig.json All: Fix sorting by title in a case insensitive way 2020-11-27 15:16:50 +00:00

@joplin/app-desktop

TODO: description

Usage

const appDesktop = require('@joplin/app-desktop');

// TODO: DEMONSTRATE API