Changelog
To Do
- Do a phone test
- tell it if there isn't a JSON saved, don't throw an error, it's fine
V2 Features
Upcoming projects
- sunrise, sunsets, moon, weather, astro etc
- fencraft calendar automatically inputs festivals on an optional tile
- export your data to an object, which you could use to make a subset of your records
- An indexing tool: for when you have many records saved and want to explore them - a div called 'arrows' and a script link have been hidden in the download for future addition
- Print CSS: pages will optimise themselves for printing out, perhaps even as a booklet
- A tarot card reading
- An 'are you sure?' when you click delete
- Clicking save produces a sparkle
- Keypress to save
Done
Features
- a link to your folder for blog of this month
Functions
- Delete all data, or just inputs, option
- Data restores from localStorage on loading, including after a hard refesh
- Changing the data will change the data downloaded without a cache refresh
- saveData to local storage
- deleteData from local storage
- make categories hideable
- Sections which are not visible ought not to display
- Unanswered questions must not be documented
- Something in the process of the first time something is put in local storage creates a null before you refresh - its the ones where the initial data is input as an attribute, which shoud never occur with the real data
- Current date used as name of file
- Download should really save first anyway