-
Notifications
You must be signed in to change notification settings - Fork 94
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
Add new features to RichTextReader #2919
Comments
Good catch, is there any way we can unify the implementation so that future features would be implemented right away? |
For now, the way to go is to implement them in I'm sure there's smarter solutions to this 😊 |
File attachments are rendered as images that were failed to load in Images are still loaded because we have a fallback mechanism for them (they're requested via the DAV url if session is unset). Maybe something to discuss next week @max-nextcloud @vinicius73 and @eneiluj. |
This is required for updateContent event listeners to run, e.g. to update heading attributes. Related: #2919 Signed-off-by: Jonas <jonas@freesources.org>
Heading anchor attributes will be fixed by #3345. |
Added #2977 to the list |
* Emit `outline-toggled` event when outline got toggled from Text * Allow to pass property `showOutlineOutside` for changing outline state from parent component. This is required to support toggeling the outline from inside Collectives. Related: #2919 Signed-off-by: Jonas <jonas@freesources.org>
* Emit `outline-toggled` event when outline got toggled from Text * Allow to pass property `showOutlineOutside` for changing outline state from parent component. This is required to support toggeling the outline from inside Collectives. Related: #2919 Signed-off-by: Jonas <jonas@freesources.org>
* Emit `outline-toggled` event when outline got toggled from Text * Allow to pass property `showOutlineOutside` for changing outline state from parent component. This is required to support toggeling the outline from inside Collectives. Related: #2919 Signed-off-by: Jonas <jonas@freesources.org>
* Emit `outline-toggled` event when outline got toggled from Text * Allow to pass property `showOutlineOutside` for changing outline state from parent component. This is required to support toggeling the outline from inside Collectives. Related: #2919 Signed-off-by: Jonas <jonas@freesources.org>
This is required for updateContent event listeners to run, e.g. to update heading attributes. Related: #2919 Signed-off-by: Jonas <jonas@freesources.org>
In order to have non-image attachments rendered in editors without a session, `AttachmentResolver.resolve()` should return a candidate with the mimeType icon as url as last resort - because all endpoints from Text `AttachmentController` require a session. This fixes rendering of non-image attachments in RichTextReader. Fixes: #2919 Signed-off-by: Jonas <jonas@freesources.org>
In order to have non-image attachments rendered in editors without a session, `AttachmentResolver.resolve()` should return a candidate with the mimeType icon as url as last resort - because all endpoints from Text `AttachmentController` require a session. This fixes rendering of non-image attachments in RichTextReader. Fixes: #2919 Signed-off-by: Jonas <jonas@freesources.org>
In order to have non-image attachments rendered in editors without a session, `AttachmentResolver.resolve()` should return a candidate with the mimeType icon as url as last resort - because all endpoints from Text `AttachmentController` require a session. This fixes rendering of non-image attachments in RichTextReader. Fixes: #2919 Signed-off-by: Jonas <jonas@freesources.org>
In order to have non-image attachments rendered in editors without a session, `AttachmentResolver.resolve()` should return a candidate with the mimeType icon as url as last resort - because all endpoints from Text `AttachmentController` require a session. This fixes rendering of non-image attachments in RichTextReader. Fixes: #2919 Signed-off-by: Jonas <jonas@freesources.org>
In order to have non-image attachments rendered in editors without a session, `AttachmentResolver.resolve()` should return a candidate with the mimeType icon as url as last resort - because all endpoints from Text `AttachmentController` require a session. This fixes rendering of non-image attachments in RichTextReader. Fixes: #2919 Signed-off-by: Jonas <jonas@freesources.org>
In order to have non-image attachments rendered in editors without a session, `AttachmentResolver.resolve()` should return a candidate with the mimeType icon as url as last resort - because all endpoints from Text `AttachmentController` require a session. This fixes rendering of non-image attachments in RichTextReader. Fixes: #2919 Signed-off-by: Jonas <jonas@freesources.org>
In order to have non-image attachments rendered in editors without a session, `AttachmentResolver.resolve()` should return a candidate with the mimeType icon as url as last resort - because all endpoints from Text `AttachmentController` require a session. This fixes rendering of non-image attachments in RichTextReader. Fixes: #2919 Signed-off-by: Jonas <jonas@freesources.org>
In order to have non-image attachments rendered in editors without a session, `AttachmentResolver.resolve()` should return a candidate with the mimeType icon as url as last resort - because all endpoints from Text `AttachmentController` require a session. This fixes rendering of non-image attachments in RichTextReader. Fixes: #2919 Signed-off-by: Jonas <jonas@freesources.org>
Describe the bug
We need to add the new Text features to RichTextReader in order to use them in read-only mode (e.g. in Collectives):
The text was updated successfully, but these errors were encountered: