1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-09-05 12:28:02 +00:00

Update TaskManagementExampleDraggable.tid (#4736)

This commit is contained in:
twMat
2020-06-27 14:12:24 +02:00
committed by GitHub
parent 2e39b5add5
commit 55109177ee

View File

@@ -18,6 +18,6 @@ This is a version of the TaskManagementExample enhanced with the ability to drag
<$list filter="[!has[draft.of]tag[task]tag[done]sort[created]]">
<div>
<$checkbox tag="done"> ~~<$link to={{!!title}}><$view field="title"/></$link>~~</$checkbox>
<$checkbox tag="done"> ~~<$link/>~~</$checkbox>
</div>
</$list>