1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-12 08:54:00 +02:00
joplin/packages/app-desktop
2020-12-11 13:28:59 +00:00
..
build
build-mac macOS: Notarize application 2020-11-29 17:15:42 +00:00
build-win
commands Added no-floating-promises eslint rule 2020-11-25 14:40:25 +00:00
gui Plugins: Add support for context menu items on notebooks and tags 2020-12-11 13:28:59 +00:00
locales
plugins Added no-floating-promises eslint rule 2020-11-25 14:40:25 +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
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 Added no-floating-promises eslint rule 2020-11-25 14:40:25 +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
global.d.ts
gulpfile.js Tools: Renamed package namespace from @joplinapp to @joplin 2020-11-07 15:59:37 +00:00
index.html
InteropServiceHelper.ts Added no-floating-promises eslint rule 2020-11-25 14:40:25 +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.5.7 2020-12-10 10:07:40 +00:00
package.json Desktop release v1.5.7 2020-12-10 10:07:40 +00:00
README.md Tools: Renamed package namespace from @joplinapp to @joplin 2020-11-07 15:59:37 +00:00
style.css
testPluginDemo.sh Plugins: Add support for context menu items on notebooks and tags 2020-12-11 13:28:59 +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