1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-15 09:04:04 +02:00
joplin/packages/app-desktop
2021-05-10 12:33:18 +02:00
..
build
build-mac
build-win
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: Fixes #4916: Fixed pasting of text and images from Word on Windows 2021-05-10 11:12:29 +02:00
locales
plugins Desktop: Resolves #4759: Fixed editor focus issue when running command from palette (#4812) 2021-04-06 21:21:24 +01:00
services Desktop: Fixes #4754: Roboto font in plugins (#4755) 2021-04-24 09:51:21 +01:00
style/icons
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
app.ts Desktop: Resolves #4727: Add support for safe mode, which temporarily disables note rendering and plugins 2021-04-24 20:23:33 +02:00
bridge.ts
checkForUpdates.js Desktop: Improve display of release notes for new versions 2021-05-04 15:53:44 +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
global.d.ts
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 Converted models and services to TypeScript 2021-01-22 17:41:11 +00: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
package-lock.json Desktop release v1.8.5 2021-05-10 12:33:18 +02:00
package.json Desktop release v1.8.5 2021-05-10 12:33:18 +02:00
README.md
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

@joplin/app-desktop

TODO: description

Usage

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

// TODO: DEMONSTRATE API