Replies: 1 comment 2 replies
|
Hi, good question! Right now there's no way to log a workout on a past date manually — the logger always writes to today. That's a fair gap, I've noted it as a feature request. What you can do today is import a history file: Settings → Import from another app. It reads CSV exports from FitNotes (Android + iOS), Strong and Hevy, plus body weight from an Apple Health XML export. Exercise names are matched against the library, and anything it doesn't recognise is added as one of your own exercises, so nothing in the file gets dropped. The nice part: you don't actually need one of those apps. The parser reads the columns from the header row, so you can just write the CSV yourself. The FitNotes layout is the simplest: Date, Exercise, Category, Weight, Weight Unit, Reps
2026-07-14, Bench Press, Chest, 80, kg, 8
2026-07-14, Bench Press, Chest, 80, kg, 7
2026-07-14, Barbell Row, Back, 70, kg, 10
2026-07-16, Squat, Legs, 100, kg, 5One row per set. Rows sharing a date become one workout. Dates can be Before anything is written you get a summary sheet (workouts, sets, exercises matched, exercises created) so you can check it looks right, and the import is merged into your existing history rather than replacing it. Hope this helps! :) |
Uh oh!
There was an error while loading. Please reload this page.
I want to add exercises done during the previous month, currently the android app/self-hosted instance only allows adding workout of current date.
Is this already a feature which I'm somehow overlooking?
All reactions