1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-30 10:36:35 +02:00
joplin/packages/app-desktop
2024-07-28 14:49:51 +01:00
..
build
build-mac
build-win
commands Tools: Implement @typescript-eslint/no-explicit-any rule 2024-04-05 12:16:49 +01:00
gui Desktop: Rich Text Editor: Preserve cursor location when updating editor content (#10781) 2024-07-28 14:49:51 +01:00
integration-tests Chore: Fixes #10721: Fix test failure in CI (#10735) 2024-07-11 12:59:56 -07:00
locales
plugins Tools: Implement @typescript-eslint/no-explicit-any rule 2024-04-05 12:16:49 +01:00
services Doc: Auto-update documentation 2024-07-28 12:21:12 +00:00
style/icons
tools Tools: Implement @typescript-eslint/no-explicit-any rule 2024-04-05 12:16:49 +01:00
utils Desktop: Resolves #10424: Move the note viewer to a separate process (#10678) 2024-07-26 12:22:49 +01:00
vendor
.gitignore
.yarnrc.yml
app.reducer.test.ts
app.reducer.ts Chore: Desktop: Fix eslint issues and strengthen types in NoteEditor.tsx (#10449) 2024-05-21 01:28:19 +01:00
app.ts Chore: Desktop: Seamless-Updates - creation of auto updater service (#10772) 2024-07-28 12:09:30 +01:00
bridge.ts Desktop: Attach log to crash dump when the application crashes 2024-04-26 16:08:08 +01:00
checkForUpdates.ts Tools: Implement @typescript-eslint/no-explicit-any rule 2024-04-05 12:16:49 +01:00
ElectronAppWrapper.ts Chore: Desktop: Seamless-Updates - creation of auto updater service (#10772) 2024-07-28 12:09:30 +01:00
generateSha512.js Chore: Add no-throw-literal and prefer-promise-reject-errors eslint rules (#10371) 2024-04-25 13:32:37 +01:00
global.d.ts
gulpfile.ts
index.html
InteropServiceHelper.ts Tools: Implement @typescript-eslint/no-explicit-any rule 2024-04-05 12:16:49 +01:00
jest.config.js Desktop: Resolves #10424: Move the note viewer to a separate process (#10678) 2024-07-26 12:22:49 +01:00
jest.setup.js
main-html.js Chore: Migrate file system sync to TypeScript (#10361) 2024-04-25 13:31:48 +01:00
main.js Desktop: Resolves #10424: Move the note viewer to a separate process (#10678) 2024-07-26 12:22:49 +01:00
main.scss
package.json Chore: Desktop: Seamless-Updates - creation of auto updater service (#10772) 2024-07-28 12:09:30 +01:00
playwright.config.ts
README.md
runForTesting.sh
style.scss Desktop: Improve focus handling for notebook edit, share, and sync dialogs (#10779) 2024-07-26 12:39:01 +01:00
testPluginDemo.sh Desktop: Resolves #10334: Support URLs in plugin API imaging.createFromPath 2024-04-27 11:35:49 +01:00
tsconfig.json

@joplin/app-desktop

TODO: description

Usage

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

// TODO: DEMONSTRATE API