Stephen Gilmore

📝 Record a.Day (retired)

Django March 4th, 2023 2 minute read.

Source code.

codecov

Recorda.Day makes it easy to record simple, daily notes. It was designed to be a fast, works on any platform, 5-minute-journal-ish webapp. It could also be a to-do list or anything else you want it to be. You can host it yourself or sign up for your own account at https://recorda.day.

About https://recorda.day

Using Recorda.Day

This is what the main editor looks like: note editor

The editor page relies on htmx to provide some convenience functions on this page. - Selecting a new date will replace the current form and it's data with the same for the selected date. - Edits to the title or content fields are auto-saved 1s after a key-up change in the form fields.