1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-24 08:12:24 +02:00
joplin/packages/app-desktop
2021-05-20 18:08:59 +02: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 #4727: Add support for safe mode, which temporarily disables note rendering and plugins 2021-04-24 20:23:33 +02:00
gui Desktop: Fixed pasting HTML in Rich Text editor, and improved pasting plain text 2021-05-20 18:08:59 +02:00
locales All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
plugins Desktop: Pass custom CSS property to all export handlers and renderers 2021-05-19 15:00:16 +02:00
services All: Add support for sharing notebooks with Joplin Server (#4772) 2021-05-13 17:57:37 +01: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 Desktop: Pass custom CSS property to all export handlers and renderers 2021-05-19 15:00:16 +02:00
.gitignore All: Add support for sharing notebooks with Joplin Server (#4772) 2021-05-13 17:57:37 +01:00
app.ts Desktop: Added button to skip an application update 2021-05-14 11:29:06 +02:00
bridge.ts Desktop: Added button to skip an application update 2021-05-14 11:29:06 +02:00
checkForUpdates.ts Desktop: Added button to skip an application update 2021-05-14 11:29:06 +02:00
ElectronAppWrapper.ts Desktop: Fixes #4570: Prevents plugin from causing an error when the app closes 2021-04-11 11:58:45 +02: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 Mobile, Desktop: Fixes #3991: Added RTL support for Markdown editor and Preview. (#4822) 2021-04-30 16:03:03 +01:00
InteropServiceHelper.ts Desktop: Pass custom CSS property to all export handlers and renderers 2021-05-19 15:00:16 +02:00
jest.config.js Desktop: Fixes #4669: Copying code block from Rich Text editor results in two copies of the text 2021-04-11 19:01:06 +02:00
main-html.js Desktop, Cli: Fixed issue when getting version info 2021-04-07 19:12:37 +02:00
main.js Desktop: Regression: Fix application name 2020-11-11 14:22:42 +00:00
package-lock.json Desktop release v2.0.1 2021-05-14 17:17:40 +02:00
package.json Desktop release v2.0.1 2021-05-14 17:17:40 +02:00
README.md Tools: Renamed package namespace from @joplinapp to @joplin 2020-11-07 15:59:37 +00:00
runForSharing.sh Desktop: Handle too large items for Joplin Server 2021-05-17 18:55:39 +02:00
style.css Desktop: Fixes #4397: Fixed calendar styling (#4703) 2021-03-23 09:35:25 +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