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
Tom Moor
2427f4747a
Rebuilding code block menus ( #5569 )
2023-07-17 18:25:22 -07:00
Tom Moor
5c83070941
fix: Pasting rich text into image caption inherits styling
2023-07-11 21:28:38 -04:00
Tom Moor
a9ab196a18
fix: Guard against empty attachment size
...
I don't see how this can happen based on default props, but it does
2023-07-11 20:40:48 -04:00
Tom Moor
098d91808b
fix: Selection passed to setSelection must point at the current document, triple clicking caption
2023-07-08 15:02:44 -04:00
Tom Moor
cce22bcdee
fix: Embed with underscore in url fails when hydrating from Markdown
2023-07-04 08:26:47 -04:00
Tom Moor
da62c2c044
fix: Extra content in copying notice, closes #5522
2023-07-04 07:07:23 -04:00
Tom Moor
89d5527d39
Handle promise linting ( #5488 )
2023-06-28 17:18:18 -07:00
Tom Moor
06033ac781
Add HCL (terraform) to code languages
2023-06-24 16:48:45 -04:00
Tom Moor
e7861d0bb9
fix: New checkbox items should not be checked by default
...
closes #3663
2023-06-19 20:50:58 -04:00
Tom Moor
25ae923130
fix: Cannot drag attachment without selecting first
...
closes #5040
2023-06-19 20:20:32 -04:00
Tom Moor
c70bef0fdd
fix: Pasting of HTML elements in new PM
2023-06-01 10:41:37 +01:00
Tom Moor
d5341a486c
chore: Upgrade all of prosemirror ( #5366 )
...
Co-authored-by: Apoorv Mishra <apoorvmishra101092@gmail.com >
2023-05-24 19:24:05 -07:00
dependabot[bot]
fbd16d4b9a
chore(deps-dev): bump prettier from 2.1.2 to 2.8.8 ( #5372 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tom Moor <tom.moor@gmail.com >
2023-05-22 19:14:56 -07:00
Conner
44ed374636
feat: add syntax highlighting for jsx and tsx ( #5330 )
2023-05-10 17:37:31 -07:00
Tom Moor
06be19090c
feat: Add support for parsing Confluence notices
2023-05-08 16:09:49 -04:00
Tom Moor
a0df79ea5a
feat: Allow embeds to be used inside tables ( #5315 )
2023-05-07 18:05:54 -07:00
Tom Moor
71b2cd1c46
Add success notice style ( #5242
...
* Add success notice style
* Move quote styling closer to notices
Improving parsing of notices when pasting from other tools
2023-04-23 10:34:40 -07:00
Tom Moor
e2c5fda610
fix: Do not copy edit path from headers
...
chore: Rename url -> path in routeHelpers
closes #5229
2023-04-22 10:00:09 -04:00
Tom Moor
f2b3524d87
fix: Ctrl-a/e in code fences
2023-04-16 09:49:19 -04:00
Tom Moor
2b38368fcd
Add list indent/outdent controls on mobile ( #5205 )
2023-04-15 05:44:23 -07:00
Tom Moor
49d903d6d4
chore: Remove console.log left in code and added eslint rule to prevent it happening again
2023-04-11 22:15:52 -04:00
Tom Moor
60dbad765a
chore: Cleanup editor menu handlers ( #5174
...
* wip
* wip
* refactor
2023-04-10 15:50:21 -07:00
Tom Moor
75aea90972
chore: Editor 'plugin' -> 'extension'
...
They've always been called extensions, not sure why the folder was plugins. Part of ongoing spring cleaning
2023-04-09 17:27:09 -04:00
Tom Moor
aab3a49f2c
chore: Bump outline-icons ( #5170
...
* Bump outline-icons to default use currentColor
* wip
2023-04-08 08:16:05 -07:00
Tom Moor
db73879918
Assorted cleanup, minor bug fixes, styling fixes, eslint rules ( #5165
...
* fix: Logic error in toast
fix: Remove useless component
* fix: Logout not clearing all stores
* Add icons to notification settings
* Add eslint rule to enforce spaced comment
* Add eslint rule for arrow-body-style
* Add eslint rule to enforce self-closing components
* Add menu to api key settings
Fix: Deleting webhook subscription does not remove from UI
Split webhook subscriptions into active and inactive
Styling updates
2023-04-08 05:25:20 -07:00
Tom Moor
c202198d61
fix: Wide selection of comment toolbar fixes ( #5160
...
* fix: Margin on floating toolbar
fix: Flash of toolbar on wide screens
* fix: Nesting of comment marks
* fix: Post button not visible when there is a draft comment, makes it look like the comment is saved
fix: Styling of link editor results now matches other menus
fix: Allow small link editor in comments sidebar
* fix: Cannot use arrow keys to navigate suggested links
Added animation to link suggestions
Added mixin for text ellipsis
* fix: Link input appears non-rounded when no creation option
* Accidental removal
2023-04-07 15:52:57 -07:00
Tom Moor
1be1371171
Add image resizing to history stack (allow undo)
...
Remove placeholder SVG when main image is loaded
2023-04-02 09:19:09 -04:00
Tom Moor
6040015b8d
fix: Regression in 05a8e45f01 overrides image upload behavior
2023-03-28 20:26:19 -04:00
Aditya Sharma
05a8e45f01
Feat: zoom selected image on pressing space key ( #5059 )
2023-03-28 05:33:22 -07:00
Tom Moor
827c912887
fix: Impossible to type more than one dollar symbol in a paragraph without triggering LaTeX ( #5061 )
2023-03-19 11:37:17 -07:00
Jonas Chevalier
17f6d68707
feat: add support for Nix code highlight ( #4781
...
Nix is a build system and package manager and used in one of the top-10
most active repos on GitHub.
2023-03-17 12:58:08 -07:00
Tom Moor
e786888dfb
fix: Remove image float and positioning options in comments ( #5014 )
...
* cleanup
* Split Image into SimpleImage
* ts
2023-03-09 19:17:16 -08:00