gb2013
14 November 2023 02:44
1
Operating system
Windows
Joplin version
2.13.5
Desktop version info
2.13.5
Sync target
Joplin Cloud
Editor
Rich Text Editor
What issue do you have?
When insert a new table by using rich text editor, when I switch to readonly mode, there always be a new line on the top of the head row, I need to delete this row menually every time, see my screenshot below.
Screenshots
1 Like
Marph
15 November 2023 16:10
2
I can reproduce it with Joplin 2.13.4. This was fixed in the linked PR. I guess there was either a change in the TinyMCE editor or a regression in Joplin.
laurent22:dev
← marph91:richtext-table-header
opened 02:16PM - 11 May 23 UTC
Resolves #3535
Consider the first table row as header in the richtext editor … automatically. Switching isn't needed anymore. This is based on https://tinymce.github.io/tinymce-demos/tables/customizing-the-table-toolbar.html.
Open questions:
1. The new menu only contains the table size selection. As far as I see, most of the options are either covered by the table tooltip (insert, delete, properties) or incompatible with markdown (merge and split cells). Only the cut/paste options are missing. I could either try to add the cut/paste options to the tooltip or build the menu manually, as it was before. What would be the preferred way?
2. There are some `any` types. I left them for now, since the surrounding code has them, too. Let me know if I should try to fix them.
Screenshot:

system
Closed
15 December 2023 16:11
3
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.