this post was submitted on 26 Jul 2024
72 points (98.6% liked)

Selfhosted

39167 readers
377 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS
 

Hey guys, version 2.4.0 of Tasks.md was just released. The biggest change is the improved drag-and-drop experience, which feels much better to use. For touch devices it was fully overhauled, since it was not really working before (which is embarrassing tbh). You can see below a comparison between the previous version and the current release.

Previous:

New release:

Tasks.md is a self-hosted, Markdown file based task management board. It's like a kanban board that uses your filesystem as a database, so you can manipulate all cards within the app or change them directly through a text editor, changing them in one place will reflect on the other one.

You can see below the main changes included in the new release.

  • Feature: Greatly improves drag and drop experience: New swap animations, visual indications and better interactions for touch and mobile devices;
  • Feature: Adds autoscroll when you drag cards and lanes partially out their container;
  • Bugfix: Fix touch and navigation on touch devices;
  • Bugfix: Fix issue where navigation bar outgrows lanes;
  • Bugfix: Prevents saving card name with invalid characters;
  • Bugfix: Fix some smaller issues;
  • Documentation: Remind user to hard-reload the browser after changing a theme.
you are viewing a single comment's thread
view the rest of the comments
[–] keyez@lemmy.world 3 points 1 month ago* (last edited 1 month ago) (1 children)

Does the app support push notifications? Would be interested in this but I already use tasks.org since they support push notifications and I won't take the trash out until right before bed instead of before it gets dark otherwise.

[–] baldissara@lemmy.world 4 points 1 month ago (1 children)

No, it does not support push notifications yet

[–] warmaster@lemmy.world 4 points 1 month ago (1 children)

If you ever plan to support them, ntfy.sh would be my top recommendation.

[–] baldissara@lemmy.world 4 points 1 month ago

Yeah I plan to add it eventually, thanks for the recommendation I'll keep it noted!