1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-24 08:12:24 +02:00
joplin/packages/app-desktop
2021-03-14 15:06:38 +00:00
..
build All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
build-mac macOS: Notarize application 2020-11-29 17:15:42 +00:00
build-win All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
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 #2810: Ctrl+Shift+B to viewer when editor invisible (#4537) 2021-03-14 15:06:38 +00:00
locales All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
plugins Chore: Clean up unused fuzzy search code (#4593) 2021-03-10 22:27:45 +00:00
services Desktop: Enforce utf-8 charset for plugin scripts (#4509) 2021-02-23 10:53:19 +00:00
style/icons All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
tools Desktop: remove branch name in detached head state (#4636) 2021-03-11 14:39:18 +00:00
utils Mobile: Fixed mobile build 2021-01-27 17:42:58 +00:00
.gitignore Desktop: Add config screen to add, remove or enable, disable plugins 2020-11-19 12:34:49 +00:00
app.ts Desktop: Fixed issue which could cause plugin views to be orphaned 2021-02-07 16:47:56 +00:00
bridge.ts Desktop: Upgrade to Electron 10 2020-11-19 21:01:19 +00:00
checkForUpdates.js Tools: Renamed package namespace from @joplinapp to @joplin 2020-11-07 15:59:37 +00:00
ElectronAppWrapper.ts Desktop: Upgrade to Electron 10 2020-11-19 21:01:19 +00:00
generateSha512.js All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
global.d.ts All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
gulpfile.js Tools: Clean up and fix tool dependencies 2021-01-18 20:09:11 +00:00
index.html All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
InteropServiceHelper.ts Converted models and services to TypeScript 2021-01-22 17:41:11 +00:00
jest.config.js Desktop: Allow customising application layout 2020-11-13 17:09:28 +00:00
main-html.js Converted models and services to TypeScript 2021-01-22 17:41:11 +00:00
main.js Desktop: Regression: Fix application name 2020-11-11 14:22:42 +00:00
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 Tools: Renamed package namespace from @joplinapp to @joplin 2020-11-07 15:59:37 +00:00
style.css All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
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