Joplin is very useful.
By the way, I use both the rich text editor and the Markdown editor.
After merging cells in the Markdown editor, I edit the table in the rich text editor. The Markdown editor's autocomplete function then converts the table to HTML. (Because it's written in HTML, it's hard to read and difficult to re-edit.)
There doesn't seem to be a way to prevent this.
Would it be difficult to add a feature to prevent autocomplete?
In my recent post, I misunderstood how Joplin works. I'll correct that.
(I apologize for any confusion this may have caused.)
- Create a table.
- Merge table cells in the Markdown editor.
- When editing a page with that table in the rich text editor, auto-complete will unmerge the table cells.
*To prevent this, I used a trick of inserting HTML tags (such as ) into any blank cells in the table. Doing this internally converts the table from MD to HTML. However, it makes re-editing in the Markdown editor a hassle.
What I wanted to say in my recent post was,
I was wondering if there was a way to turn off auto-complete for cell merging.