-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Basic support for "Displayed text" input. #17469
Merged
pszczesniak
merged 31 commits into
ck/epic/17230-linking-experience
from
add-displayed-text
Nov 27, 2024
Merged
Changes from 27 commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
77f122e
Feature (link): Add basic support for "Displayed text" input
filipsobol 85ca0f5
Update
filipsobol bcc09dd
Update
filipsobol 71714fd
Extended condition while updating the link content.
pszczesniak e62903a
Updated behaviour of showing and extracting the displayed text.
pszczesniak 9ebe493
Code refactor.
pszczesniak 07485d8
Added missing test.
pszczesniak 526b3bf
Tests update.
pszczesniak 9311634
Code refactor.
pszczesniak cc34e87
Code refactor. [skip ci]
pszczesniak 6da0d24
Merge branch 'ck/epic/17230-linking-experience' into add-displayed-text
pszczesniak 25e2a59
Fixed condition for 'canHaveDisplayedText' property depend on selection.
pszczesniak c1b5155
Code refactoring WiP.
niegowski 4c34563
Fixed multiple replacements and restoring the document selection.
niegowski ec8376d
Updated link marker handling on link text replacement.
niegowski df04f48
Collecting selected/link text for displayed link text UI.
niegowski aae856a
Updated selected link text extraction.
niegowski 57f0460
Updated tests.
niegowski f440fc0
Merge branch 'ck/epic/17230-linking-experience' into add-displayed-text
Mati365 7074b35
Selection should not be modified after link url change.
niegowski 6df0890
Link UI should not update in RTC while open.
niegowski 46f27d3
Removed obsolete tests.
niegowski 3e6eecb
Adjusted tests.
niegowski 6c5524e
Updated LinkUI tests.
niegowski 473d31b
Added tests.
niegowski e09416f
Added test.
niegowski 1c019da
Updated tests.
niegowski f17c9e9
Move link advanced section to separate link properties balloon toolba…
Mati365 d6e071d
Create properties view on demand.
Mati365 944ab1e
Merge pull request #17534 from ckeditor/ck/epic/17230-add-standalone-…
Mati365 224c646
Extend the API docs for linkcommand execute method for 'displayedText…
pszczesniak File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need to extend the API docs for the
displayedText
argument.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Addressed in 224c646.