Tom Moor
b80ee89588
Correctly resize full width images when table of contents is opened/closed ( #5826 )
...
* stash
* restore
* Self review
2023-09-12 18:33:25 -07:00
Tom Moor
3223341062
feat: Add Valtown embed support
2023-09-04 20:48:24 -04:00
Tom Moor
ce645b158b
fix: Allow pasting Pitch embed links
2023-09-04 20:48:24 -04:00
Tom Moor
f7111991dc
Rename Tldraw (beta) -> Tldraw
2023-09-03 17:23:59 -04:00
Tom Moor
10a190cd80
fix: Add support for main and old tldraw domains
...
closes #5769
2023-09-03 17:23:08 -04:00
Tom Moor
4788ab3bd6
fix: Add support for Airtable share links with app ID
2023-08-16 22:20:55 +02:00
Philip Standt
c38e045df2
feat: support self hosted grist ( #5655 )
...
Co-authored-by: Tom Moor <tom.moor@gmail.com >
2023-08-14 11:46:24 -07:00
Jack Woodgate
6828718cf0
feat: Add Google Maps Embed ( #5667 ) ( #5673 )
...
Co-authored-by: Tom Moor <tom.moor@gmail.com >
2023-08-12 02:45:21 -07:00
Tom Moor
2427f4747a
Rebuilding code block menus ( #5569 )
2023-07-17 18:25:22 -07:00
Tom Moor
98a182c892
Improve reliability of embed regex (missing start char)
2023-07-08 12:04:03 -04:00
Tom Moor
1ddb9aba3b
feat: Add Canva embed support
2023-06-10 17:03:12 +03:00
Tom Moor
e9ec31e5b8
fix: Spotify embed shows white background in dark mode
2023-05-25 19:58:01 -04: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
Tom Moor
a0df79ea5a
feat: Allow embeds to be used inside tables ( #5315 )
2023-05-07 18:05:54 -07:00
Tom Moor
9a7ecd7403
fix: Passing of start parameter to YouTube embed
2023-04-05 12:48:48 -04:00
Tom Moor
316520dbb0
test
2023-03-17 11:59:33 -04:00
Tom Moor
497ab4b89f
fix: YouTube links with timestamp cannot be embedded, closes #5051
2023-03-17 11:09:31 -04: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
Limezy
c039501035
Tldraw ( #4968 )
...
* Tldraw + Castopod
* Remove Castopor
* Remove files
* Update database.json
* Update database.json
* Updated tests + correctly escaped dots
2023-03-08 19:01:34 -08:00
Limezy
e4fadd01d9
Fix 4952 ( #4967 )
...
* First try
* Support old embeds
2023-03-03 08:28:16 -08:00
Tom Moor
acf74b83a8
feat: Full width images ( #4389 )
...
* feat: Full width images
* lint
* fix: Enable TOC overlaid on full size images
* Vendorize react-medium-image-zoom
* tsc
* fix
* Remove body scroll lock
2022-12-17 17:17:15 -08:00
Tom Moor
ae6855f3df
chore: Refactors towards shared menu component ( #4445 )
2022-11-19 13:15:38 -08:00
mastqe
515e1a0d25
Functional Component Refactor: TypeForm, Vimeo, Whimsical, YouTube ( #4265 )
2022-10-15 07:02:12 -07:00
mastqe
ca31823228
Functional Component Refactor: Pitch, Prezi, Spotify, Trello ( #4264 )
2022-10-15 07:02:02 -07:00
mastqe
7b69f7a6e2
Functional Component Refactor: Marvel, Mindmeister, Miro, ModeAnalytics ( #4263 )
2022-10-15 07:01:53 -07:00
mastqe
557ad75fc2
Functional Component Refactor: InVision, Loom, Lucidchart ( #4262 )
2022-10-15 07:01:43 -07:00
mastqe
28371a4942
Functional Component Refactor: Google Calendar, DataStudio, & Drawings ( #4261 )
2022-10-15 07:01:32 -07:00
mastqe
42d866931b
Functional Component Refactor: Figma, Framer, Gist ( #4260 )
2022-10-15 07:01:10 -07:00
mastqe
4dc336eeab
Functional Component Refactor: Google Docs, Drive, Sheets, & Slides ( #4259 )
2022-10-15 07:00:59 -07:00
Tom Moor
def40e38ba
Update ClickUp.tsx
2022-10-13 06:39:20 -07:00
Tom Moor
5654c312b1
Remove TLDraw from embed menu as it no longer supports embedding
2022-10-11 21:47:39 -04:00
Tom Moor
2f2e367e91
fix: Bad functional refactor
2022-10-10 07:47:35 -04:00
pbkompasz
c8f990018c
Refactor DBDiagram class component to functional ( #4228 )
2022-10-08 06:50:08 -07:00
pbkompasz
013a134084
Refactor Bilibili class component to functional ( #4227 )
2022-10-08 06:48:24 -07:00
pbkompasz
db47b643be
Refactor Airtable class component to functional ( #4226 )
2022-10-04 06:35:44 -07:00
pbkompasz
4df0d06eb2
Refractor Abstract class component to functional ( #4216 )
2022-10-03 06:15:37 -07:00
Apoorv Mishra
4dbad4e46c
feat: Support embed configuration ( #3980 )
...
* wip
* stash
* fix: make authenticationId nullable fk
* fix: apply generics to resolve compile time type errors
* fix: loosen integration settings
* chore: refactor into functional component
* feat: pass integrations all the way to embeds
* perf: avoid re-fetching integrations
* fix: change attr name to avoid type overlap
* feat: use hostname from embed settings in matcher
* Revert "feat: use hostname from embed settings in matcher"
This reverts commit e7485d9cda4dcf45104e460465ca104a56c67ddc.
* feat: refactor into a class
* chore: refactor url regex formation as a util
* fix: escape regex special chars
* fix: remove in-house escapeRegExp in favor of lodash's
* fix: sanitize url
* perf: memoize embeds
* fix: rename hostname to url and allow spreading entire settings instead of just url
* fix: replace diagrams with drawio
* fix: rename
* fix: support self-hosted and saas both
* fix: assert on settings url
* fix: move embed integrations loading to hook
* fix: address review comments
* fix: use observer in favor of explicit state setters
* fix: refactor useEmbedIntegrations into useEmbeds
* fix: use translations for toasts
Co-authored-by: Tom Moor <tom.moor@gmail.com >
2022-08-26 12:21:46 +05:30
Tom Moor
68f24fce21
fix: Add support for new clickup sharing links
2022-08-23 23:04:21 +02:00
Tom Moor
7345d0c256
Remove links to valid files
2022-08-23 10:21:35 -07:00
Jonathan Harrrington
7ead17a8e0
Add support for Grist embeds. ( #3914 )
...
* Add support for Grist embeds.
* Change Grist integration to only support SaaS
* Update Regex
* Update shared/editor/embeds/index.tsx
Co-authored-by: Apoorv Mishra <apoorvmishra101092@gmail.com >
* Change Grist embed to use function based API
* Convert standard URL into embed url
* Update shared/editor/embeds/Grist.tsx
Co-authored-by: Apoorv Mishra <apoorvmishra101092@gmail.com >
* Update shared/editor/embeds/Grist.tsx
Co-authored-by: Apoorv Mishra <apoorvmishra101092@gmail.com >
* Update shared/editor/embeds/Grist.tsx
Co-authored-by: Apoorv Mishra <apoorvmishra101092@gmail.com >
* Lint and test updates
Co-authored-by: Apoorv Mishra <apoorvmishra101092@gmail.com >
Co-authored-by: Tom Moor <tom.moor@gmail.com >
2022-08-16 09:17:20 +05:30
Apoorv Mishra
982ab2b48e
feat(editor): support google form embeds ( #3930 )
...
Fixes #3129 and #3923
2022-08-07 12:41:30 +05:30
Apoorv Mishra
294521f162
fix: Escape regex for embeds ( #3907 )
...
Fixes #3899
2022-08-02 01:40:11 -07:00
Tom Moor
80d50e3d88
fix: Diagrams.net proxy path considered as embeddable
2022-07-21 10:51:34 +01:00
Tom Moor
c4edfb8ebc
fix: Improve embed option visibility in dark mode
2022-06-09 21:38:24 +02:00
Tom Moor
0f93e92bc6
feat: Add 'Scribe' embed support
2022-05-21 09:28:04 +01: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
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
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
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