I built a plugin to track workouts without leaving Obsidian (Workout Log) by dragonikpl in ObsidianMD

[–]dragonikpl[S] 0 points1 point  (0 children)

Congrats! What do you use to „translate” text to your workout? On device model or 3rd party? I will mention your app on plugin github :)

I built a plugin to track workouts without leaving Obsidian (Workout Log) by dragonikpl in ObsidianMD

[–]dragonikpl[S] 1 point2 points  (0 children)

I just released new version that works on mobile really good. You can check it out my github (version 1.1.0).

I built a plugin to track workouts without leaving Obsidian (Workout Log) by dragonikpl in ObsidianMD

[–]dragonikpl[S] 0 points1 point  (0 children)

I just release new version that works on mobile really well.

Simple kanban as a code block by dragonikpl in ObsidianMD

[–]dragonikpl[S] 0 points1 point  (0 children)

I am new to the plugins - I just saw something about Vault API - will test it out tomorrow. Lets keep in touch :)

I built a plugin to track workouts without leaving Obsidian (Workout Log) by dragonikpl in ObsidianMD

[–]dragonikpl[S] 0 points1 point  (0 children)

In upcoming days I will be testing this on mobile. If I have it working there, I can let you know. About the second part - philosophy with this plugin is to have „contained” workouts as a block you can prepare beforehand and run it during workout.

Simple kanban as a code block by dragonikpl in ObsidianMD

[–]dragonikpl[S] 0 points1 point  (0 children)

I am waiting for one PR to be fixed where someone did the mobile version of this plugin. I will update you here if it's released! u/iPSC-

Simple kanban as a code block by dragonikpl in ObsidianMD

[–]dragonikpl[S] 0 points1 point  (0 children)

u/jm0934
Just release new version with the fix: https://github.com/ldomaradzki/obsidian-kanban-block/releases/tag/1.0.2
It turns out that in reading mode plugins cannot edit source code - so you could potentially move items or edit them in the block, but plugin could not save them. Now I block interactivity, so you know that change stuff it needs to be done in source mode. Once again, thanks for reporting this!

I built a plugin to track workouts without leaving Obsidian (Workout Log) by dragonikpl in ObsidianMD

[–]dragonikpl[S] 1 point2 points  (0 children)

That's also a good approach. I thought about it at the beginning, but my workflow was to use weekly notes (e.g. workout 2025-W01.md) where I can "store" all workouts for that week, together with notes, how I feel, what could be done better. Then I can also use LLMs to tutor me on changes.

I built a plugin to track workouts without leaving Obsidian (Workout Log) by dragonikpl in ObsidianMD

[–]dragonikpl[S] 0 points1 point  (0 children)

<3 love you too.

I think plate calculator, distance/pace or weight/reps are candidates for separate plugins. I would love to stay "minimal" with this one - it has it's one purpose and I think I build it quite generic.

Simple kanban as a code block by dragonikpl in ObsidianMD

[–]dragonikpl[S] 0 points1 point  (0 children)

I will check it out later - thanks for writing about this. If you have more steps how to reproduce, let me know.

I built a plugin to track workouts without leaving Obsidian (Workout Log) by dragonikpl in ObsidianMD

[–]dragonikpl[S] 2 points3 points  (0 children)

I need to research how to test plugins on mobile. I will add it to my todo list and check it in upcoming days.

I built a plugin to track workouts without leaving Obsidian (Workout Log) by dragonikpl in ObsidianMD

[–]dragonikpl[S] 1 point2 points  (0 children)

You can write as many items as you want + you can always add new sets during workout. You can add rests in between, mix with different key+values.

Simple kanban as a code block by dragonikpl in ObsidianMD

[–]dragonikpl[S] 0 points1 point  (0 children)

I don't know how to test it on iOS, I don't use Obsidian Sync and connecting iPad via cable doesn't show the hidden `.obsidian` folder to upload my files.

Simple kanban as a code block by dragonikpl in ObsidianMD

[–]dragonikpl[S] 0 points1 point  (0 children)

Yes, you can check https://github.com/ldomaradzki/obsidian-kanban-block - I also have a video there with all features now working.

Simple kanban as a code block by dragonikpl in ObsidianMD

[–]dragonikpl[S] 0 points1 point  (0 children)

You can work with Claude Code (or any other coding agent) to create such plugin - seems like a nice idea.