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.