Apoorv Mishra
63ddc31710
Disallow empty comments and comments with only whitespaces ( #7156 )
...
* fix: disallow empty comments
* fix: avoid full traversal to validate comment
* fix: text
* fix:review
* fix: review
2024-06-30 11:38:43 +05:30
Tom Moor
dfe36fcbf5
fix: Add a plugin to fix the last column in a table ( #7036 )
2024-06-14 05:53:32 -07:00
Tom Moor
808415b906
fix: Indent/outdent list controls, closes #6974
2024-06-08 21:51:52 -04:00
Tom Moor
70bc8f1a5a
fix: Shift-Enter in code block in table should behave correctly
...
closes #6994
2024-06-04 22:20:37 -04:00
Tom Moor
7a32271992
fix: Allow delete table row and column with mod+backspace
2024-06-04 21:59:22 -04:00
Tom Moor
899a15afaf
fix: Shift+click on table grip does not select rows/columns in between
2024-06-02 15:39:37 -04:00
Tom Moor
da19054555
Table improvements ( #6958 )
...
* Header toggling, resizable columns
* Allow all blocks in table cells, disable column resizing in read-only
* Fixed dynamic scroll shadows
* Refactor, scroll styling
* fix scrolling, tweaks
* fix: Table layout lost on sort
* fix: Caching of grip decorators
* refactor
* stash
* fix first render shadows
* stash
* First add column grip, styles
* Just add column/row click handlers left
* fix: isTableSelected for single cell table
* Refactor mousedown handlers
* fix: 'Add row before' command missing on first row
* fix overflow on rhs
* fix: Error clicking column grip when menu is open
* Hide table controls when printing
* Restore table header background
* fix: Header behavior when adding columns and rows at the edges
* Tweak header styling
* fix: Serialize and parsing of column attributes when copy/pasting
fix: Column width is lost when changing column alignment
2024-05-31 14:52:39 -07:00
Tom Moor
cd4f3f9ff2
Use inline content disposition for common images and PDFs ( #6924 )
...
* Use inline content disposition for common images and PDFs
* Add double-click on widgets to download
2024-05-18 09:17:04 -07:00
Tom Moor
aa755ffc34
fix: Images in lists on shared documents sometimes render as code blocks
2024-05-18 10:54:36 -04:00
Tom Moor
6cc0cde124
fix: Allow mixed ltr/rtl content in a document, closes #6836
2024-05-14 20:45:47 -04:00
Tom Moor
0c997bfd8c
Change behavior of Enter in tables, closes #6281
2024-04-21 20:13:48 -04:00
Tom Moor
1a386c9900
feat: Add table sorting controls ( #6678 )
...
* wip
* refactor
* fix: Missing shadow styling
2024-03-14 19:21:56 -07:00
Tom Moor
0983dd91b6
fix: Backspace at the beginning of code block should convert to paragraph
2024-03-08 23:59:53 -05:00
Tom Moor
e608de93fb
fix: Unable to easily edit captions in Firefox, closes #6513
2024-02-09 19:38:05 -05:00
Tom Moor
68d4041b1c
feat: Cmd-A inside code block should select block contents, closes #6498
2024-02-06 20:44:57 -05:00
Tom Moor
fbc628e331
feat: Add copy button to code selection, closes #6499
2024-02-05 23:45:22 -05:00
Tom Moor
4ddb5c3eed
feat: Add option to replace existing file attachment in editor
2024-01-21 11:52:20 -05:00
Tom Moor
c0aa904eaf
chore: cherry-pick change from enterprise fork
2024-01-07 08:57:03 -05:00
Tom Moor
92cbceb6c7
Insert document title when pasting internal doc url ( #6352 )
...
* refactor
* DRY
2024-01-06 13:44:11 -08:00
Tom Moor
140526af06
chore: Removing some any
2024-01-05 23:25:05 -05:00
Tom Moor
89d905ebb7
fix: Size of inserted retina images ( #6350 )
...
* Fix pasted size of retina images
* lint
* lint
2024-01-05 19:17:39 -08:00
Tom Moor
1d0b2db972
fix: Cannot read properties of undefined (reading 'getAttribute') with some pasted content
2023-12-25 09:56:18 -05:00
Tom Moor
bd65a4f151
fix: Enable embeds within HTML and PDF exports ( #6290 )
2023-12-14 18:52:51 -08:00
Tom Moor
25be2fee40
fix: Display of videos in revision history
...
closes #6176
2023-12-01 23:15:34 -05:00
Tom Moor
a9ff0c245d
Toggle current todo item with Mod-Enter
2023-10-31 22:10:55 -04:00
Tom Moor
df6d8c12cc
Refactor Editor components to be injected by associated extension ( #6093 )
2023-10-31 18:55:55 -07:00
Tom Moor
6b13a32234
fix: Refactor hover previews to reduce false positives ( #6091 )
2023-10-29 15:31:12 -07:00
Pranav Joglekar
d4b598570d
fix: remember prev selected lang when creating new code block ( #6062 )
2023-10-24 19:35:55 -07:00
Tom Moor
ef76405bd6
Move toasts to sonner ( #6053 )
2023-10-22 14:30:24 -07:00
Tom Moor
1ce0d3470e
Make code block Enter behavior the same as quote block ( #6010 )
2023-10-16 16:13:23 -07:00
Tom Moor
b63cd67c24
fix: Expensive recursive regex when using French language, closes #5939
2023-10-11 21:32:44 -04:00
Tom Moor
9924fa6621
feat: Allow commenting in code ( #5953 )
...
* Allow commenting in code marks
* Allow commenting in code blocks
* Floating comment toolbar in code block
2023-10-06 06:56:59 -07:00
Tom Moor
f4fd9dae5f
feat: Native video display ( #5866 )
2023-09-28 17:28:09 -07:00
Tom Moor
4fa3270f4e
Port changes from enterprise codebase
2023-09-16 08:36:22 -04:00
Tom Moor
b79f86d347
Enter at beginning of first table column should insert row above
2023-09-14 23:34:25 -04:00
Apoorv Mishra
1c7bb65c7a
Document emoji picker ( #4338 )
...
Co-authored-by: Tom Moor <tom.moor@gmail.com >
2023-09-03 06:11:14 -07:00
Tom Moor
9256c59e60
Add C++ to code language options, closes #5736
2023-08-24 19:52:35 -04:00
Tom Moor
28ae1af2a3
fix: ctrl+a does not work on Windows in code block ( #5692 )
2023-08-14 13:16:12 -07:00
Tom Moor
9749a53558
feat: Handle pasting iframe for supported embed
2023-08-12 11:44:16 +02:00
Adrien Ballet
16f1328a83
Added syntax highlighting for the Verilog and VHDL languages ( #5641 )
2023-08-03 20:26:41 -07:00
Tom Moor
b691311f88
feat: Add find and replace interface ( #5642 )
2023-08-03 15:47:44 -07:00
Tom Moor
eda023c908
Restore code blocks in notices
2023-08-01 21:42:19 -04:00
Tom Moor
3b43460a0a
fix: Restrict content in notices, closes #5624
2023-07-29 23:42:58 -04:00
Tom Moor
1864ed605f
fix: Allow copy code block to clipboard in read-only
...
closes #5614
2023-07-29 23:24:50 -04:00
Tom Moor
07ad5032b4
Protect usage of navigator
2023-07-29 21:56:31 -04:00
Tom Moor
b88670b58d
fix: Improve emoji trigger for french language
...
closes #5611
2023-07-29 20:58:33 -04:00
Tom Moor
15c8a4867f
fix: Text caret not placed in new math block after creation
...
fix: Excessive padding on inline math node
2023-07-25 00:04:14 -04:00
Tom Moor
5e705f3dc7
fix: Tweaks to hover card behavior
2023-07-22 12:47:01 -04:00
Apoorv Mishra
5d71398ea6
Preview mentions ( #5571 )
...
Co-authored-by: Tom Moor <tom.moor@gmail.com >
2023-07-22 09:13:09 -07:00
Tom Moor
1e78079ade
Add SCSS and Sass code highlighting
2023-07-18 19:20:40 -04:00