1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-24 08:12:24 +02:00
joplin/packages/app-desktop
2021-01-17 11:34:37 +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 Plugins: Fixes #4308: Fixed "exportFolders" command when exporting JEX file 2021-01-08 18:06:33 +00:00
gui Chore: SideBar => Sidebar 2021-01-12 12:28:55 +00:00
locales All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
plugins Desktop: Use plugins whenever printing or exporting notes 2020-12-19 17:42:18 +00:00
services Chore: SideBar => Sidebar 2021-01-12 12:28:55 +00:00
style/icons All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
tools Doc: Added comment about stapling macOS app 2020-12-05 12:18:31 +00:00
.gitignore Desktop: Add config screen to add, remove or enable, disable plugins 2020-11-19 12:34:49 +00:00
app.ts SideBar -> Sidebar in app.ts (#4375) 2021-01-17 11:34:37 +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: Renamed package namespace from @joplinapp to @joplin 2020-11-07 15:59:37 +00:00
index.html All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
InteropServiceHelper.ts Desktop: Use plugins whenever printing or exporting notes 2020-12-19 17:42:18 +00:00
jest.config.js Desktop: Allow customising application layout 2020-11-13 17:09:28 +00:00
main-html.js Desktop: Fixes #4098: Fix crash due to React when trying to upgrade sync target 2020-11-19 16:38:44 +00:00
main.js Desktop: Regression: Fix application name 2020-11-11 14:22:42 +00:00
package-lock.json Server: Moved controller tests to route and model 2021-01-13 23:20:45 +00:00
package.json Setup new release version 1.7 2021-01-13 12:19:12 +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: Added support for bi-directional messages in content scripts and webview scripts using postMessage 2021-01-11 23:33:10 +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