1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-18 09:35:20 +02:00
joplin/packages/app-desktop
2023-07-12 15:18:53 +01: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 Revert "Chore: Mac binary signing tweaks for embedded plugins (#7988)" 2023-03-30 18:24:25 +01:00
build-win
commands Tools: Apply eslint rule @typescript-eslint/no-inferrable-types with ignoreArguments=false 2023-06-30 09:11:26 +01:00
gui Chore: Refactor InteropService to not use dynamic imports (#8454) 2023-07-12 10:30:38 +01:00
locales
plugins Tools: Apply rule @typescript-eslint/ban-types 2023-06-30 10:30:29 +01:00
services Desktop: Prevent app from crashing when changing screens 2023-07-09 14:12:41 +01:00
style/icons
tools Chore: Fixed asset order 2023-07-02 17:48:29 +01:00
utils Desktop: Fixed macOS version check so that it does not return the ARM64 version 2023-07-12 15:18:05 +01:00
vendor
.gitignore
.yarnrc.yml
app.reducer.test.ts Tools: Add more eslint/jest rules 2023-03-09 17:50:56 +00:00
app.reducer.ts Desktop: Trying to fix white screen issue 2023-06-06 16:31:31 +01:00
app.ts Desktop: Fixes #8256: Don't start window minimized in GNOME (#8441) 2023-07-10 11:59:09 +01:00
bridge.ts Tools: Apply rule @typescript-eslint/ban-types 2023-06-30 10:30:29 +01:00
checkForUpdates.ts Desktop: Fixed macOS version check so that it does not return the ARM64 version 2023-07-12 15:18:05 +01:00
ElectronAppWrapper.ts Desktop: Fixes #8256: Don't start window minimized in GNOME (#8441) 2023-07-10 11:59:09 +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 Tools: Add repeat mechanism when electron-builder randomly fails to build 2023-02-05 16:51:47 +00:00
index.html
InteropServiceHelper.ts Chore: Refactor InteropService to not use dynamic imports (#8454) 2023-07-12 10:30:38 +01:00
jest.config.js
main-html.js Tools: Apply eslint rules "no-console" and "id-denylist" 2023-02-16 10:58:24 +00:00
main.js
main.scss
package.json Desktop release v2.12.5 2023-07-12 15:18:53 +01:00
README.md
runForTesting.sh Chore: Server: Clean up 2023-02-06 18:59:36 +00:00
style.scss
testPluginDemo.sh Desktop: Resolves #8080: Add support for plugin user data (#8312) 2023-06-13 18:06:16 +01:00
tsconfig.json

@joplin/app-desktop

TODO: description

Usage

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

// TODO: DEMONSTRATE API