New WYSIWYG Editor: Beta Testing Feedback #5297

Open
opened 2026-02-05 09:55:10 +03:00 by OVERLORD · 28 comments
Owner

Originally created by @ssddanbrown on GitHub (May 29, 2025).

This is a thread specifically to collect feedback regarding issues and limitations of the new WYSIWYG editor, introduced in BookStack v24.10, during its beta phase which starts as of BookStack v25.05. This follows on from thread #5245.

This below list will be continuously updated from feedback to form a full listing to be worked on.
Please only report issues where not already in this list.
Generally our goal is to match the existing TinyMCE based editor as close as possible.

Known Issues

  • Switching editor to new editor with bold text can lead to double-bold. ref.
  • Text formats can carry across to below non-formatted existing lines. ref
  • Videos/Embeds
    • Can't re-edit embed code. ref
    • Can't control dimensions after insert. ref
  • Inline Highlight format changes text color instead of background. ref
  • Table cell background color does not retain consistently.
  • Add way to focus in new empty paragraph if edit area clicked below a last block consuming element (drawing, table, details). ref
  • Header formats via keyboard shortcuts are all a size too big. ref
  • Link protocols are allow-listed, old editor did not seem to allow-list. ref
  • Source code editor is much smaller than TinyMCE editor. ref
  • Source code output shows all as a single line, should be multi-line ideally. ref.
  • Inline highlight color should ideally have a different name to background color to result in better translations. ref.
  • Inserting multiple collapisble blocks results in very buggy behaviour. ref
  • When inserting a link, the popup is not in focus, so pasting a link right away will paste it in the editor which remains in focus in the background.
  • Entity selector shows with undefined in search by default. ref.
  • Cyrillic equivalent shortcuts are lacking support. ref
Originally created by @ssddanbrown on GitHub (May 29, 2025). This is a thread specifically to collect feedback regarding issues and limitations of the new WYSIWYG editor, introduced in BookStack v24.10, during its beta phase which starts as of BookStack v25.05. This follows on from thread #5245. This below list will be continuously updated from feedback to form a full listing to be worked on. Please only report issues where not already in this list. Generally our goal is to match the existing TinyMCE based editor as close as possible. ### Known Issues - [x] Switching editor to new editor with bold text can lead to double-bold. [ref](https://github.com/BookStackApp/BookStack/issues/5631#issuecomment-2948634591). - [x] Text formats can carry across to below non-formatted existing lines. [ref](https://github.com/BookStackApp/BookStack/issues/5631#issuecomment-2951427455) - Videos/Embeds - [x] Can't re-edit embed code. [ref](https://github.com/BookStackApp/BookStack/issues/5631#issuecomment-2952273371) - [x] Can't control dimensions after insert. [ref](https://github.com/BookStackApp/BookStack/issues/5631#issuecomment-2952273371) - [x] Inline Highlight format changes text color instead of background. [ref](https://github.com/BookStackApp/BookStack/issues/5715) - [x] Table cell background color does not retain consistently. - [x] Add way to focus in new empty paragraph if edit area clicked below a last block consuming element (drawing, table, details). [ref](https://github.com/BookStackApp/BookStack/issues/5716) - [x] Header formats via keyboard shortcuts are all a size too big. [ref](https://github.com/BookStackApp/BookStack/issues/5631#issuecomment-3052112532) - [x] Link protocols are allow-listed, old editor did not seem to allow-list. [ref](https://github.com/BookStackApp/BookStack/issues/5631#issuecomment-3068881135) - [x] Source code editor is much smaller than TinyMCE editor. [ref](https://github.com/BookStackApp/BookStack/issues/5631#issuecomment-3078820079) - [x] Source code output shows all as a single line, should be multi-line ideally. [ref](https://github.com/BookStackApp/BookStack/issues/5631#issuecomment-3078820079). - [x] Inline highlight color should ideally have a different name to background color to result in better translations. [ref](https://github.com/BookStackApp/BookStack/issues/5631#issuecomment-3094381182). - [x] Inserting multiple collapisble blocks results in very buggy behaviour. [ref](https://github.com/BookStackApp/BookStack/issues/5773) - [x] When inserting a link, the popup is not in focus, so pasting a link right away will paste it in the editor which remains in focus in the background. - [x] Entity selector shows with undefined in search by default. [ref](https://github.com/BookStackApp/BookStack/issues/5631#issuecomment-3568357504). - [ ] Cyrillic equivalent shortcuts are lacking support. [ref](https://github.com/BookStackApp/BookStack/issues/5631#issuecomment-3625439647) ### Related PRs - #5653 - #5731 - #5775 - #5939
OVERLORD added the Open to discussion📝 WYSIWYG Editor labels 2026-02-05 09:55:10 +03:00
Author
Owner

@joshhcd commented on GitHub (May 29, 2025):

  1. One thing that I recently added to our instance was the PDF embedding script - I haven't tried to modify the script to function on the new editor, but there is currently no way to embed a PDF into the page. Maybe their file import/export feature? though I haven't tried this.

  2. Another thing that we like to use (though I will note, it's not officially supported, but with a small code tweak, you can add the functionality to the original wysiwyg editor) is the alphabet bullet list. While I understand it's not officially supported, the sheer capabilities of tinymce allow extended customization that BookStack does not include out of the box.

Lexical does not currently support more than 3 out of the box solutions as sited in this issue.
https://github.com/facebook/lexical/issues/6327

  1. Lastly, assuming that the choice to add lexical is inevitable regardless of issues, can we look into including more out of the box functions through their addons and plugins? Such as dragon naturally speaking,
@joshhcd commented on GitHub (May 29, 2025): 1) One thing that I recently added to our instance was the PDF embedding script - I haven't tried to modify the script to function on the new editor, but there is currently no way to embed a PDF into the page. Maybe their file import/export feature? though I haven't tried this. 2) Another thing that we like to use (though I will note, it's not officially supported, but with a small code tweak, you can add the functionality to the original wysiwyg editor) is the alphabet bullet list. While I understand it's not officially supported, the sheer capabilities of tinymce allow extended customization that BookStack does not include out of the box. Lexical does not currently support more than 3 out of the box solutions as sited in this issue. https://github.com/facebook/lexical/issues/6327 3) Lastly, assuming that the choice to add lexical is inevitable regardless of issues, can we look into including more out of the box functions through their addons and plugins? Such as dragon naturally speaking,
Author
Owner

@ssddanbrown commented on GitHub (May 30, 2025):

@joshhcd

  1. PDFs could technically be embedded via iframe/embed/object elements, which we do support in the new editor. This is something we could make easier (like we do for adding video attachments), but official support for that is outside the scope of this thread. I have not yet exposed any internals for customization/extensibility, that is probably something I start to plan out later in this beta stage, to emulate some of the common abilities of the TinyMCE editor.

  2. As above in regards to extensibility, although some of this may be achievable via css and external customization (especially as this is just a visual/style difference to ordered lists, which we do support). I wouldn't consider too much about what Lexical supports for the reasons stated in the next point.

  3. I would not look to add more for the sake of it showing in lexical examples or the list of available modules. If there's reason to add something that can be raised via it's own worth/need, otherwise the scope will remain limited. With lexical, what you might see in their example is not things we have, or can directly, use. I have forked some core parts of the editor. All of the UI, many of the format types and much of the behaviour has been written custom from scratch by me, to emulate our existing editor as best as possible while not having to rely on the same frameworks/libraries (like React) which they use within their ready-provided implementations. I've also made customizations to the core elements as part of our fork. This is quite a different and extensive approach compared to what we had with TinyMCE, giving us more control (at the cost of maintenance and effort), but it does mean that much of what you may see elsewhere with lexical is irrelevant, at least relative to how you might have previously referred to TinyMCE guidance for prior options/customization/extension since we worked upon a standard provided library as-is there.

@ssddanbrown commented on GitHub (May 30, 2025): @joshhcd 1. PDFs could technically be embedded via iframe/embed/object elements, which we do support in the new editor. This is something we could make easier (like we do for adding video attachments), but official support for that is outside the scope of this thread. I have not yet exposed any internals for customization/extensibility, that is probably something I start to plan out later in this beta stage, to emulate some of the common abilities of the TinyMCE editor. 2. As above in regards to extensibility, although some of this may be achievable via css and external customization (especially as this is just a visual/style difference to ordered lists, which we do support). I wouldn't consider too much about what Lexical supports for the reasons stated in the next point. 3. I would not look to add more for the sake of it showing in lexical examples or the list of available modules. If there's reason to add something that can be raised via it's own worth/need, otherwise the scope will remain limited. With lexical, what you might see in their example is not things we have, or can directly, use. I have forked some core parts of the editor. All of the UI, many of the format types and much of the behaviour has been written custom from scratch by me, to emulate our existing editor as best as possible while not having to rely on the same frameworks/libraries (like React) which they use within their ready-provided implementations. I've also made customizations to the core elements as part of our fork. This is quite a different and extensive approach compared to what we had with TinyMCE, giving us more control (at the cost of maintenance and effort), but it does mean that much of what you may see elsewhere with lexical is irrelevant, at least relative to how you might have previously referred to TinyMCE guidance for prior options/customization/extension since we worked upon a standard provided library as-is there.
Author
Owner

@svennd commented on GitHub (Jun 3, 2025):

Since this is still in "beta", are feature requests possible ?

  • inline code (perhaps its already possible)
  • de code button as one of the default buttons ? (or make this a setting?)

Our use case includes allot of system paths, code snippets and configuration examples, therefor we use it way more then for example aligning center/right/justify.

@svennd commented on GitHub (Jun 3, 2025): Since this is still in "beta", are feature requests possible ? - inline code (perhaps its already possible) - de code button as one of the default buttons ? (or make this a setting?) Our use case includes allot of system paths, code snippets and configuration examples, therefor we use it way more then for example aligning center/right/justify.
Author
Owner

@ssddanbrown commented on GitHub (Jun 4, 2025):

@svennd Inline code is already possible via a button in the overflow of the inline formats menu (or alternatively via shortcut):

Image

The purpose of the current phase is to match the existing editor, I'm not looking to move things around or add features but we can think about that in the future after the default editor switch has occurred.

@ssddanbrown commented on GitHub (Jun 4, 2025): @svennd Inline code is already possible via a button in the overflow of the inline formats menu (or alternatively via shortcut): ![Image](https://github.com/user-attachments/assets/523e3b35-aca1-46c1-959e-9db91eced2e1) The purpose of the current phase is to match the existing editor, I'm not looking to move things around or add features but we can think about that in the future after the default editor switch has occurred.
Author
Owner

@PancakeZik commented on GitHub (Jun 6, 2025):

Hey Dan, I just found a styling bug (at least to my eyes it's a bug):
If you make a regular paragraph bold, in the old editor, the font-weight is "bold".
But if you switch to the new WYSIWYG beta, if you save the page marked as bold, the font-weight is "bolder", which IMO doesn't look as nice.

Details

New editor:

Image

Image

Old editor:

Image

Image

@PancakeZik commented on GitHub (Jun 6, 2025): Hey Dan, I just found a styling bug (at least to my eyes it's a bug): If you make a regular paragraph bold, in the old editor, the font-weight is "bold". But if you switch to the new WYSIWYG beta, if you save the page marked as bold, the font-weight is "bolder", which IMO doesn't look as nice. <details><summary>Details</summary> <p> ### New editor: ![Image](https://github.com/user-attachments/assets/00e5d248-0de3-4f29-b02e-1788d159f5fd) ![Image](https://github.com/user-attachments/assets/8a9f11b5-2291-4076-b72e-d71959cccca2) ### Old editor: ![Image](https://github.com/user-attachments/assets/2b0ff810-7e1e-4e7e-9b86-811650a1fd52) ![Image](https://github.com/user-attachments/assets/2d08e096-c5c1-4ce6-9611-a5c2dd475096) </p> </details>
Author
Owner

@virtadpt commented on GitHub (Jun 7, 2025):

A thing that has now gotten in my way more times than not using the new editor:

  • I type some text. Call it line 1.
  • I hit enter to force a new line to type on. Call it line 2.
  • I go back and highlight the text on line 1 and format it somehow (code, bold, italic).
  • I cursor back down to line 2 and type something.
  • The formatting that I thought I isolated to line 1 still applies to line 2.

The fix has been to go back to the old editor because it keeps tripping me up taking notes in class.

@virtadpt commented on GitHub (Jun 7, 2025): A thing that has now gotten in my way more times than not using the new editor: - I type some text. Call it line 1. - I hit enter to force a new line to type on. Call it line 2. - I go back and highlight the text on line 1 and format it somehow (code, bold, italic). - I cursor back down to line 2 and type something. - The formatting that I thought I isolated to line 1 still applies to line 2. The fix has been to go back to the old editor because it keeps tripping me up taking notes in class.
Author
Owner

@AGARES2101 commented on GitHub (Jun 7, 2025):

Issue with Video Editing in BookStack (New WYSIWYG vs Old WYSIWYG)

Details

Problem Description

When adding a video in BookStack using the New WYSIWYG editor, I encounter the following limitations:

  1. Inability to edit the video's HTML code after insertion
  2. Lack of control over video dimensions (width/height)
  3. Need to completely delete and reinsert the video script to change width/height

In contrast, the Old WYSIWYG editor allows:

  • Freely editing the video's HTML code
  • Easily modifying dimensions (width/height)
  • Supporting more insertion parameters

Steps to Reproduce the Issue

  1. Enable the New WYSIWYG editor (Settings → Features)

Image

  1. Add a video using the "Insert/Edit Media" button

Image

Image

  1. Attempt to modify the video parameters after insertion

Expected Behavior

The editor should allow:

  • Editing video parameters after insertion
  • Modifying dimensions (width/height)
  • Directly modifying the HTML code

Image

Current Behavior (New WYSIWYG)

  1. Video parameters cannot be changed after insertion
  2. No access to the video's HTML code
  3. To make changes, the video must be deleted and reinserted

Image

@AGARES2101 commented on GitHub (Jun 7, 2025): Issue with Video Editing in BookStack (New WYSIWYG vs Old WYSIWYG) <details><summary>Details</summary> <p> ## Problem Description When adding a video in BookStack using the **New WYSIWYG** editor, I encounter the following limitations: 1. Inability to edit the video's HTML code after insertion 2. Lack of control over video dimensions (width/height) 3. Need to completely delete and reinsert the video script to change width/height In contrast, the **Old WYSIWYG** editor allows: - Freely editing the video's HTML code - Easily modifying dimensions (width/height) - Supporting more insertion parameters ## Steps to Reproduce the Issue 1. Enable the New WYSIWYG editor (Settings → Features) ![Image](https://github.com/user-attachments/assets/602f13d9-b8f5-47e7-9ba4-b418c4f6f03c) 2. Add a video using the "Insert/Edit Media" button ![Image](https://github.com/user-attachments/assets/13aef724-684d-4658-a11d-9e0e89107ea3) ![Image](https://github.com/user-attachments/assets/a4f2549f-adb6-468e-9a78-6e2cb0b4ba3e) 3. Attempt to modify the video parameters after insertion ## Expected Behavior The editor should allow: - Editing video parameters after insertion - Modifying dimensions (width/height) - Directly modifying the HTML code ![Image](https://github.com/user-attachments/assets/4985a1d6-e239-47af-b9e7-611da52347be) ## Current Behavior (New WYSIWYG) 1. Video parameters cannot be changed after insertion 2. No access to the video's HTML code 3. To make changes, the video must be deleted and reinserted ![Image](https://github.com/user-attachments/assets/55c1125a-87a9-40e4-8b39-2f569245d3ce) </p> </details>
Author
Owner

@annie-things commented on GitHub (Jun 10, 2025):

I understand the issue of font editing has been addressed, and while I personally don't have an issue with custom css, the omission of a font and font size selector in the editing toolbar/ribbon threw me at first and I don't doubt has put a lot of potential users off. Surely more important to be easily accessible than bold, italic, and underline buttons, the keyboard shortcuts of which are much more widely known than how to import a custom font or change its size in CSS. If compatibility is the issue, im sure a selection of standard websafe fonts would be adequate.

@annie-things commented on GitHub (Jun 10, 2025): I understand the issue of font editing has been addressed, and while I personally don't have an issue with custom css, the omission of a font and font size selector in the editing toolbar/ribbon threw me at first and I don't doubt has put a lot of potential users off. Surely more important to be easily accessible than bold, italic, and underline buttons, the keyboard shortcuts of which are much more widely known than how to import a custom font or change its size in CSS. If compatibility is the issue, im sure a selection of standard websafe fonts would be adequate.
Author
Owner

@ssddanbrown commented on GitHub (Jun 13, 2025):

Thanks @PancakeZik @virtadpt @AGARES2101, Have added these to be tested and addressed.

@annie-things Thanks for the input but that's outside the scope of this thread. There a prior related issues in #3330 and #1148.

@ssddanbrown commented on GitHub (Jun 13, 2025): Thanks @PancakeZik @virtadpt @AGARES2101, Have added these to be tested and addressed. @annie-things Thanks for the input but that's outside the scope of this thread. There a prior related issues in #3330 and #1148.
Author
Owner

@ssddanbrown commented on GitHub (Jun 14, 2025):

@PancakeZik Just as a warning, the double/extra bold will be addressed for the next patch release, but existing saved content may stay double-bold until re-edited & saved in the editor (should fix itself when content is opened in editor).

@ssddanbrown commented on GitHub (Jun 14, 2025): @PancakeZik Just as a warning, the double/extra bold will be addressed for the next patch release, but existing saved content may stay double-bold until re-edited & saved in the editor (should fix itself when content is opened in editor).
Author
Owner

@quirkiest commented on GitHub (Jun 19, 2025):

What about custom components added to the existing TinyMCE editor? I have some toolbar icons and functions I have added via the "Custom HTML Head Content" and they do not show up in the new Beta editor. Is there information on how I can port?

@quirkiest commented on GitHub (Jun 19, 2025): What about custom components added to the existing TinyMCE editor? I have some toolbar icons and functions I have added via the "Custom HTML Head Content" and they do not show up in the new Beta editor. Is there information on how I can port?
Author
Owner

@ssddanbrown commented on GitHub (Jun 19, 2025):

@quirkiest not yet. There are currently no provided methods of extension exposed but I'll likely open that up as a later part of the beta stage. It will not be directly compatible with existing TinyMCE APIs, as the new editor behaviour/model is quite different.

@ssddanbrown commented on GitHub (Jun 19, 2025): @quirkiest not yet. There are currently no provided methods of extension exposed but I'll likely open that up as a later part of the beta stage. It will not be directly compatible with existing TinyMCE APIs, as the new editor behaviour/model is quite different.
Author
Owner

@bughidudi commented on GitHub (Jul 9, 2025):

Hi @ssddanbrown

When using the new editor, CTRL+1-5 at times works as intended, at times has the following issue

Details

  • CTRL+1 sets text to be even larger than Large Header
  • CTRL+2 sets text to Large Header
  • CTRL+3 sets text to Medium Header
  • CTRL+4 sets text to Small Header
  • CTRL+5 sets text to normal paragraph

Image

Therefore it is not possible to set the text to Tiny Header with the keyboard shortcuts

Some other times, the shortcuts work as intended (CTRL+1 Large Header, 2 Medium Header etc...)

Furthermore, when CTRL+1 sets the text even larger than Large Header, it does not show up as any of the "formats" on the text formatting tab

Image

Switching back to the other stable WYSIWYG editor, the keyboard shortcuts for text formatting work as intended all the time

@bughidudi commented on GitHub (Jul 9, 2025): Hi @ssddanbrown When using the new editor, CTRL+1-5 at times works as intended, at times has the following issue <details><summary>Details</summary> <p> - CTRL+1 sets text to be even larger than Large Header - CTRL+2 sets text to Large Header - CTRL+3 sets text to Medium Header - CTRL+4 sets text to Small Header - CTRL+5 sets text to normal paragraph ![Image](https://github.com/user-attachments/assets/b8e8da68-2f2c-4ea0-9fe1-61c152358753) Therefore it is not possible to set the text to Tiny Header with the keyboard shortcuts Some other times, the shortcuts work as intended (CTRL+1 Large Header, 2 Medium Header etc...) Furthermore, when CTRL+1 sets the text even larger than Large Header, it does not show up as any of the "formats" on the text formatting tab ![Image](https://github.com/user-attachments/assets/4d4d7d47-d2eb-4734-97f1-00bedf4a8fb2) Switching back to the other stable WYSIWYG editor, the keyboard shortcuts for text formatting work as intended all the time </p> </details>
Author
Owner

@FaySmash commented on GitHub (Jul 14, 2025):

The new Editor destroys all Links in our documentation upon saving. TinyMCE allowed links with the ps8:// protocol (which is a link handler associated with your Password manager), the new editor removes all links and just replaces them with about:blank.
Is the new Editor somehow forcing only to accept some protocols? Please provide an option to allow everything (maybe even javascript:) in the URL field.
I think this array is the culprit and needs to be able to be changed/disabled. Also, when using the whitelist the Editor should only accept allowed protocols in the first place instead of deleting the links upon saving.

@FaySmash commented on GitHub (Jul 14, 2025): The new Editor destroys all Links in our documentation upon saving. TinyMCE allowed links with the `ps8://` protocol (which is a link handler associated with your Password manager), the new editor removes all links and just replaces them with `about:blank`. Is the new Editor somehow forcing only to accept some protocols? Please provide an option to allow everything (maybe even `javascript:`) in the URL field. I think [this array](https://github.com/BookStackApp/BookStack/blob/31706ea06b968bc1bc41f4d6e92ee02f86eef156/resources/js/wysiwyg/lexical/link/index.ts#L51) is the culprit and needs to be able to be changed/disabled. Also, when using the whitelist the Editor should only accept allowed protocols in the first place instead of deleting the links upon saving.
Author
Owner

@quirkiest commented on GitHub (Jul 16, 2025):

@quirkiest not yet. There are currently no provided methods of extension exposed but I'll likely open that up as a later part of the beta stage. It will not be directly compatible with existing TinyMCE APIs, as the new editor behaviour/model is quite different.

Thanks @ssddanbrown - I have absolutely no problem with re-doing my stuff in the new format, so long as there is capacity to add these JS (etc) snippets in.

@quirkiest commented on GitHub (Jul 16, 2025): > [@quirkiest](https://github.com/quirkiest) not yet. There are currently no provided methods of extension exposed but I'll likely open that up as a later part of the beta stage. It will not be directly compatible with existing TinyMCE APIs, as the new editor behaviour/model is quite different. Thanks @ssddanbrown - I have absolutely no problem with re-doing my stuff in the new format, so long as there is capacity to add these JS (etc) snippets in.
Author
Owner

@ssddanbrown commented on GitHub (Jul 16, 2025):

Thanks @bughidudi and @FaySmash, Can confirm both of these and have added to be addressed.

@ssddanbrown commented on GitHub (Jul 16, 2025): Thanks @bughidudi and @FaySmash, Can confirm both of these and have added to be addressed.
Author
Owner

@FaySmash commented on GitHub (Jul 16, 2025):

[Low Priority] The Sourcecode editor appears way smaller than with TinyMCE and because the new editor seems to store all HTML code in a single line, it's rather confusing to work with. Automatic code formatting and Syntax highlighting would be the optimum.

@FaySmash commented on GitHub (Jul 16, 2025): [Low Priority] The Sourcecode editor appears way smaller than with TinyMCE and because the new editor seems to store all HTML code in a single line, it's rather confusing to work with. Automatic code formatting and Syntax highlighting would be the optimum.
Author
Owner

@xsxavier commented on GitHub (Jul 20, 2025):

Thanks @bughidudi and @FaySmash, Can confirm both of these and have added to be addressed.

In addition to this, if not already known. Some other inconsistencies:

  • I can apply background color to a cell when selecting table > cell properties via the top toolbar, but not via the hovering toolbar. The hovering toolbar then defaults to the entire cell when applying color, not the selection.

  • When the background color is applied, in the editor when selecting those cells and unselecting the cells, the color disappears (only visually). When saving page and reopening, the color is still there. Untill you select/unselect those cells again.

  • Minor translation thing, in Dutch the 'Background color' = 'Tekstmarkeringskleur'. Whilst these are not the same, this made it I initially couldnt find the background color option because the translation wasnt correct.
    Background color = Achtergrondkleur
    Text background/marking color = Tekstmarkeringskleur.
    I noticed in English both text marking color(top toolbar) and background color(cell/table properties) are actually both named background color

@xsxavier commented on GitHub (Jul 20, 2025): > Thanks [@bughidudi](https://github.com/bughidudi) and [@FaySmash](https://github.com/FaySmash), Can confirm both of these and have added to be addressed. In addition to this, if not already known. Some other inconsistencies: - I can apply background color to a cell when selecting table > cell properties via the top toolbar, but not via the hovering toolbar. The hovering toolbar then defaults to the entire cell when applying color, not the selection. - When the background color is applied, in the editor when selecting those cells and unselecting the cells, the color disappears (only visually). When saving page and reopening, the color is still there. Untill you select/unselect those cells again. - Minor translation thing, in Dutch the 'Background color' = 'Tekstmarkeringskleur'. Whilst these are not the same, this made it I initially couldnt find the background color option because the translation wasnt correct. Background color = Achtergrondkleur Text background/marking color = Tekstmarkeringskleur. I noticed in English both text marking color(top toolbar) and background color(cell/table properties) are actually both named background color
Author
Owner

@ssddanbrown commented on GitHub (Jul 24, 2025):

Thanks again @FaySmash and thanks @xsxavier, Items added.

but not via the hovering toolbar.

@xsxavier not all options are available as part of the toolbar so that is expected.
In regards to the translation one, I've logged that as something to change but it might take time after for the translations to then be updated to match what's expected.

@ssddanbrown commented on GitHub (Jul 24, 2025): Thanks again @FaySmash and thanks @xsxavier, Items added. > but not via the hovering toolbar. @xsxavier not all options are available as part of the toolbar so that is expected. In regards to the translation one, I've logged that as something to change but it might take time after for the translations to then be updated to match what's expected.
Author
Owner

@TritonB7 commented on GitHub (Aug 5, 2025):

In the new editor, I can't add a page break or new line between a table and a following element, like a line separator. Previously, in the old editor, I could click to the right of the table and press Enter to create a new line before the next element. This feature no longer functions in the new editor.

@TritonB7 commented on GitHub (Aug 5, 2025): In the new editor, I can't add a page break or new line between a table and a following element, like a line separator. Previously, in the old editor, I could click to the right of the table and press Enter to create a new line before the next element. This feature no longer functions in the new editor.
Author
Owner

@shartcarbuncle commented on GitHub (Nov 24, 2025):

Entity Select

When using the new (beta) WYSIWYG editor, the Entity Select interface used when browsing link targets comes up with "Undefined" pre-filled in the search field, and it has to be deleted before I can start finding entities. In the old editor, that field comes up empty, so I can simply start typing immediately.

When using the "Add Attachment Link to Page" button in the attachments list, it puts the link in the page as this like weird immutable object that you can't interact with normally. It can be fixed by deleting the line break it inserts ahead of the link.
The issue only seems to occur if you use that button when you're on a fresh, empty line in the editor.

@shartcarbuncle commented on GitHub (Nov 24, 2025): ### Entity Select When using the new (beta) WYSIWYG editor, the Entity Select interface used when browsing link targets comes up with "Undefined" pre-filled in the search field, and it has to be deleted before I can start finding entities. In the old editor, that field comes up empty, so I can simply start typing immediately. ### Add Attachment Link to Page When using the "Add Attachment Link to Page" button in the attachments list, it puts the link in the page as this like weird immutable object that you can't interact with normally. It can be fixed by deleting the line break it inserts ahead of the link. The issue only seems to occur if you use that button when you're on a fresh, empty line in the editor.
Author
Owner

@akolotilov commented on GitHub (Nov 27, 2025):

The new editor doesn't support some keyboard shortcuts while using Cyrillic layouts. These shortcuts default to browser actions or do nothing in Russian and Ukrainian keyboard layouts:

  • Ctrl+S (Save Draft)
  • Ctrl+D (Paragraph)
  • Ctrl+Q (Blockquote)
  • Ctrl+E (Insert code block)
  • Ctrl+Shift+E (Inline code)
  • Ctrl+O (Numbered list)
  • Ctrl+P (Bullet list)
  • Ctrl+K (Link)
  • Ctrl+Shift+K (Link to content)

The old editor doesn't have this problem.

@akolotilov commented on GitHub (Nov 27, 2025): The new editor doesn't support some keyboard shortcuts while using Cyrillic layouts. These shortcuts default to browser actions or do nothing in Russian and Ukrainian keyboard layouts: - `Ctrl`+`S` (Save Draft) - `Ctrl`+`D` (Paragraph) - `Ctrl`+`Q` (Blockquote) - `Ctrl`+`E` (Insert code block) - `Ctrl`+`Shift`+`E` (Inline code) - `Ctrl`+`O` (Numbered list) - `Ctrl`+`P` (Bullet list) - `Ctrl`+`K` (Link) - `Ctrl`+`Shift`+`K` (Link to content) The old editor doesn't have this problem.
Author
Owner

@ssddanbrown commented on GitHub (Dec 7, 2025):

@TritonB7 There are multiple ways to escape a table (pressing down when in last row, clicking below, tab in last cell).
I'm not sure about adding the same table-adjacent cursor handling as the old editor as I don't think it was intuitive, and was more of a result of the editor model, but maybe we can think up something more intuitive for that scenario (maybe a button/icon to insert new section below).


@shartcarbuncle Thanks! Can confirm the entity select issue and have added it to be addressed.
I can't reproduce the attachment link one, it remains editable like any other normal link. Does it occur from a completely new & blank page? What browser are you experiencing this in?


@akolotilov Thanks, though I'm very much ignorant which it comes to Cyrillic Keyboard handling. Looking at the examples here there does not seem to be these letters, like a standard S for example. Are you expecting the closest Latin equivalents to execute the shortcut? As an example, exactly what kind of keys are you pressing to use the Save Draft shortcut?

@ssddanbrown commented on GitHub (Dec 7, 2025): @TritonB7 There are multiple ways to escape a table (pressing down when in last row, clicking below, tab in last cell). I'm not sure about adding the same table-adjacent cursor handling as the old editor as I don't think it was intuitive, and was more of a result of the editor model, but maybe we can think up something more intuitive for that scenario (maybe a button/icon to insert new section below). --- @shartcarbuncle Thanks! Can confirm the entity select issue and have added it to be addressed. I can't reproduce the attachment link one, it remains editable like any other normal link. Does it occur from a completely new & blank page? What browser are you experiencing this in? --- @akolotilov Thanks, though I'm very much ignorant which it comes to Cyrillic Keyboard handling. Looking [at the examples here](https://en.wikipedia.org/wiki/JCUKEN#Microsoft_layout) there does not seem to be these letters, like a standard `S` for example. Are you expecting the closest Latin equivalents to execute the shortcut? As an example, exactly what kind of keys are you pressing to use the Save Draft shortcut?
Author
Owner

@akolotilov commented on GitHub (Dec 8, 2025):

@akolotilov Thanks, though I'm very much ignorant which it comes to Cyrillic Keyboard handling. Looking at the examples here there does not seem to be these letters, like a standard S for example. Are you expecting the closest Latin equivalents to execute the shortcut? As an example, exactly what kind of keys are you pressing to use the Save Draft shortcut?

Physical keyboards in Russia usually have QWERTY and JCUKEN stickers overlapping each other. For example, if you wanted to press Ctrl+S in Russian JCUKEN layout, you would press Ctrl+Ы, because the letters S and Ы are on the same physical key. For a visual reference, search for "Russian keyboard stickers."

To test this yourself, add the standard Russian or Ukrainian keyboard layout to your OS, switch to it, and press Ctrl+S as if you were using English QWERTY layout. Instead of S, you'll see Ы in Russian and І in Ukrainian. Note that it's not an ASCII I, I believe it's U+0406 in UTF-8.

Here's a lookup table
English Russian Ukrainian Belarusian
Qq Йй Йй Йй
Ww Цц Цц Цц
Ee Уу Уу Уу
Rr Кк Кк Кк
Tt Ее Ее Ее
Yy Нн Нн Нн
Uu Гг Гг Гг
Ii Шш Шш Шш
Oo Щщ Щщ Ўў
Pp Зз Зз Зз
Aa Фф Фф Фф
Ss Ыы Іі Ыы
Dd Вв Вв Вв
Ff Аа Аа Аа
Gg Пп Пп Пп
Hh Рр Рр Рр
Jj Оо Оо Оо
Kk Лл Лл Лл
Ll Дд Дд Дд
Zz Яя Яя Яя
Xx Чч Чч Чч
Cc Сс Сс Сс
Vv Мм Мм Мм
Bb Ии Ии Іі
Nn Тт Тт Тт
Mm Ьь Ьь Ьь

P.S. I forgot to mention the Belarusian keyboard layout in my initial message, the new editor has the same issue with it. There are other languages that use the Cyrillic script, but I don't know much about them.

@akolotilov commented on GitHub (Dec 8, 2025): > @akolotilov Thanks, though I'm very much ignorant which it comes to Cyrillic Keyboard handling. Looking [at the examples here](https://en.wikipedia.org/wiki/JCUKEN#Microsoft_layout) there does not seem to be these letters, like a standard S for example. Are you expecting the closest Latin equivalents to execute the shortcut? As an example, exactly what kind of keys are you pressing to use the Save Draft shortcut? Physical keyboards in Russia usually have QWERTY and JCUKEN stickers overlapping each other. For example, if you wanted to press `Ctrl`+`S` in Russian JCUKEN layout, you would press `Ctrl`+`Ы`, because the letters `S` and `Ы` are on the same physical key. For a visual reference, search for "Russian keyboard stickers." To test this yourself, add the standard Russian or Ukrainian keyboard layout to your OS, switch to it, and press `Ctrl`+`S` as if you were using English QWERTY layout. Instead of `S`, you'll see `Ы` in Russian and `І` in Ukrainian. Note that it's not an ASCII `I`, I believe it's `U+0406` in UTF-8. <details> <summary>Here's a lookup table</summary> | English | Russian | Ukrainian | Belarusian | | ------- | ------- | --------- | ---------- | | `Qq` | `Йй` | `Йй` | `Йй` | | `Ww` | `Цц` | `Цц` | `Цц` | | `Ee` | `Уу` | `Уу` | `Уу` | | `Rr` | `Кк` | `Кк` | `Кк` | | `Tt` | `Ее` | `Ее` | `Ее` | | `Yy` | `Нн` | `Нн` | `Нн` | | `Uu` | `Гг` | `Гг` | `Гг` | | `Ii` | `Шш` | `Шш` | `Шш` | | `Oo` | `Щщ` | `Щщ` | `Ўў` | | `Pp` | `Зз` | `Зз` | `Зз` | | `Aa` | `Фф` | `Фф` | `Фф` | | `Ss` | `Ыы` | `Іі` | `Ыы` | | `Dd` | `Вв` | `Вв` | `Вв` | | `Ff` | `Аа` | `Аа` | `Аа` | | `Gg` | `Пп` | `Пп` | `Пп` | | `Hh` | `Рр` | `Рр` | `Рр` | | `Jj` | `Оо` | `Оо` | `Оо` | | `Kk` | `Лл` | `Лл` | `Лл` | | `Ll` | `Дд` | `Дд` | `Дд` | | `Zz` | `Яя` | `Яя` | `Яя` | | `Xx` | `Чч` | `Чч` | `Чч` | | `Cc` | `Сс` | `Сс` | `Сс` | | `Vv` | `Мм` | `Мм` | `Мм` | | `Bb` | `Ии` | `Ии` | `Іі` | | `Nn` | `Тт` | `Тт` | `Тт` | | `Mm` | `Ьь` | `Ьь` | `Ьь` | </details> P.S. I forgot to mention the Belarusian keyboard layout in my initial message, the new editor has the same issue with it. There are other languages that use the Cyrillic script, but I don't know much about them.
Author
Owner

@shartcarbuncle commented on GitHub (Dec 11, 2025):

I can't reproduce the attachment link one, it remains editable like any other normal link. Does it occur from a completely new & blank page? What browser are you experiencing this in?

It's happening for me in both Safari and Edge. It's hard to describe, so I'll record a short video showing what I'm talking about.

@shartcarbuncle commented on GitHub (Dec 11, 2025): >I can't reproduce the attachment link one, it remains editable like any other normal link. Does it occur from a completely new & blank page? What browser are you experiencing this in? It's happening for me in both Safari and Edge. It's hard to describe, so I'll record a short video showing what I'm talking about.
Author
Owner

@shartcarbuncle commented on GitHub (Dec 11, 2025):

Here we go, this should demonstrate what I'm talking about: https://streamable.com/vlvgvd

@shartcarbuncle commented on GitHub (Dec 11, 2025): Here we go, this should demonstrate what I'm talking about: https://streamable.com/vlvgvd
Author
Owner

@nadegr commented on GitHub (Dec 31, 2025):

The new editor doesn't allow to add a table in RTL languages. Hovering over insert should show a table preview but nothing happens.

@nadegr commented on GitHub (Dec 31, 2025): The new editor doesn't allow to add a table in RTL languages. Hovering over insert should show a table preview but nothing happens.
Author
Owner

@TritonB7 commented on GitHub (Dec 31, 2025):

In the new editor, I can't add a code block inside a numbered list; it always appears outside. In the current editor, I can do this easily by creating a numbered list, then pressing Shift + Enter to insert a new line, followed by adding the Code Block. Is there something I might be missing to make this work in the new editor?

@TritonB7 commented on GitHub (Dec 31, 2025): In the new editor, I can't add a code block inside a numbered list; it always appears outside. In the current editor, I can do this easily by creating a numbered list, then pressing Shift + Enter to insert a new line, followed by adding the Code Block. Is there something I might be missing to make this work in the new editor?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#5297