convert ckeditor5-link to work for resource links #1
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.