1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-27 08:21:03 +02:00
joplin/packages/app-desktop
renovate[bot] 8f1c7bf61c
Update dependency @playwright/test to v1.43.1 (#10959)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-01 21:11:04 +01:00
..
build
build-mac
build-win
commands Desktop: Accessibility: Improve note title focus handling (#10932) 2024-08-27 18:05:48 +01:00
gui Desktop: Accessibility: Improve note list keyboard and screen reader accessibility (#10940) 2024-08-31 16:05:01 +01:00
integration-tests Desktop: Accessibility: Improve note list keyboard and screen reader accessibility (#10940) 2024-08-31 16:05:01 +01:00
locales
plugins Desktop: Accessibility: Fix screen reader doesn't read Goto Anything search results or help button label (#10816) 2024-08-05 19:37:23 +01:00
services Desktop: Seamless-Updates: implemented flow for prereleases (#10892) 2024-08-27 18:04:18 +01:00
style/icons
tools Chore: Windows: Fix building the desktop app clears the list of supported Rich Text Editor locales (#10885) 2024-08-17 12:22:52 +01:00
utils Desktop: Seamless-Updates: implemented flow for prereleases (#10892) 2024-08-27 18:04:18 +01:00
vendor
.gitignore
.yarnrc.yml
afterAllArtifactBuild.js Desktop: Seamless-Updates: added latest-mac-arm64.yml (#10941) 2024-08-31 15:42:07 +01:00
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 Desktop: Seamless-Updates: implemented flow for prereleases (#10892) 2024-08-27 18:04:18 +01:00
artifactBuildCompleted.js Desktop: Seamless-Updates: added latest-mac-arm64.yml (#10941) 2024-08-31 15:42:07 +01:00
bridge.ts Desktop: Use Electron safeStorage for keychain support (#10535) 2024-08-08 19:53:43 +01:00
checkForUpdates.ts Tools: Implement @typescript-eslint/no-explicit-any rule 2024-04-05 12:16:49 +01:00
ElectronAppWrapper.ts Desktop: Seamless-Updates: implemented flow for prereleases (#10892) 2024-08-27 18:04:18 +01:00
global.d.ts
gulpfile.ts
index.html All: Resolves #483: Add trash folder (#9671) 2024-03-02 14:25:27 +00:00
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: Use Electron safeStorage for keychain support (#10535) 2024-08-08 19:53:43 +01:00
main.scss Desktop: Accessibility: Improve note list keyboard and screen reader accessibility (#10940) 2024-08-31 16:05:01 +01:00
package.json Update dependency @playwright/test to v1.43.1 (#10959) 2024-09-01 21:11:04 +01:00
playwright.config.ts
README.md
runForTesting.sh
style.scss Desktop: Seamless-Updates - creation of update notification (#10791) 2024-08-08 10:49:21 +01:00
testPluginDemo.sh Desktop: Resolves #10334: Support URLs in plugin API imaging.createFromPath 2024-04-27 11:35:49 +01:00
tsconfig.json Desktop, Mobile: Improve focus handling 2024-04-01 15:34:22 +01:00

@joplin/app-desktop

TODO: description

Usage

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

// TODO: DEMONSTRATE API