1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-03 08:35:29 +02:00
joplin/packages/app-desktop
Caleb John 189f9d1091
Desktop: Fixes #5327: Add more specific classes for CodeMirror elements (#5333)
Some themes use fairly specific classes so we need to overide them.

When changing notebooks, or when entering the editor from settings
the order that css is loaded changes in which case this bug wouldn't
manifest
2021-08-18 12:05:52 +01:00
..
build Desktop: Add Sync Wizard dialog 2021-08-16 15:20:14 +01:00
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: Fixes #5327: Add more specific classes for CodeMirror elements (#5333) 2021-08-18 12:05:52 +01:00
locales
plugins Desktop: Fixes #5184: GotoAnything is not working on first try 2021-08-18 11:54:28 +01:00
services Revert "Plugins: Add ability to make dialogs fit the application window (#5219)" 2021-08-11 11:25:14 +01:00
style/icons
tools Tools: Exit with error code 1 when macOS notarization fails 2021-06-23 15:27:06 +01:00
utils Desktop: Pass custom CSS property to all export handlers and renderers 2021-05-19 15:00:16 +02:00
.gitignore Tools: Fixed desktop test scripts 2021-08-12 17:25:19 +01:00
app.ts Desktop: Fixes #5184: GotoAnything is not working on first try 2021-08-18 11:54:28 +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
generateSha512.js
global.d.ts
gulpfile.js Tools: Do not run slow updateIgnored script when running desktop app in dev mode 2021-08-05 14:35:58 +01: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
main.js
package-lock.json Merge branch 'release-2.3' into dev 2021-08-17 08:25:28 +01:00
package.json Desktop release v2.3.5 2021-08-17 07:14:59 +01:00
README.md
runForTesting.sh Tools: Fixed desktop test scripts 2021-08-12 17:25:19 +01:00
style.css
testPluginDemo.sh Plugins: Add support for loading application chrome and note CSS from the plugin 2021-07-23 11:05:21 +01:00
tsconfig.json

@joplin/app-desktop

TODO: description

Usage

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

// TODO: DEMONSTRATE API