1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-06-30 23:44:55 +02:00

Desktop: Fixes #7329: Fixes import of tasklists from enex files (#7344)

This commit is contained in:
Wartijn
2022-12-27 16:17:42 +01:00
committed by GitHub
parent 40399cf3e1
commit 527a7da2ff
9 changed files with 71 additions and 7 deletions

View File

@ -0,0 +1,11 @@
<en-note>
<div>
<p>For example, consider an exported Evernote list with todo checkboxes like this:</p>
<ul>
<li><div><en-todo checked="true"/>Foo</div></li>
<li><div><en-todo checked="false"/><b>Bar</b></div></li>
<li><div><en-todo checked="false"/><i>Baz</i></div></li>
</ul>
</div>
</en-note>