Tom Moor
e49897ab5a
fix: Account for rare case where file.name is unavailable
2022-04-25 21:13:06 -07:00
Gerardo Mathus
19ffff6fd2
Allow Downloads From Embeds ( #3447 )
...
* add flag to iframe
* ignore changes
* remove double space
2022-04-23 17:28:35 -07:00
Limezy
3b62c76207
Add tldraw embed ( #3439 )
...
* Test Tldraw embed
* Correct regex
* Correct alt for image
* Resize image to 120x120
2022-04-23 10:10:33 -07:00
Tom Moor
b10802a0aa
fix: Document empty placeholder changes when focused
2022-04-17 11:58:46 -07:00
Tom Moor
e4e98286f4
fix: Embed disabled state should persist ( #3407 )
...
* Normalize code around localStorage
Persist disabled embed state
* fix: Cannot view more than 10 starred items on load
* More tidying of sidebar state
2022-04-17 10:24:40 -07:00
Tom Moor
0883a56311
feat: Additional embed integrations ( #3398 )
...
* feat: Gliffy integration
* feat: JSFiddle integration
* feat: Otter.ai integration
* Optimised images with calibre/image-actions
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-04-16 15:04:49 -07:00
Tom Moor
cf58d8e3e1
fix: Capture drop events in clickable padding below editor ( #3376 )
...
* fix: Capture drop events in clickable padding below editor
* fix: Inconsistency in drop handling
2022-04-15 09:03:25 -07:00
Tom Moor
9e08717d25
feat: Two more cases of typing in code marks, closes #3375
2022-04-13 15:17:47 -07:00
Tom Moor
5fb5e69181
fix: Use of lookbehind regex crashes Safari, added lint rule to prevent future accidental regression
2022-04-08 10:16:55 -07:00
Tom Moor
1f93027c97
feat: Add date and time slash commands to block menu
2022-04-07 18:50:50 -07:00
Tom Moor
63ed015a86
fix: Loosen italic markdown matching a little
...
see: https://github.com/outline/outline/discussions/3336
2022-04-07 17:33:15 -07:00
Tom Moor
9c766362ed
fix: Hanging separators in filtered block menu
2022-04-04 22:35:28 -07:00
Tom Moor
3de06b8005
fix: Missing separtor between notices and integrations in block menu
...
fix: Memory leak in block menu
closes #3330
2022-04-03 17:07:55 -07:00
Tom Moor
cf71fc1108
fix: Text relayout caused by external link decorations rendered async
2022-04-03 16:48:40 -07:00
Tom Moor
fde053ebc8
fix: Add stricter validation around image file type uploads ( #3324 )
...
* fix: Add stricter validation around image file type uploads
* revert backend restrictions, we want to allow unsupported images as file attachments
2022-04-01 19:26:27 -07:00
Tom Moor
f48c86c56d
fix: Improve paste handler parsing for more cases, specifically Google Docs ( #3322 )
2022-04-01 15:13:44 -07:00
Tom Moor
d119ed8963
fix: :: symbols appearing between lines when pasting plaintext ( #3323 )
...
closes #3319
2022-04-01 15:13:34 -07:00
Tom Moor
c66aca063e
feat: Add patterns to insert current date and time into doc ( #3309 )
...
* feat: Add patterns to insert current date and time into doc
* Add commands to title input too
* lint: Remove console.log
2022-03-31 19:51:55 -07:00
Tom Moor
4c0cd3d893
perf: More decoration caching
2022-03-31 19:51:30 -07:00
Tom Moor
f457bf2019
Remove hanging console.log
2022-03-31 19:45:49 -07:00
Tom Moor
7a1870f81f
fix: Blockquote missing from editor extensions after refactor
2022-03-31 18:12:36 -07:00
Tom Moor
a1f69b97b0
perf: Fix unneccessary re-rendering of link decorations affecting perf in documents with lots of links
2022-03-31 18:07:48 -07:00
Ferran Celades
9fef7fc5ec
feat: Adding Solidity support ( #3303 )
...
* Adding Solidity support
* Update CodeFence.ts
Co-authored-by: Tom Moor <tom.moor@gmail.com >
2022-03-31 08:39:09 -07:00
Tom Moor
6f2a4488e8
chore: Editor refactor ( #3286 )
...
* cleanup
* add context
* EventEmitter allows removal of toolbar props from extensions
* Move to 'packages' of extensions
Remove EmojiTrigger extension
* types
* iteration
* fix render flashing
* fix: Missing nodes in collection descriptions
2022-03-30 19:10:34 -07:00
Tom Moor
c5b9a742c0
fix: Cannot import from app in shared
2022-03-30 18:21:45 -07:00
Tom Moor
7f3b602259
feat: Berrycast embed support
2022-03-30 17:09:19 -07:00
Tom Moor
8aa25fd7d6
fix: Add ability to convert between checklist and other types of list
2022-03-23 07:57:58 -07:00
Tom Moor
5047be9898
fix: Attachments on public share links broken when using AWS Accelerate
...
fix: Attachments broken when using non-collab and AWS bucket on the same host
(https://github.com/outline/outline/discussions/3274 \)
2022-03-22 22:58:29 -07:00
Tom Moor
de15f901b8
fix: Rare serialization error for image nodes without a src. Honestly not sure how these get inserted – perhaps API
2022-03-14 16:08:35 -07:00
Tom Moor
5efeb90fdd
fix: SVGs without a natural px width are invisible ( #3220 )
2022-03-09 20:07:01 -08:00
Tom Moor
85f333b2fd
fix: Finicky clicking on file attachments #2
2022-03-06 22:52:41 -08:00
Tom Moor
80be26b2de
fix: Border of file attachment not rounded in Safari (outline -> box shadow)
2022-03-06 21:56:52 -08:00
Tom Moor
9a7090d528
fix: Finicky clicking on file attachments
2022-03-06 21:49:44 -08:00
Tom Moor
cf446be2df
fix: Dragging strings into document can attempt (and file) to insert as attachment
2022-03-06 21:47:30 -08:00
Tom Moor
631d600920
feat: File attachments ( #3031 )
...
* stash
* refactor, working in non-collab + collab editor
* attachment styling
* Avoid crypto require in browser
* AttachmentIcon, handling unknown types
* Do not allow attachment creation for file sizes over limit
* Allow image as file attachment
* Upload placeholder styling
* lint
* Refactor: Do not use placeholder for file attachmentuploads
* Add loading spinner
* fix: Extra paragraphs around attachments on insert
* Bump editor
* fix build error
* Remove attachment placeholder when upload fails
* Remove unused styles
* fix: Attachments on shared pages
* Merge fixes
2022-03-06 13:58:58 -08:00
Tom Moor
f244e864e1
fix: Clicking internal links in shared documents sometimes reroutes to Login
2022-02-22 20:14:07 -08:00
Tom Moor
4b688e4ca0
fix: Minor styling issues on simple embeds
2022-02-19 11:14:45 -08:00
Tom Moor
2ca68c2c80
fix: Cancel editing shortcut on Windows
...
fix: Improve display of symbols in keyboard shortcuts dialog
closes #2733
2022-02-17 23:10:11 -08:00
Tom Moor
261cac950b
fix: Capture Tab within editor, remove custom key handling in favor of keymaps
...
closes #3118
2022-02-17 20:41:13 -08:00
Tom Moor
cbe65ddcd7
fix: Clicking links when editor hasn't been focused should navigate
2022-02-17 20:08:04 -08:00
Tom Moor
b23f7b0953
fix: Allow private, domain-restricted, Vimeo embeds
2022-02-17 09:12:02 -08:00
Tom Moor
d7ee801fe4
feat: Show icon on external links ( #3100 )
...
* feat: External links get treatment
* cache decorations
2022-02-16 18:05:02 -08:00
Nonpawit Teerachetmongkol
3760a03c44
feat: Add DBdiagram (dbdiagram.io) embed ( #3124 )
...
* Add dbdiagram embed
* clean variable name
2022-02-16 18:04:44 -08:00
Tom Moor
7807e3ac03
fix: Todo list items not showing as checked on Firefox
2022-02-12 08:45:04 -08:00
Tom Moor
4255dd24da
editor: Open link toolbar automatically when editable and link in selection
2022-02-11 18:34:56 -08:00
Tom Moor
09810f554f
fix: Private vimeo embeds
2022-02-11 16:20:57 -08:00
Tom Moor
590c23d539
Focus link selection on click rather than navigate when editing
2022-02-10 20:00:50 -08:00
Tom Moor
652f432785
fix: Mod+Enter does not exit code block
...
closes #3089
2022-02-10 19:14:10 -08:00
Tom Moor
a578d3449b
fix: Copy/paste of notices, closes #3082
2022-02-09 19:43:15 -08:00
Tom Moor
9cf3469b81
fix: Even more flexibility in LucidChart embed matching. It really is incredible how many variations this company has for share urls.
...
closes #3074
2022-02-08 22:11:35 -08:00