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
2022-06-07 18:21:55 +01: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.test.ts Chore: Removed "canvas" package to fix build using node 18 2022-05-03 11:19:14 +01:00
contextMenu.ts Update translations 2022-05-05 17:06:00 +01:00
contextMenuUtils.ts Desktop: Fixes #6126: Editor context menu was broken (regression) (#6422) 2022-04-17 16:20:47 +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 Removes unnecessary trivial dependencies that causes re-rendering (#6471) 2022-06-07 18:21:55 +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 Desktop: Resolves #6100: Allow saving a Mermaid graph as a PNG or SVG via context menu (#6126) 2022-03-28 17:10:29 +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