• 3 Posts
  • 4 Comments
Joined 1Y ago
cake
Cake day: Jun 21, 2023

help-circle
rss

Sorry, I think you opened the wrong app, as I didn’t included the link before and lemmy rendered the page with an address to another website :p

The right one is this https://github.com/BaldissaraMatheus/Tasks.md


Tasks.md 2.5.3 released
Hey guys, version 2.5.3 of [Tasks.md](https://github.com/BaldissaraMatheus/Tasks.md) just got released! This release is actually pretty small, as I focused a lot on resolving technical debt, fixing visual inconsistencies and improving "under the hood" stuff. Which I will continue to do a little bit more before the next release. For those who don't know, [Tasks.md](https://github.com/BaldissaraMatheus/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. The latest release includes the following: - Feature: Generate an initial color for a new tags based on their names - Feature: Add new tag name input validation - Fix: Use environment variables in Dockerfile ENTRYPOINT - Fix: Allow dragging cards when sort is applied - Fix: Fix many visual issues Edit: Updated with the correct link, sorry for the confusion! The fact that someone created another application with the same name I used for the one I made is really annoying
fedilink
44

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


No, it does not support push notifications yet


Tasks.md: 2.4.0 released
Hey guys, version 2.4.0 of [Tasks.md](https://github.com/BaldissaraMatheus/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: ![](https://lemmy.world/pictrs/image/f2b3432c-3f80-40db-a965-c51fa36c8391.gif) New release: ![](https://lemmy.world/pictrs/image/08a94a59-dd8d-424e-9a06-7af18131eb8b.gif) [Tasks.md](https://github.com/BaldissaraMatheus/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.
fedilink
33


Tasks.md: A self-hosted, a Markdown file based task management board
Hey selfhosted community, Around a year ago I started a new project called [Tasks.md](https://github.com/BaldissaraMatheus/Tasks.md), which is a self-hosted task management system that aims to be simple and easy to install. I also made [this reddit post](https://www.reddit.com/r/selfhosted/comments/11okgzl/tasksmd_a_selfhosted_file_based_task_management/) to share with the community. Yesterday I released the version 2.0.0 so I thought it would be a good time to share it with the community again. The new version includes some previously requested features, some features that no one requested but I thought would be nice to have, simplifies the initial setup, improves documentations and some other things. You can find it here: [https://github.com/BaldissaraMatheus/Tasks.md](https://github.com/BaldissaraMatheus/Tasks.md). Main features: * Create cards, lanes and tags in a modern and responsive interface; * Write cards as Markdown files; * Easy to install with a single Docker image; * Light and dark themes synced with operating system settings; * Heavily customizable with 3 default color themes (Adwaita, Nord and Catppuccin); * Support for subpath based reverse-proxy with an environment variable for base path; * Can be installed as PWA (though it requires setting up https).
fedilink
83
Tasks.md: A self-hosted, a Markdown file based task management board