TaskForge: The Native Task Manager for Obsidian Users

I’ve been using task forge for the past month, and I’ve really appreciated it so far!

I’ve run into a couple of issues during my use (Android)

  1. Tasks seem to always be added to the bottom of the page. This is especially an issue with recurring tasks since I expect them to appear in the above the previous recurrence (ie. parity with tasks plugin). Was wondering if anyone knows if there’s a setting/workaround for this or if others have this issue as well. I see that I can change where tasks appear in daily notes, but I want to do this for tasks in other pages as well. @TaskForgeDev
  2. I’ve been running into issue when using it with obsidian sync, although as pointed out above that might be unrelated: TaskForge: The Native Task Manager for Obsidian Users - #19 by m4t0

Late reply here but the notification discarding issue should have been fixed in a newer release. I’ll also look into the persisting notification feature for a future version.

I’ve also made a bunch of updates to the widgets so hopefully the missing tasks issue is no longer happening!

Thanks for letting me know about the WRITE_SETTINGS permission, I actually don’t know why that permission is included. I’ll make sure to audit it in the next release to verify it it’s actually required.

As for your other questions, the app relies entirely on your existing Obsidian sync mechanism and does no syncing with your vault on other devices by itself.

It also accesses the vault via the regular file system instead of the App Storage. This is done because user’s can store their vaults in arbitrary locations and accessing through the file system is much much faster than accessing through APIs that Android has with App Storage.

1 Like

Glad to hear you’re liking the app so far!

For task placement, recurring tasks should appear directly below their parent task but all other new tasks will get added to the bottom of the file. Let me know what specific behaviour you’re looking for and I can look into adding it as an option in a future release.

Also you’re unfortunately right that the Obsidian sync issue is unrelated as TaskForge doesn’t handle any vault syncing, we rely entirely on your existing sync solution.

Wanted to share that I’ve just released the largest app update to date which includes the following new app features and enhancements:

  • Brand new look - TaskForge now looks much more sleek and modern
  • Performance improvements - tasks from all vaults, large and small, load much much more quickly
  • Weekly calendar view - visualize all your tasks for the week in a new weekly view in addition to the existing monthly view
  • Set TaskNotes task descriptions - directly view and edit your TaskNotes task file’s body from TaskForge
  • Multi-level subtasks for inline tasks - you can now create subtasks with unlimited nesting levels

This release and the app in general have truly been a labour of love that has largely been driven by the support of this community.

Links

Screenshots

Refreshed modern app design

Widget and notification support

Weekly and monthly task view

Kanban task lists

Advanced custom lists

Would it be possible to change the locale for the daily notes format? Personally, I’m French and I use the format DD-MM-YYYY dd in the names of my daily notes, The dd gives me the first two letters of the day of the week in French. I don’t think this is possible with TaskForge. You can use dd to have the month number of the day, DDD to have the three first letter of the day in english, but it seems not possible to have the first two letters of the day in french. Could it be implemented? The main solution would be to be able to change the locale / language for the daily note format.

Thanks for pointing out this bug, I’ll have a fix for it in the next release