Henry Heino
|
421edb6691
|
Desktop: Fixes #11485: Fix pressing enter during composition in the title input moves focus (#11491)
|
2024-12-12 22:30:20 +01:00 |
|
Henry Heino
|
30dbacc1a1
|
Chore: Desktop: Increase test timeout (#11502)
|
2024-12-12 22:06:17 +01:00 |
|
Henry Heino
|
d935a491ba
|
Mobile: Editor: Switch to a scrolling toolbar, allow adding/removing toolbar items (#11472)
|
2024-12-11 13:31:05 +01:00 |
|
Chris Kant
|
95ca6c4c12
|
Desktop: Remove Better Code Blocks from the list of plugins incompatible with the new editor (#11474)
|
2024-12-09 16:58:01 +01:00 |
|
Henry Heino
|
f776d527ca
|
Desktop: Fixes #11443: Accessibility: Do not override focus order when pressing tab/shift-tab on the note list (#11446)
|
2024-11-27 12:33:13 +00:00 |
|
Henry Heino
|
5dcbf4ce4a
|
Chore: Desktop: Markdown editor panes: Migrate from style properties to SCSS (#11423)
|
2024-11-20 11:36:56 +00:00 |
|
Laurent Cozic
|
6eac8d9ccf
|
Plugins: Add support for editor.scrollToText on desktop
|
2024-11-16 11:19:11 +00:00 |
|
Henry Heino
|
0fadf1b0be
|
Desktop: Fix dropping files into the editor (#11380)
|
2024-11-13 10:06:48 +00:00 |
|
Laurent Cozic
|
f091c32992
|
Plugins: Add support for editor plugins (#11296)
|
2024-11-10 14:04:46 +00:00 |
|
Laurent Cozic
|
e16f452bdf
|
Desktop: By default disable pasting colors in RTE, and added option to enable it
|
2024-11-09 23:58:15 +00:00 |
|
Henry Heino
|
a616dc3cd2
|
Desktop: Fix errors found by automated accessibility testing (#11246)
Co-authored-by: Laurent Cozic <laurent22@users.noreply.github.com>
|
2024-11-09 12:50:06 +00:00 |
|
Henry Heino
|
4a88d6ff7a
|
Desktop: Multiple window support (#11181)
Co-authored-by: Laurent Cozic <laurent22@users.noreply.github.com>
|
2024-11-08 15:32:05 +00:00 |
|
Laurent Cozic
|
ce26e085ff
|
Merge branch 'release-3.1' into dev
|
2024-11-04 20:33:15 +00:00 |
|
Henry Heino
|
612d72d765
|
Desktop: Fixes #11274: Fix content dropped into the Markdown editor is missing a cursor preview or dropped at the wrong location (#11289)
|
2024-10-30 21:09:59 +00:00 |
|
Henry Heino
|
2974465882
|
Desktop: Resolves #11279: Remove left/right edge margin around editor content when disabled in settings (#11290)
|
2024-10-30 21:09:37 +00:00 |
|
Laurent Cozic
|
ff09937ca2
|
Plugins: Added a renderMarkup command to render MD or HTML markup to HTML
|
2024-10-27 21:19:38 +00:00 |
|
Henry Heino
|
92c13c2991
|
Desktop,Mobile: Add setting to disable markup autocompletion (#11222)
|
2024-10-26 21:04:04 +01:00 |
|
Henry Heino
|
e77fa19fea
|
Desktop: Allow Markdown editor search dialog to be localised (#11219)
|
2024-10-26 21:02:54 +01:00 |
|
Henry Heino
|
e3d5f0c9cf
|
Chore: Desktop: Use SCSS instead of styled-components for plugin dialogs and toolbar buttons (#11189)
|
2024-10-11 22:03:41 +01:00 |
|
Henry Heino
|
f64c3d5484
|
Desktop: Remove Math Mode from the list of plugins incompatible with the new editor (#11143)
|
2024-09-28 16:21:59 +01:00 |
|
Henry Heino
|
c4a7749f2a
|
Desktop: Fixes #11105: Plugin API: Save changes made with editor.setText (#11117)
|
2024-09-26 11:35:32 +01:00 |
|
Henry Heino
|
be5a6c189a
|
Desktop: New Markdown editor: Fix horizontal rule button when cursor is not on a new line (#11085)
|
2024-09-21 13:00:43 +01:00 |
|
Henry Heino
|
d023ce592c
|
Desktop: Fix ctrl/cmd-n can create new notes while the trash folder is selected (#11092)
|
2024-09-21 12:57:48 +01:00 |
|
pedr
|
8d3ac630c5
|
Desktop: Fixes #10560: Fix table column and rows not being resizable on RTE (#11037)
|
2024-09-13 18:07:52 +01:00 |
|
pedr
|
b5f06b6958
|
Desktop: Fixes #10561: Table options not visible on dark theme (#11036)
|
2024-09-13 18:07:03 +01:00 |
|
Henry Heino
|
bcb5218e1a
|
Desktop: Fix editor/viewer loses focus when visible panels are changed with ctrl-l (#11029)
|
2024-09-12 17:54:10 +01:00 |
|
Henry Heino
|
69168f1ec2
|
Desktop: Fixes #11020: Fix clicking on most non-media resource links opens them inline (#11022)
|
2024-09-11 16:49:35 +01:00 |
|
Henry Heino
|
147a66d64e
|
Desktop: Accessibility: Fix multi-note selection menu not tab-focusable (#11018)
|
2024-09-10 19:29:17 +01:00 |
|
Henry Heino
|
74be949d33
|
Desktop: Accessibility: Improve note title focus handling (#10932)
|
2024-08-27 18:05:48 +01:00 |
|
Henry Heino
|
c691fedc12
|
Mac: Fixes #10921: Markdown editor: Fix custom arrow-key shortcuts fail to register (#10922)
|
2024-08-23 11:49:30 +01:00 |
|
Henry Heino
|
33599324d6
|
Desktop: Fixes #10737: Fix Fix editing notes in "Conflicts" causes them to temporarily vanish (#10913)
|
2024-08-22 21:53:39 +01:00 |
|
Henry Heino
|
60a1617b22
|
Chore: Fix compilation errors due to test resources with .ts extensions (#10909)
|
2024-08-21 18:24:33 +01:00 |
|
Henry Heino
|
eb53c7e3b9
|
Windows: Fix PDF, video, and audio rendering (#10881)
|
2024-08-17 12:22:03 +01:00 |
|
Henry Heino
|
b94cf5a107
|
Desktop: Resolves #5762: Rich Text Editor: Add eight spaces when pressing tab (#10880)
|
2024-08-17 12:21:43 +01:00 |
|
Henry Heino
|
b5313067cd
|
Desktop: Allow searching when only the note viewer is visible and sync search with editor (#10866)
|
2024-08-15 16:01:52 +01:00 |
|
Henry Heino
|
a1aa4f78c9
|
Desktop: Resolves #10746: Fix "View OCR text" not present in context menu when right-clicking an image (#10842)
|
2024-08-08 20:02:08 +01:00 |
|
Henry Heino
|
9cf298ef44
|
Desktop: Accessibility: Improve keyboard navigation in the Markdown and note toolbar (#10819)
|
2024-08-03 16:42:46 +01:00 |
|
Henry Heino
|
e5c8b4bb66
|
Desktop: Resolves #9450: Make the beta markdown editor the default (#10796)
|
2024-08-02 14:47:26 +01:00 |
|
Henry Heino
|
40bd2dfe21
|
Desktop: Rich Text Editor: Preserve cursor location when updating editor content (#10781)
|
2024-07-28 14:49:51 +01:00 |
|
Henry Heino
|
3fbb3b6b82
|
Desktop: Fixes #10768: Make :w trigger sync in the beta editor's Vim mode (#10778)
|
2024-07-26 12:38:07 +01:00 |
|
Henry Heino
|
d2028588e8
|
Desktop: Resolves #10424: Move the note viewer to a separate process (#10678)
|
2024-07-26 12:22:49 +01:00 |
|
Henry Heino
|
71f70f4d2c
|
Mobile: Resolves #9017: Support pasting images (#10751)
|
2024-07-16 19:28:05 +01:00 |
|
Henry Heino
|
818f9f58d1
|
Desktop: Fixes #10061: Fix paste adds newlines in the Rich Text Editor when certain plugins are enabled (#10635)
|
2024-06-19 10:54:34 +01:00 |
|
Henry Heino
|
1dcf528443
|
Chore: Refactor editor package: Move functions in editorStateUtils into separate files (#10591)
|
2024-06-14 19:40:07 +01:00 |
|
Henry Heino
|
940739ce12
|
Desktop: Fixes #10199: Rich text editor: Include "ctrl-click to open" in link tooltips (#10547)
|
2024-06-11 07:49:28 +01:00 |
|
Henry Heino
|
b17f28ce94
|
Desktop: Fixes #10538: Fix wrong text selected when adding a link in the beta editor (#10542)
|
2024-06-11 07:41:41 +01:00 |
|
Henry Heino
|
97d15bb26a
|
Desktop: Rich Text Editor: Allow toggling bulleted and numbered lists from the command palette (#10559)
|
2024-06-10 22:26:14 +01:00 |
|
Henry Heino
|
c9fb06fd0c
|
Desktop: Fixes #10416: Work around checkbox toggle broken when editor is hidden (#10534)
|
2024-06-04 09:51:59 +01:00 |
|
Henry Heino
|
96850b7b98
|
Chore: Migrate mime-utils.js to TypeScript (#10536)
|
2024-06-04 09:50:18 +01:00 |
|
Henry Heino
|
99b840da34
|
Desktop: Fixes #10284: Sort the note list soon after changing a note's title (#10512)
|
2024-05-30 08:40:32 +01:00 |
|