1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-11 18:24:43 +02:00
joplin/ElectronClient
Laurent Cozic 657cebfda9 Desktop: Improved GotoAnything speed and made it safer
Previously we'd use the remove-markdown package to create the note
preview however this function would freeze on certain notes, and was
probably unsafe as it used regex to parse Markdown. Replaced this in
favour of Markdown-it along with htmlparser2 to strip all markup from a
note.
2020-07-14 23:27:45 +01:00
..
build Tools: Improve and simplify how to build the apps (#2538) 2020-02-20 22:59:18 +00:00
build-win macOS: Improved appearance of application icon 2020-05-31 17:50:41 +01:00
commands Desktop: Refactored command system 2020-07-03 22:32:39 +01:00
gui Desktop: Improved GotoAnything speed and made it safer 2020-07-14 23:27:45 +01:00
locales Update translations 2020-07-12 14:33:09 -04:00
plugins Desktop: Improved GotoAnything speed and made it safer 2020-07-14 23:27:45 +01:00
tools Desktop: Refactored command system 2020-07-03 22:32:39 +01:00
.gitignore Desktop: Refactored command system 2020-07-03 22:32:39 +01:00
app.js All: Added support for hierarchical/nested tags (#2572) 2020-07-12 18:09:07 +01:00
bridge.js Desktop: Resolves #2665: Add support for system theme auto-switching 2020-05-21 00:47:38 +01:00
checkForUpdates.js Revert "Tools: Added eslint rule arrow-parens" 2020-05-21 09:14:33 +01:00
dev-app-update.yml-FORTESTING Tools: Improve and simplify how to build the apps (#2538) 2020-02-20 22:59:18 +00:00
ElectronAppWrapper.js Revert "Desktop: Add global shortcut to show/hide Joplin (#2653)" 2020-04-15 05:50:26 -04:00
generateSha512.js Tools: Generates SHA-256 sum of AppImage for Linux (#3410) 2020-07-03 22:46:20 +01:00
global.d.ts Tools: Try to add codemirror types again (#3380) 2020-06-18 18:58:11 +01:00
gulpfile.js Tools: Improve building and testing app on Windows 2020-06-22 23:06:47 +01:00
index.html Desktop: Add option to choose Code Mirror as code editor (#3284) 2020-06-06 16:00:20 +01:00
InteropServiceHelper.js Desktop: Refactored command system 2020-07-03 22:32:39 +01:00
main-html.js Desktop: Refactored command system 2020-07-03 22:32:39 +01:00
main.js Desktop: Resolves #2773: Add support for system keychain to save sensitive settings (#3207) 2020-06-03 17:07:50 +01:00
package-lock.json Desktop: Improved GotoAnything speed and made it safer 2020-07-14 23:27:45 +01:00
package.json Desktop: Improved GotoAnything speed and made it safer 2020-07-14 23:27:45 +01:00
style.css Desktop: Add option to choose Code Mirror as code editor (#3284) 2020-06-06 16:00:20 +01:00