1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +02:00
joplin/packages/app-desktop
2024-07-16 19:28:05 +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 Mobile: Resolves #9017: Support pasting images (#10751) 2024-07-16 19:28:05 +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 Desktop: Fix error in plugin content scripts generated with Webpack (#10680) 2024-07-04 14:58:26 +02:00
style/icons
tools Tools: Implement @typescript-eslint/no-explicit-any rule 2024-04-05 12:16:49 +01:00
utils Chore: Increase strength of Settings types (#10605) 2024-06-25 15:01:39 +02: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 Desktop: Fixes #10679: Fix incorrect text rendering on MacOS by changing the default font to Avenir Next (#10686) 2024-07-05 19:58:09 +02: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 Tools: Implement @typescript-eslint/no-explicit-any rule 2024-04-05 12:16:49 +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
jest.setup.js
main-html.js Chore: Migrate file system sync to TypeScript (#10361) 2024-04-25 13:31:48 +01:00
main.js
main.scss
package.json Update dependency @types/node to v18.19.31 (#10727) 2024-07-09 10:37:55 +00:00
playwright.config.ts
README.md
runForTesting.sh
style.scss Desktop: Resolves #4251: Refactor sidebar to better handle thousands of tags and notebooks (#10331) 2024-04-25 15:31:18 +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