1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +02:00
joplin/packages/app-desktop
2021-02-23 22:32:01 +00:00
..
build
build-mac
build-win
commands Desktop: Resolves #4458: Improved spell checking support in dialogs and text input fields 2021-02-06 12:17:30 +00:00
gui Desktop: Resolves #4554: Improve mathmode syntax highlighting (#4580) 2021-02-23 22:32:01 +00:00
locales
plugins Mobile: Fixed mobile build 2021-01-27 17:42:58 +00:00
services Desktop: Enforce utf-8 charset for plugin scripts (#4509) 2021-02-23 10:53:19 +00:00
style/icons
tools Tools: Make sure notarization does not make Travis timeout the task 2021-01-27 22:11:40 +00:00
utils Mobile: Fixed mobile build 2021-01-27 17:42:58 +00:00
.gitignore
app.ts Desktop: Fixed issue which could cause plugin views to be orphaned 2021-02-07 16:47:56 +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.11 2021-02-03 11:59:14 +00:00
package.json setup v1.8 2021-02-07 14:34:43 +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

@joplin/app-desktop

TODO: description

Usage

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

// TODO: DEMONSTRATE API