Tom Moor
c5b94e50df
fix: RangeError when resolving or removing comment across marks, closes #7182
2024-07-02 18:24:23 -04:00
Tom Moor
117c4f5009
feat: Comment resolving ( #7115 )
2024-07-02 03:55:16 -07:00
Tom Moor
5aa5ba0aa1
fix: Possible fix for #7161
2024-06-29 14:47:26 -07:00
Tom Moor
7201bdb9d8
fix: Flickering suggestion menu selection in Safari
2024-06-28 13:56:37 -07:00
Jack Woodgate
beabd32e6a
fix: Improve SmartText fraction regex pattern ( #7141 )
...
Modify fraction regex statements to not match if directly preceded by a character
2024-06-25 05:11:13 -07:00
Hemachandar
6fd3a0fa8a
feat: Unified icon picker ( #7038 )
2024-06-23 06:31:18 -07:00
Tom Moor
8a4555f565
Allow using / anywhere on a line or table ( #7026 )
2024-06-12 05:50:54 -07:00
Tom Moor
ed59b3e350
Add more highlighter color choices ( #7012 )
...
* Add more highlighter color choices, closes #7011
* docs
2024-06-09 10:54:31 -07:00
Tom Moor
808415b906
fix: Indent/outdent list controls, closes #6974
2024-06-08 21:51:52 -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
c6423c47b3
fix: try/catch in correct location for regex find and replace
...
closes #6983
2024-06-03 20:54:07 -04:00
Tom Moor
23606dad1d
Move image zooming back to unvendorized lib ( #6980 )
...
* Move image zooming back to unvendorized lib
* refactor
* perf: Avoid mounting zoom dialog until interacted
* Add captions to lightbox
* lightbox
2024-06-03 17:26:25 -07:00
Tom Moor
cb0f03d698
fix: Comment action not visible on mobile formatting toolbar
2024-06-01 16:39:32 -04:00
Tom Moor
938fd6ed2d
feat: Enable block insertion in table cells from formatting menu
...
fix: Remove gutter controls from headers not at root
2024-06-01 12:21:33 -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
d51267b8bc
JSON to client ( #5553 )
2024-05-24 05:29:00 -07:00
Tom Moor
936127de20
Add title prop to link editor results
2024-05-11 00:03:56 -06:00
Tom Moor
9b12d486f5
fix: Disable smart text replacements in code mark ( #6839 )
2024-04-23 19:30:52 -07:00
Tom Moor
bc74f92999
fix: User mention hover previews not working
2024-04-13 22:18:17 -04:00
Tom Moor
1f50ce7d36
Highlight mentions of self in documents and comments
2024-04-13 22:15:01 -04:00
Apoorv Mishra
90ed6a5366
Fixes hover preview going out of window bounds ( #6776 )
...
* fix: hover preview out of bounds
* fix: pop
* fix: check for both element and data
* fix: show loading indicator
* fix: width
2024-04-13 06:01:40 -07:00
Tom Moor
65bbf0c455
fix: Mark editor content as unknown language to aid translation/screen readers
2024-04-12 07:53:45 -04:00
Hemachandar
5974e5635a
add H3 to editor formatting toolbar ( #6791 )
2024-04-11 17:53:05 -07: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
fe4c2fb7d6
chore: Add eslint rule for no-shadow ( #6658 )
...
* chore: Add eslint rule for no-shadow
* fix
2024-03-09 13:04:27 -08:00
Tom Moor
193bde0bd5
fix: matchesNode error in destroyed editor transaction
2024-03-08 20:45:21 -05:00
Kelvin Tan
353af25d5c
Propagate Enter key events in SuggestionsMenu so that handleLinkInputKeydown() can handle it. ( #6556 )
2024-02-19 17:28:58 -08:00
Tom Moor
8fc5213f93
fix: Allow undo/redo handler when outside of editor focus.
...
closes #6533
2024-02-16 13:48:37 -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
930210e46d
fix: Allow querying by email address in share popover
2024-02-04 18:27:06 -05:00
Tom Moor
c3b515f0e1
chore: Rename tooltip.tooltip prop to tooltip.content
2024-02-03 16:22:51 -05:00
Savely Krasovsky
a3ccb33099
feat: replace (--) with emdash ( #6479 )
2024-02-02 17:23:17 -08:00
Tom Moor
2995d8ca29
Add native keyboard shortcuts for Find+Replace, closes #6468
2024-02-01 07:49:46 -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
6e1347c2a7
Add 'Find and replace' option to menu on mobile ( #6368 )
2024-01-10 05:07:05 -08:00
Tom Moor
a032f2e7e5
fix: Revert removal of protocol on pasted links (turns out folks didn't like this change)
2024-01-09 22:04:11 -05:00
Tom Moor
f08c426715
fix: Heading hash on link dropped when pasting
2024-01-08 20:23:37 -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
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
bd7d5c338d
feat: Add option to 'Create new child doc' from link editor
2023-12-27 22:40:21 -05:00
Tom Moor
feaadc8276
fix: Unable to use CMD+K link toolbar without selection
2023-12-14 00:07:52 -05:00
Tom Moor
792b8062dc
fix: 'Replace all' button overflows container on Firefox
2023-12-13 19:42:56 -05:00
Tom Moor
7dbdfcc823
fix: Allow parenthesis before mention.
...
closes #6280
2023-12-13 19:29:48 -05:00
Tom Moor
53ff144f00
fix: Positioning of editing toolbar on mobile devices ( #6279 )
2023-12-13 16:22:06 -08:00
dependabot[bot]
f9fb57abf4
chore(deps-dev): bump eslint-plugin-react from 7.21.5 to 7.33.2 ( #6226 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tom Moor <tom.moor@gmail.com >
2023-12-11 16:55:37 -08:00
Tom Moor
5dfa6a6011
Convert Search page to functional component ( #6268 )
2023-12-09 18:54:39 -08:00
Tom Moor
8d65b13b3d
fix: FindAndReplace does not update to reflect changing between readOnly/editable
2023-12-05 21:38:54 -05:00
Tom Moor
5c03908529
fix: Filtering on selection toolbar
2023-11-17 13:24:39 -05:00
Tom Moor
6177d6f3cb
fix: Comment should not appear in selection toolbar with view-only permissions. closes #6011
2023-11-16 20:36:34 -05:00