tgrosinger / tw5-checklist

Simple checklist widget for TiddlyWiki5:
https://tgrosinger.github.io/tw5-checklist/
51 stars 12 forks source link

Automatically move new list items to the bottom of list #16

Closed tgrosinger closed 8 years ago

tgrosinger commented 8 years ago

Currently checking a list item leaves it where it is. Move the list item to the bottom of the unchecked items, or top of the checked items.

Optionally, add a fancy animation like what's used in Google Keep. Fade out the item that was clicked, and fade in at the new location. After animations are complete, refresh the tiddler. Must happen fast enough that the user can't click anything else while transition is in progress.