1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-12 08:54:00 +02:00
joplin/packages/app-desktop
2023-03-12 15:37:38 +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 Desktop: Always show new note buttons (Regression) (#7850) 2023-03-12 15:30:41 +00:00
locales
plugins Chore: Fixed build following conversion from JSX to TSX 2023-01-29 13:11:53 +00:00
services Chore: Set type of main BrowserWindow, and fixed popup calls 2023-02-22 18:16:28 +00:00
style/icons
tools Tools: Apply eslint rules "no-console" and "id-denylist" 2023-02-16 10:58:24 +00:00
utils
vendor Chore: Added back accidentally ignored file (loadEmojiLib.js) 2021-12-31 08:40:54 +01:00
.gitignore Chore: Added back accidentally ignored file (loadEmojiLib.js) 2021-12-31 08:40:54 +01:00
.yarnrc.yml
app.reducer.test.ts Tools: Add prefer-arrow-callbacks to ESlint rules (#7810) 2023-02-20 15:02:29 +00:00
app.reducer.ts Desktop: Add a menu option to reset the application layout (#7786) 2023-02-17 13:07:18 +00:00
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 Chore: Set type of main BrowserWindow, and fixed popup calls 2023-02-22 18:16:28 +00: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 Tools: Apply eslint rules "no-console" and "id-denylist" 2023-02-16 10:58:24 +00: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 Desktop: Resolves #6338: Improve E2EE usability when accidentally creating multiple keys (#6399) 2022-04-13 12:18:38 +01:00
package.json Desktop release v2.10.9 2023-03-12 15:37:38 +00:00
README.md
runForTesting.sh Chore: Server: Clean up 2023-02-06 18:59:36 +00:00
style.scss
testPluginDemo.sh
tsconfig.json

@joplin/app-desktop

TODO: description

Usage

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

// TODO: DEMONSTRATE API