1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-11 18:24:43 +02:00
joplin/packages/app-desktop
2021-12-28 11:43:15 +01:00
..
build
build-mac
build-win
commands
gui Desktop: Fixes #5850: Editor loses cursor focus when Ctrl+F search is closed (#5919) 2021-12-28 10:26:33 +00:00
locales
plugins Desktop: Better handling of bold text to simplify customisation (#5732) 2021-12-28 09:57:34 +00:00
services Plugins: Throttle plugins that make too many API calls (#5895) 2021-12-27 18:12:21 +00:00
style/icons
tools Tools: Trying to fix CI 2021-12-28 11:43:15 +01:00
utils
.gitignore Tools: Fixes #5902: Correctly load external resources when bundling desktop app 2021-12-23 12:04:09 +01:00
.yarnrc.yml Tools: Use Yarn 3 to manage monorepo (#5833) 2021-12-20 15:08:43 +00:00
app.reducer.test.ts
app.reducer.ts
app.ts
bridge.ts Tools: Fixes #5902: Correctly load external resources when bundling desktop app 2021-12-23 12:04:09 +01:00
checkForUpdates.ts
ElectronAppWrapper.ts
generateSha512.js
global.d.ts
gulpfile.js Tools: Use Yarn 3 to manage monorepo (#5833) 2021-12-20 15:08:43 +00:00
index.html Tools: Fixes #5902: Correctly load external resources when bundling desktop app 2021-12-23 12:04:09 +01:00
InteropServiceHelper.ts
jest.config.js Tools: Use Yarn 3 to manage monorepo (#5833) 2021-12-20 15:08:43 +00:00
main-html.js
main.js
main.scss Tools: Use Yarn 3 to manage monorepo (#5833) 2021-12-20 15:08:43 +00:00
package.json Tools: Trying to fix CI 2021-12-28 11:43:15 +01:00
README.md
runForTesting.sh Server: Allow deleting complete user data (#5824) 2021-12-28 09:55:01 +00:00
style.scss
testPluginDemo.sh Plugins: Add support for joplin.workspace.filterEditorContextMenu to allow dynamically setting editor menu items depending on context 2021-12-27 17:38:21 +01:00
tsconfig.json

@joplin/app-desktop

TODO: description

Usage

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

// TODO: DEMONSTRATE API