* Replace non-breaking spaces added by Chrome on copy
* Ignore text/html from VS Code
* Improve table border handling
* Remove unused cy.spy
* Map em to textit and strong to textbf
* Left-align table cells by default
* Remove "justify" mapping
* Detect border on table row
* Remove protection for special characters in pasted HTML
* If the only pasted HTML content is in a code block, use the plain text version
* Enable paste-html feature in Storybook
* Improve table handling
GitOrigin-RevId: a912aa1fc659089451103e63c5d0fd3ae2a30627
* [cm6] prefer showing full title in outline for sections
* fix test
* remove fallback
* test rename
GitOrigin-RevId: ac7a2a2c4fa7740a51661710953c85f03394292f
* [cm6] support \textbf in maketitle
* support for emph
* added support for \\textbf
* fix overlapping ignored ranges
* fix overlapping fn, added test
* multiple maketitle cases in the same test
* prettier
* simplify from calculation
* added test cases from #13736
GitOrigin-RevId: 00dcf15d6d62903ae30b387a16929e68dde8ca1b
* [visual] support for multiple titles in /maketitle
* support \and in author name
* using isMatchWith
* fix isMatchWith check
* fix isMatchWith... again
* add tests
* test author text replace and mouse events
* prettier
* don't handle updating node events
* use the arguments order as before
GitOrigin-RevId: 99b3d1c22a2dc1258a5cdf95738852028895f54a
* [cm6] toolbar for source mode
* top:0 for new toolbar
* empty div for extensions
* fix legacy css top pos
* show source toolbar split test
* prettier
* show beta icon in source editor
* dropdown toolbar wip
* fix wrong conflict resolve
* math dropdown, chrome extension fixes
* math dropdown cleanup
* sort en.json
* fix sort en.json
* using isVisual
* getMeta in component, pug update
* using flex grow
* toolbar beta badge
* remove extra whitespace
* has-legacy-toolbar class
* Increase container size
* fix tests
* prettier
* styling fixes, using SplitTestBadge
* only show source toolbar if flag is set
* fix typo
---------
Co-authored-by: Alf Eaton <alf.eaton@overleaf.com>
GitOrigin-RevId: 34b01a9421f4a0d6defc40925c5092901575946e
* [cm6+rt] getParentNode account for commands with arguments
* add explanation comment
* added test
* prettier
* check commandAncestor in same position
* using ancestorOfNodeWithToRange
* function rename
GitOrigin-RevId: bb837d956d029c1026dab03825634f24d5bc3905
* Use lineShift
* Use fromA instead of fromB
* Only check the update doc
* Always use oldDoc
* Copy tests
GitOrigin-RevId: 05e5516b09ee4a25d8ac2b5f2994a034f35c9e82
* Use fork of @codemirror/autocomplete
* Handle multiple selection ranges when applying snippets
GitOrigin-RevId: 04afc087ac127206463ea3d4950284a50308364a
* Use forked @codemirror/search
* Use getPanel to get the search panel
* Remove layer-based highlightSelectionMatches
* Add "within selection" option to the search form
* Add test for "replace all within selection"
* Fix tests
GitOrigin-RevId: 95ce76fd017f96278b04c16a1fd34f785f7504a3