Kristin Aoki
8e55081ce1
feat: revert selection.url change and replaced with getting the relative path substring from the absolute url
2022-10-24 16:49:47 -04:00
Kristin Aoki
e6101ed3ac
feat: update setAssetToStaticUrl to include all assets
2022-10-24 13:44:33 -04:00
Kristin Aoki
cb01ff17a0
feat: add handout widget
2022-10-19 12:17:59 -04:00
Kristin Aoki
8a2c337170
feat: update edx packages: pargon, frontend-platform,browserslist-config ( #129 )
2022-10-18 12:12:38 -04:00
Kristin Aoki
84f35dad40
feat: add automatic thumbnail resampling for thumbnail widget
2022-10-13 15:07:08 -04:00
Kristin Aoki
e9a123c16b
feat: limit xblock title display
2022-10-13 12:44:56 -04:00
Kristin Aoki
36576903ea
feat: thumbnail widget
2022-10-12 15:42:38 -04:00
Raymond Zhou
b035725344
feat: bump version ( #127 )
2022-10-12 15:11:29 -04:00
rayzhou-bit
72aa2dbe92
feat: bump version
2022-10-12 15:00:16 -04:00
Raymond Zhou
d2f07045f0
Feat video source integration ( #125 )
...
* feat: video source integration
Co-authored-by: KristinAoki <kaoki@2u.com >
2022-10-12 12:38:44 -04:00
kenclary
a7abab1236
Convert video settings from xblock metadata into the redux store. In-progress draft. TNL-10009. ( #119 )
...
* feat: Convert video settings from xblock metadata into the redux store. In-progress draft. TNL-10009.
Co-authored-by: rayzhou-bit <rzhou@2u.com >
2022-10-04 14:59:22 -04:00
Raymond Zhou
cc3a2d8b85
feat: videosource to backend ( #118 )
...
* feat: videosource to backend
2022-09-30 11:00:06 -04:00
Kristin Aoki
79ceaca8cc
feat: update UI for video source widget ( #120 )
2022-09-28 11:34:56 -04:00
connorhaugh
45215ba504
Feat: full transcript widget ( #117 )
2022-09-27 14:09:29 -04:00
Kristin Aoki
ff636837cf
feat: transcript parent widget component
2022-09-14 11:07:20 -04:00
connorhaugh
3f303a718d
feat: unescape alphanumerics in code Editor ( #112 )
...
* feat: unescape alphanumerics in code Editor
* fix: replace disable with not render
2022-09-09 11:09:53 -04:00
Kristin Aoki
03a609ea98
feat: allow .ico image file types
2022-09-08 12:36:34 -04:00
Raymond Zhou
54d773a19a
Feat shared widget componentries and layout ( #107 )
2022-09-07 12:22:27 -04:00
connorhaugh
720b41193f
fix: intermittent raw loading error ( #109 )
...
As sometimes the html components are rendered downstream before the block is loaded, we need to handle the case of no block value being provided to the raw editor at the time of first render. Subsequent thunk actions will trigger re-renders to display the block.
2022-09-01 14:35:44 -04:00
Kristin Aoki
e5ea0a096c
feat: change image absolute urls to relative urls
2022-08-31 12:03:07 -04:00
Kristin Aoki
2d427da80f
feat: add tinyMCE functionality for drag resizing of images
2022-08-31 09:18:36 -04:00
Kristin Aoki
4e69fffbef
feat: remove the ability to use image tools for content libraries
2022-08-30 16:40:17 -04:00
Kristin Aoki
36380edce4
feat: add codeMirror lineWrapping extension
2022-08-29 09:39:46 -04:00
Kristin Aoki
2b49304ecc
feat: change static url to asset url in editor
2022-08-24 12:53:18 -04:00
Raymond Zhou
09110ec0b0
feat: run onImgLoad even on broken images ( #102 )
...
* feat: run onImgLoad even on broken images
2022-08-23 06:00:46 -04:00
connorhaugh
564dcb8ebc
feat: improve raw HTML editing Experince. ( #101 )
...
* feat: add contents
* feat: add codemirror support to raw HTML editing
* feat: add test coverage
* fix: error
* fix: update codeeditor file path
* fix: update messages
2022-08-22 15:19:21 -04:00
Kristin Aoki
617f316f37
feat: allow relative urls for assets
2022-08-18 09:04:44 -04:00
Farhaan Bukhsh
405c3cf7e3
chore: Update the Readme for project ( #98 )
...
Signed-off-by: Farhaan Bukhsh <farhaan@opencraft.com >
Signed-off-by: Farhaan Bukhsh <farhaan@opencraft.com >
2022-08-17 11:13:40 -04:00
Kristin Aoki
d68c357a86
feat: resolve console errors regarding skin.css
2022-08-15 11:26:39 -04:00
Kristin Aoki
f86e1fe97e
feat: update editor text to match studio styling
2022-08-12 10:47:11 -04:00
Raymond Zhou
476c450e6c
Feat updates to code block button ( #93 )
...
* feat: updates to code block button
* feat: updates to code block button
2022-08-10 12:59:03 -04:00
Kristin Aoki
1b180de468
feat: add altText and isDecorative persistence for image editing
2022-08-10 09:17:35 -04:00
Kristin Aoki
d739bcbdb5
feat: Prevent image uploads larger than 10 MB and add spinner
2022-08-08 15:44:59 -04:00
Kristin Aoki
9b23731acc
feat: Add functionality to resize image based on percentage ( #94 )
...
* feat: add image resizing with percents
2022-08-05 12:13:57 -04:00
Kristin Aoki
3821378dc1
Merge pull request #92 from edx/KristinAoki/tinymce-underline
...
fix: added underline option to toolbar. TNL-10003
2022-08-01 10:29:21 -04:00
KristinAoki
6be7433567
Merge branch 'KristinAoki/tinymce-underline' of https://github.com/edx/frontend-lib-content-components into KristinAoki/tinymce-underline
2022-08-01 09:15:35 -04:00
KristinAoki
cc7e502011
fix: added underline option to toolbar. TNL-10003
2022-08-01 09:11:01 -04:00
KristinAoki
a918da46c2
Add underline option to editor toolbar
2022-07-29 12:02:08 -04:00
Raymond Zhou
80dfc6ba15
feat: www gallery raw selection ( #88 )
...
* feat: www gallery raw selection
2022-07-22 10:58:55 -04:00
connorhaugh
224720c32e
feat: reorganize dependancies ( #91 )
2022-07-11 16:19:31 -04:00
connorhaugh
9829a5d4ef
feat: No - OP ( #90 )
2022-07-07 08:47:56 -04:00
connorhaugh
2473c9a875
chore: upgrade paragon dep ( #89 )
...
* chore: upgrade paragon dep
* fix: eslint config
2022-07-05 09:08:15 -04:00
Raymond Zhou
b047f7a2a8
feat: raw html editor ( #86 )
...
raw html editor
2022-06-28 14:25:09 -04:00
connorhaugh
b2fec70702
feat: swap relative Urls bool ( #85 )
2022-06-10 10:46:34 -04:00
connorhaugh
728dc58ac4
fix: Remove addition to URLs in text editor ( #84 )
2022-06-09 09:43:23 -04:00
connorhaugh
81fc4fca6f
docs: adopt ADR 4 ( #79 )
2022-06-09 09:41:56 -04:00
connorhaugh
cc4e19cd2a
fix: redirect to correct learning context ( #83 )
...
For https://2u-internal.atlassian.net/browse/TNL-9955
there are multiple instantiations of the text editor in different contexts, so we need to handle them upfront to not break either experience flow” or something along those lines…
2022-06-09 09:41:31 -04:00
Raymond Zhou
ca9f788838
feat: toolbar stays visible when scrolling ( #82 )
2022-05-27 12:40:20 -04:00
kenclary
0e523feb09
Merge pull request #81 from edx/kenclary/TNL-9943
...
fix: allow style tags inside html body, to match old editor behavior. TNL-9943.
2022-05-26 13:44:41 -04:00
kenclary
c02bb9df7f
Merge branch 'main' into kenclary/TNL-9943
2022-05-25 17:23:07 -04:00