1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-24 08:12:24 +02:00
joplin/packages/app-desktop
2020-11-16 17:11:31 +00:00
..
build All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
build-win All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
commands Desktop: Regression: Fixed external edit file watching 2020-11-16 11:03:44 +00:00
gui Desktop: Fixes #4038: Fixed issue when a newly created note would be automatically moved to the wrong folder on save 2020-11-16 17:11:31 +00:00
locales All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
plugins Tools: Apply rule @typescript-eslint/member-delimiter-style 2020-11-12 19:29:22 +00:00
services Plugins: Fixed issue with dialog being empty in some cases 2020-11-16 16:14:26 +00:00
style/icons All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
tools Tools: Replace Jasmine with Jest to run tests 2020-11-10 15:59:30 +00:00
.gitignore All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
app.ts Desktop: Regression: Fixed external edit file watching 2020-11-16 11:03:44 +00:00
bridge.ts Tools: Apply rule @typescript-eslint/member-delimiter-style 2020-11-12 19:29:22 +00:00
checkForUpdates.js Tools: Renamed package namespace from @joplinapp to @joplin 2020-11-07 15:59:37 +00:00
ElectronAppWrapper.ts Tools: Apply rule @typescript-eslint/member-delimiter-style 2020-11-12 19:29:22 +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 Tools: Apply rule @typescript-eslint/member-delimiter-style 2020-11-12 19:29:22 +00:00
jest.config.js Desktop: Allow customising application layout 2020-11-13 17:09:28 +00:00
main-html.js Tools: Renamed package namespace from @joplinapp to @joplin 2020-11-07 15:59:37 +00:00
main.js Desktop: Regression: Fix application name 2020-11-11 14:22:42 +00:00
package-lock.json Electron release v1.4.10 2020-11-14 00:46:18 +00:00
package.json Electron release v1.4.10 2020-11-14 00:46:18 +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 editor context menu 2020-11-14 00:02:17 +00:00
tsconfig.json All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00

@joplin/app-desktop

TODO: description

Usage

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

// TODO: DEMONSTRATE API