Is there a way to get interactive Checkboxes to work INSIDE a Table in Joplin
(they do in Github Markdown)
Interactive checkboxes work outside tables, can we make them work inside a table?
Here’s the plain text In Joplin
Task |
Time required |
Assigned to |
Current Status |
Finished |
Calendar Cache |
> 5 hours |
|
in progress |
- [x] ok? |
Object Cache |
> 5 hours |
|
in progress |
[x] item1 [ ] item2 |
Object Cache |
> 5 hours |
|
in progress |
|
Object Cache |
> 5 hours |
|
in progress |
|
This is how it looks in Joplin:
This is how it looks in Github markdown
Results:
-
Joplin has interactive checkboxes outside of tables
- In Joplin checkboxes don’t work at all INSIDE tables
-
Github markdown has interactive checkboxes both inside and outside Tables
Question:
- Is this a MISSING FEATURE or a BUG?
Workaround:
- use special characters (not interactive)
EXAMPLE:
Task |
Time required |
Assigned to |
Current Status |
Finished ☐ 🗹 |
Calendar Cache |
> 5 hours |
|
in progress |
🗹 |
Object Cache |
> 5 hours |
|
in progress |
🗹 |
Object Cache |
> 5 hours |
|
in progress |
☐ |
Object Cache |
> 5 hours |
|
in progress |
☐ |
1 Like
This came up in this forum already, and I think on gh as well.
AFAIK this is not markdown specification. It is not supported and it won’t be supported, unless you can convince Laurent otherwise.
1 Like
See also Laurent's answer in another topic:
1 Like
HI everyone!
In the 4 years that has past, was there any improvement of the renderer that would allow for checkboxes in a table?
No, but an idea floating around is to save the tables as HTML when they contain non-valid Markdown code:
1 Like