1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-30 10:36:35 +02:00
joplin/packages/app-desktop
2021-08-05 14:40:54 +01:00
..
build
build-mac
build-win
commands Desktop: Allow restoring a delete note from note history using command palette 2021-06-10 11:49:20 +02:00
gui Desktop: Fixes #5208: Focus is lost while searching in all notes 2021-08-05 14:35:08 +01:00
locales
plugins Desktop: Resolves #5184: GotoAnything sometimes is not working on first try 2021-08-05 14:40:54 +01:00
services Plugins: Add support for loading application chrome and note CSS from the plugin 2021-07-23 11:05:21 +01:00
style/icons
tools Tools: Exit with error code 1 when macOS notarization fails 2021-06-23 15:27:06 +01:00
utils Desktop: Pass custom CSS property to all export handlers and renderers 2021-05-19 15:00:16 +02:00
.gitignore
app.ts Desktop: Fixes #5253: Fixed plugin state when it has been deleted outside the app 2021-08-05 12:48:39 +01:00
bridge.ts Desktop: Added button to skip an application update 2021-05-14 11:29:06 +02:00
checkForUpdates.ts Desktop: Added button to skip an application update 2021-05-14 11:29:06 +02:00
ElectronAppWrapper.ts
generateSha512.js
global.d.ts
gulpfile.js Tools: Do not run slow updateIgnored script when running desktop app in dev mode 2021-08-05 14:35:58 +01:00
index.html
InteropServiceHelper.ts Desktop: Pass custom CSS property to all export handlers and renderers 2021-05-19 15:00:16 +02:00
jest.config.js
main-html.js
main.js
package-lock.json Desktop release v2.2.2 2021-07-19 10:45:30 +01:00
package.json Desktop: Converted Clipper notification to a modal dialog that shows up in all screens 2021-07-25 13:15:56 +01:00
README.md
runForTesting.sh Tools: Fixed server test user creation 2021-07-16 16:35:58 +01:00
style.css
testPluginDemo.sh Plugins: Add support for loading application chrome and note CSS from the plugin 2021-07-23 11:05:21 +01:00
tsconfig.json

@joplin/app-desktop

TODO: description

Usage

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

// TODO: DEMONSTRATE API