1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-30 10:36:35 +02:00
joplin/packages/app-desktop
2021-01-27 12:48:47 +00:00
..
build
build-mac macOS: Notarize application 2020-11-29 17:15:42 +00:00
build-win
commands Converted models and services to TypeScript 2021-01-22 17:41:11 +00:00
gui Desktop: Fixed installing plugins 2021-01-26 23:56:35 +00:00
locales
plugins Converted models and services to TypeScript 2021-01-22 17:41:11 +00:00
services Plugins: Add support for joplin.plugins.installationDir to allow accessing external files packaged with the plugin 2021-01-27 12:48:47 +00:00
style/icons
tools Tools: Apply eslint rule "no-multi-spaces" 2021-01-23 15:51:19 +00:00
.gitignore
app.ts Tools: Apply eslint rule "no-multi-spaces" 2021-01-23 15:51:19 +00:00
bridge.ts
checkForUpdates.js
ElectronAppWrapper.ts
generateSha512.js
global.d.ts
gulpfile.js Tools: Clean up and fix tool dependencies 2021-01-18 20:09:11 +00:00
index.html
InteropServiceHelper.ts Converted models and services to TypeScript 2021-01-22 17:41:11 +00:00
jest.config.js
main-html.js Converted models and services to TypeScript 2021-01-22 17:41:11 +00:00
main.js
package-lock.json Desktop release v1.7.6 2021-01-26 23:57:01 +00:00
package.json Desktop release v1.7.6 2021-01-26 23:57:01 +00:00
README.md
style.css
testPluginDemo.sh Plugins: Add support for joplin.plugins.installationDir to allow accessing external files packaged with the plugin 2021-01-27 12:48:47 +00:00
tsconfig.json All: Fix sorting by title in a case insensitive way 2020-11-27 15:16:50 +00:00

@joplin/app-desktop

TODO: description

Usage

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

// TODO: DEMONSTRATE API