-
Notifications
You must be signed in to change notification settings - Fork 11
Conversation
Since the PR is still open I've added the feature guide stub. I'll expand it tomorrow. |
:root {
--ck-color-mention-background: hsla(341, 100%, 30%, 0.1);
--ck-color-mention-text: hsl(341, 100%, 30%);
}
|
yes - might be changed but this also covers:
|
I think we agreed it should stick to |
@Reinmar I see some follow-ups reported is this PR to be closed or something needs updating before merge? |
Will be fixed with #7.
in #7
I'll add it in this PR: ckeditor/ckeditor5-theme-lark#221.
Removing mention on typing - feature ;) |
I confirm that it works 🎉 Will review the rest once it's on |
@jodator, could you open tickets for all the remaining issues that were mentioned in this PR? |
Where is this on a roadmap for release? We need this soon and I want to know if I should just wait for a stable release or bring this in manually for now. |
@robclancy we plan to do npm release later this week. So it's just around the corner. Either keep an eye on npm or just subscribe to releases of this package on GH and you'll get notified as soon as we publish it. |
Feature: The mentions feature. Closes ckeditor/ckeditor5#998.
--
TextWatcher
pluginEdit: I've moved the styles to theme lark. The required PR is here: ckeditor/ckeditor5-theme-lark#221.