Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

convert ckeditor5-link to work for resource links #1

Merged
merged 1 commit into from
Sep 29, 2021

Conversation

alicewriteswrongs
Copy link

this has the changes I've been making to the CKEditor Link plugin code in order for us to use it as the base for a better user experience for linking to resources in our markdown editor in ocw-studio.

The changes are basically, right now, limited to renaming constants used to identify the model type, command names, and so on so that they do not collide with the existing, normal link plugin. The hope is that if we keep this changeset small, once we've merged this PR into our forked repo we'll be able to keep this repo up-to-date with upstream in order to ensure that this resource link plugin will continue to work with the rest of the ckeditor ecosystem.

@alicewriteswrongs alicewriteswrongs force-pushed the ap/resource-link-fork branch 2 times, most recently from 3066afd to e24f3f8 Compare September 22, 2021 17:32
@alicewriteswrongs alicewriteswrongs changed the title convert ckeditor5-link to be resource links convert ckeditor5-link to work for resource links Sep 27, 2021
This uses the ckeditor Link plugin as the basis for a new resource link
plugin which allows resource links to be inline, meaning that the UUID
for the resource is stored as an attribute of a span of text instead of
as a block element.

This is being introduced to ocw-studio in this PR:
mitodl/ocw-studio#589

pr #1
@alicewriteswrongs alicewriteswrongs merged commit a1a6bda into master Sep 29, 2021
@alicewriteswrongs alicewriteswrongs deleted the ap/resource-link-fork branch September 29, 2021 13:16
alicewriteswrongs added a commit that referenced this pull request Nov 29, 2021
This uses the ckeditor Link plugin as the basis for a new resource link
plugin which allows resource links to be inline, meaning that the UUID
for the resource is stored as an attribute of a span of text instead of
as a block element.

This is being introduced to ocw-studio in this PR:
mitodl/ocw-studio#589

pr #1
ChristopherChudzicki pushed a commit that referenced this pull request Dec 13, 2022
This uses the ckeditor Link plugin as the basis for a new resource link
plugin which allows resource links to be inline, meaning that the UUID
for the resource is stored as an attribute of a span of text instead of
as a block element.

This is being introduced to ocw-studio in this PR:
mitodl/ocw-studio#589

pr #1
ChristopherChudzicki pushed a commit that referenced this pull request Dec 14, 2022
This uses the ckeditor Link plugin as the basis for a new resource link
plugin which allows resource links to be inline, meaning that the UUID
for the resource is stored as an attribute of a span of text instead of
as a block element.

This is being introduced to ocw-studio in this PR:
mitodl/ocw-studio#589

pr #1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant