5245f93642
chore: Compressed inefficient images automatically ( #7946 )
...
Co-authored-by: tommoor <tommoor@users.noreply.github.com>
2024-11-13 20:47:49 -05:00
cfce55250e
Add Pinterest embed ( #7930 )
...
* add pinterest embed
* improved profile detection
2024-11-13 17:46:07 -08:00
23ad780672
chore: Auto Compress Images ( #7455 )
...
Co-authored-by: tommoor <tommoor@users.noreply.github.com>
2024-08-23 05:18:23 -07:00
ac26fd2be7
Feature: Add generic Iframe support ( #7319 )
...
* Added generic Iframes support
* Rename Iframe to Embed and more explicit matchOnPaste boolean
* Update icon, text
---------
Co-authored-by: Tom Moor <tom.moor@gmail.com>
2024-08-23 05:17:27 -07:00
e164c4e7ca
Fix icon naming ( #7327 )
2024-07-30 02:38:15 -04:00
7de0ffb7f7
chore: Auto Compress Images ( #7310 )
...
Co-authored-by: tommoor <tommoor@users.noreply.github.com>
2024-07-26 05:49:18 -07:00
0e667c5d3d
add Dropbox embeddings support ( #7299 )
...
* add Dropbox embedder support
* Update embeds.ts
---------
Co-authored-by: Tom Moor <tom@getoutline.com>
2024-07-26 05:47:35 -07:00
99d8934aae
chore: Auto Compress Images ( #6508 )
...
Co-authored-by: tommoor <tommoor@users.noreply.github.com>
2024-02-07 19:42:19 -08:00
fc2ff691f7
feat: Add support SmartSuite embeds
2024-02-07 22:37:23 -05:00
bd6e4c586e
Add Camunda as replacement for Cawemo ( #6457 )
...
* Add Camunda as replacement for Cawemo (what are these product names even?)
* Optimised images with calibre/image-actions
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-01-31 15:01:51 -08:00
2db7776533
chore: Auto Compress Images ( #6227 )
...
Co-authored-by: tommoor <tommoor@users.noreply.github.com>
2023-11-27 16:26:03 -08:00
e01a0a1b64
fix: PWA installability broke on recent Chrome updates
2023-11-27 19:11:11 -05:00
bbca133455
chore: Auto Compress Images ( #6219 )
...
Co-authored-by: tommoor <tommoor@users.noreply.github.com>
2023-11-27 05:36:47 -08:00
8f53f3b28c
Allow embedding of GitLab snippets ( #6217 )
2023-11-27 05:35:37 -08:00
fb56b00e81
chore: Auto Compress Images ( #6080 )
...
Co-authored-by: tommoor <tommoor@users.noreply.github.com>
2023-10-26 17:35:35 -07:00
d6fcf44bf4
Add instagram embed ( #6075 )
2023-10-26 17:34:25 -07:00
76b12cbad5
chore: Auto Compress Images ( #6027 )
...
Co-authored-by: tommoor <tommoor@users.noreply.github.com>
2023-10-17 20:14:29 -07:00
bb8fd93628
Add LinkedIn embed ( #5933 )
...
Co-authored-by: Prikshit singh <prikshit.singh@aimedlabs.com>
2023-10-17 20:12:20 -07:00
a03b95221a
chore: Auto Compress Images ( #5779 )
...
Co-authored-by: tommoor <tommoor@users.noreply.github.com>
2023-09-04 17:49:54 -07:00
3223341062
feat: Add Valtown embed support
2023-09-04 20:48:24 -04:00
4e53029377
Use "Inter" as default typeface ( #5741 )
...
* Inter
* tweaks
* tweaks
2023-08-31 15:07:45 -07:00
3ba730943c
chore: Auto Compress Images ( #5682 )
...
Co-authored-by: tommoor <tommoor@users.noreply.github.com>
2023-08-12 02:47:12 -07:00
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
1ddb9aba3b
feat: Add Canva embed support
2023-06-10 17:03:12 +03:00
4ff0fdfb4f
chore: Compressed inefficient images automatically ( #4971 )
...
Co-authored-by: tommoor <tommoor@users.noreply.github.com>
2023-03-04 07:00:10 -08:00
e4fadd01d9
Fix 4952 ( #4967 )
...
* First try
* Support old embeds
2023-03-03 08:28:16 -08:00
9936f42882
Avoid fsstat on every request, remove koa-static
( #4387 )
...
* Avoid fsstat on every request, remove koa-static
* tsx
* Move compression middleware
2022-11-05 06:50:46 -07:00
d43423fc39
chore: Auto Compress Images ( #4322 )
...
Co-authored-by: tommoor <tommoor@users.noreply.github.com>
2022-10-23 10:45:12 -07:00
1f1dd23e18
feat: Add block command to create Mermaid diagram
...
closes #4272
2022-10-23 13:28:01 -04:00
44a4aee5cf
chore: Auto Compress Images ( #3977 )
...
Co-authored-by: apoorv-mishra <apoorv-mishra@users.noreply.github.com>
2022-08-16 00:10:52 -07:00
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
dca9bc1598
chore: Compressed inefficient images automatically ( #3933 )
...
Co-authored-by: apoorv-mishra <apoorv-mishra@users.noreply.github.com>
2022-08-07 13:10:08 -07:00
982ab2b48e
feat(editor): support google form embeds ( #3930 )
...
Fixes #3129 and #3923
2022-08-07 12:41:30 +05:30
50f26929a1
chore: Compressed inefficient images automatically ( #3563 )
...
Co-authored-by: tommoor <tommoor@users.noreply.github.com>
2022-05-21 01:44:17 -07:00
0f93e92bc6
feat: Add 'Scribe' embed support
2022-05-21 09:28:04 +01:00
26d4040cb5
chore: Compressed inefficient images automatically ( #3443 )
...
Co-authored-by: tommoor <tommoor@users.noreply.github.com>
2022-04-23 10:12:23 -07:00
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
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
e40f106dbb
Compress Images ( #3356 )
...
Co-authored-by: tommoor <tommoor@users.noreply.github.com>
2022-04-09 18:55:52 -07:00
7f3b602259
feat: Berrycast embed support
2022-03-30 17:09:19 -07:00
3760a03c44
feat: Add DBdiagram (dbdiagram.io) embed ( #3124 )
...
* Add dbdiagram embed
* clean variable name
2022-02-16 18:04:44 -08:00
d643c9453e
feat: Import improvements ( #3064 )
...
* feat: Split and simplify import/export pages in prep for more options
* minor fixes
* File operations for imports
* test
* icons
2022-02-06 22:29:24 -08:00
0079ac90e7
chore: Remove unused screenshots from repo
2021-12-14 16:17:16 -08:00
632799fea6
feat: Add 'Whimsical' as embed provider
2021-12-14 16:06:31 -08:00
33524a1322
feat: Add 'Pitch' embed support
2021-11-14 18:33:30 -08:00
bc3f2e4876
Add bilibili Embed Service ( #2550 )
...
* feat: Add bilibili Embed Service
* chore: code format
* chore: update bilibili icon
2021-09-16 18:48:13 -07:00
835fd26a95
Squashed commit of the following:
...
commit ebe2fe07d1a9110a99a21772b79f189dd13b4ca8
Author: Tom Moor <tom.moor@gmail.com>
Date: Thu Aug 26 20:18:52 2021 -0700
fix: regex, formatting
commit 1fd17b6f8a72191ecbe593d221e467559b01c70f
Author: Matheus Breguêz <matbrgz@gmail.com>
Date: Thu Aug 26 09:37:12 2021 -0300
fix: change image size
commit 30e9bad0f5f486c876e7bf49bc726789daf1e1bc
Merge: ef99201c cc9468e2
Author: Matheus Breguêz <matbrgz@mail.com>
Date: Thu Aug 26 09:28:34 2021 -0300
Merge branch 'main' into feat/google-calendar-embed
commit ef99201c9d9728a1ecefa77eb36ab7845bbf69b5
Author: Matheus Breguêz <matbrgz@mail.com>
Date: Fri Jul 9 11:53:56 2021 -0300
Update GoogleCalendar.js
commit 0e910847566acd0f0dcb833822be6795f166eb1f
Merge: e98f94c0 ec5c47e0
Author: Matheus Breguêz <matbrgz@gmail.com>
Date: Wed Jul 7 14:49:06 2021 -0300
Merge remote-tracking branch 'origin/feat/google-calendar-embed' into feat/google-calendar-embed
commit e98f94c02d4d15f600a749d489a3277723767e74
Author: Matheus Breguêz <matbrgz@gmail.com>
Date: Wed Jul 7 14:29:49 2021 -0300
feat: Add Google Calendar Embed
commit ec5c47e0c8d84e9a463e8196169ebd36beddfa7b
Author: Matheus Breguêz <matbrgz@gmail.com>
Date: Wed Jul 7 14:29:49 2021 -0300
feat: Add Google Calendar Embed
2021-08-26 20:20:15 -07:00
0c48227b57
Feat: add diagrams.net/draw.io embed ( #2464 )
...
* feat: Add diagrams.net/draw.io embed
* Rename Diagrams integration to include .net
Co-authored-by: Tom Moor <tom.moor@gmail.com>
2021-08-21 11:11:47 -07:00
06e16eef12
feat: Add Google DataStudio embed ( #2293 )
...
Co-authored-by: Tom Moor <tom.moor@gmail.com>
2021-07-14 11:57:12 -07:00
dc4b5588b7
feat: Add 'Descript' embed ( #2144 )
2021-05-22 19:21:56 -07:00