1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-05 12:50:29 +02:00
joplin/packages/app-desktop
2021-06-16 10:43:39 +01:00
..
build
build-mac
build-win
commands Desktop: Allow restoring a delete note from note history using command palette 2021-06-10 11:49:20 +02:00
gui Desktop: Expose prompt to plugins as a command (#5058) 2021-06-11 00:26:16 +01:00
locales
plugins Desktop: Allow passing arguments to commands in command palette 2021-06-10 11:46:41 +02:00
services All: Add support for sharing notebooks with Joplin Server (#4772) 2021-05-13 17:57:37 +01:00
style/icons
tools Tools: Only notarize macOS app when building a desktop app tag 2021-06-15 16:05:26 +01: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: Expose prompt to plugins as a command (#5058) 2021-06-11 00:26:16 +01: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
global.d.ts
gulpfile.js
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
package-lock.json Desktop release v2.0.10 2021-06-15 20:56:38 +01:00
package.json Desktop release v2.0.10 2021-06-15 20:56:38 +01:00
README.md
runForTesting.sh Android: Verbose mode for synchronizer 2021-06-16 10:43:39 +01:00
style.css Desktop: Fixes #4397: Fixed calendar styling (#4703) 2021-03-23 09:35:25 +00:00
testPluginDemo.sh
tsconfig.json

@joplin/app-desktop

TODO: description

Usage

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

// TODO: DEMONSTRATE API