1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-12 08:54:00 +02:00
joplin/packages/app-desktop/gui/NoteEditor/utils
Caleb John d70dca3139
Desktop: Fixes #6035: Global search focuses text in notes so that edits overwrite highlighted text (#6040)
Co-authored-by: Kenichi Kobayashi <ken1kob@users.noreply.github.com>
2022-01-20 11:52:32 +00:00
..
clipboardUtils.test.ts 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
clipboardUtils.ts Desktop: Resolves #5440: Do not escape content when copying from Rich Text editor 2021-09-19 13:00:06 +01:00
contextMenu.ts Desktop: Right click on image to copy it to clipboard 2021-12-28 12:00:40 +01:00
index.ts 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
resourceHandling.ts Desktop: Fixes #5693: Opening a file with ctrl and click leads to an error in the Rich Text editor 2021-11-22 17:20:48 +00:00
types.ts Desktop, Mobile: Resolves #5593: Enable safe mode for Markdown editor too 2021-10-30 17:51:19 +01:00
useDropHandler.ts Desktop: Fix: Fixed cursor moved to the top issue in Markdown editor (#4870) 2021-04-24 09:18:31 +01:00
useFolder.ts Converted models and services to TypeScript 2021-01-22 17:41:11 +00:00
useFormNote.ts Server: Add support for sharing notes via a link 2021-01-29 18:45:11 +00:00
useMarkupToHtml.ts Desktop: Resolves #2242: Implements Sync-Scroll for Markdown Editor and Viewer (#5512) 2021-11-03 12:10:46 +00:00
useMessageHandler.ts Plugins: Added "openItem" command 2021-12-27 17:44:53 +01:00
useNoteSearchBar.ts Desktop: Fixes #6035: Global search focuses text in notes so that edits overwrite highlighted text (#6040) 2022-01-20 11:52:32 +00:00
usePluginServiceRegistration.ts Tools: Apply rule @typescript-eslint/type-annotation-spacing 2020-11-12 19:13:28 +00:00
useSearchMarkers.ts Desktop: Fixes #6035: Global search focuses text in notes so that edits overwrite highlighted text (#6040) 2022-01-20 11:52:32 +00:00
useWindowCommandHandler.ts Desktop: Fixes #5707: Add back text editor commands to Command Palette 2021-12-31 09:20:29 +01:00