1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-03-03 15:32:30 +02:00

Doc: Add rich text editor limitation - lists within tables (#6072)

This commit is contained in:
Daeraxa 2022-01-30 22:16:37 +00:00 committed by GitHub
parent dd705680f1
commit 46202beb9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,8 @@ However **there is a catch**: in Joplin, notes, even when edited with this Rich
- Tables must have a header, because this is a requirement in Markdown. When you create a table, it will let you create it without a header, but under the hood it will add an empty one. And next time you open the note, this empty header will be present.
- List items (bullet points, numbered lists & checkboxes) within table cells can be created but will not be saved correctly; lists within tables are not currently part of any Markdown specification.
- All items in a list must be of the same type, so for example all checkboxes, or all bullet points. If you require two different types, you should create two different lists separated by a horizontal rule or similar.
- Special keyboard modes "vim" and "emacs" are not supported.