1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-12 08:54:00 +02:00
joplin/packages/app-desktop
2023-01-11 18:40:14 +00:00
..
build Desktop: Remove demo plugins folder and update pinned version of backup plugin (#6801) 2022-09-05 12:36:21 +01:00
build-mac
build-win
commands Desktop: Ask to start in safe mode when the application has crashed 2022-04-25 17:18:26 +01:00
gui Tools: Enable eslint rule "comma-spacing" 2023-01-11 18:40:14 +00:00
locales
plugins Mobile: Add support for realtime search 2022-12-30 14:12:07 +00:00
services Desktop: Fixes #7598: Fixed crash when loading certain plugins 2023-01-08 11:26:36 +00:00
style/icons
tools Desktop: Fixes #7605: Hyperlink insertion no longer works in Markdown editor 2023-01-11 14:01:10 +00:00
utils
vendor
.gitignore
.yarnrc.yml
app.reducer.test.ts
app.reducer.ts
app.ts Chore: Desktop: Add more ways to automatically populate the database 2023-01-10 18:14:48 +00:00
bridge.ts Desktop: Fixes #6860: Made "Open profile directory" work on Windows (#6861) 2022-09-17 20:19:12 +01:00
checkForUpdates.ts Tools: Enable eslint rule "comma-spacing" 2023-01-11 18:40:14 +00:00
ElectronAppWrapper.ts Desktop: Ask to start in safe mode when the application has crashed 2022-04-25 17:18:26 +01:00
generateSha512.js Chore: Add eslint rule to enforce strict equality (eqeqeq) 2022-07-23 09:31:32 +02:00
global.d.ts
gulpfile.js
index.html
InteropServiceHelper.ts Fixed linter error 2022-12-28 16:12:36 +00:00
jest.config.js
main-html.js Chore: Finished applying eqeqeq rule 2022-07-23 11:33:12 +02:00
main.js
main.scss
package.json Desktop: Fixes #7605: Hyperlink insertion no longer works in Markdown editor 2023-01-11 14:01:10 +00:00
README.md
runForTesting.sh
style.scss
testPluginDemo.sh
tsconfig.json

@joplin/app-desktop

TODO: description

Usage

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

// TODO: DEMONSTRATE API