Feature request: Implement the same codeblock and table interface layout logic like Evernote

Implement the interface like Evernote, code blocks automatically wrap; when the table is too wide, the horizontal scroll bar floats on the PC end.

The current table of Joplin does not wrapped up by div, making the interface width larger than the table width. When the table is very wide, when dragging, the interface is mostly empty and unfriendly. Here, we try to fix the interface width, automatically wrap the code block, and only allow manual dragging of tables left and right in the interface. This is more user-friendly for reading long documents, and also achieves a floating horizontal scrollbar display effect for tables on the PC, achieving interactive logic similar to Evernote.

Do you support Joplin's full platform implementation of such display logic? If you support this display logic, please reply with some content so that the developer can merge the PR I submitted or implement similar functions.

screenshot

Evernote on pc

Evernote on ios

Joplin Current status on PC

Joplin make Evernote likes on PC

Joplin Current status on android

Joplin make Evernote likes on android

Joplin Current status on ios

Joplin make Evernote likes on ios

1 Like

Do you support Joplin's full platform implementation of such display logic? Please reply something for suport.

I support this possibility, at the moment the code blocks are not readable, it is strange that there is little interest in this issue in the community.

This requirement has been implemented by #8626 and #10161. Will be available from version 3.0.3. This requirement will be closed.