a tiny planner for basic matters of life ✦
- this week / next week ⟡ plans with optional times; tick them off when done
- projects ⟡ what each of your projects needs; check things off as you handle them
- reading ⟡ links you saved; tap a title and the article opens in a new tab
- finances ⟡ a standing list of your fixed costs, added up per currency
- groceries ⟡ a running list; cross out what you have, uncross when it runs out
- archive ⟡ past weeks tuck themselves away here on their own
open index.html in any browser and it works. for the phone it needs to be
served from http://alekspiejka.github.io/weekly
there are two layers:
- the code is
index.html. github keeps it, pages serves it. - the data is everything you type. it lives in the browser on each device (in localStorage), and never leaves. nothing is sent anywhere
the footer has export data and import data.
- export saves everything to a json file. this is your only real backup.
- import replaces everything (it doesn't merge).
- the round checkbox ⟶ ticks / crosses things off
- tap an item's text ⟶ edit it in place (✓ saves, × cancels)
- tap a reading title ⟶ opens the link (use the little ✎ to edit it instead)
- the × on the right ⟶ deletes
ᯓ★
by dr Aleksandra Piejka ☾