Skip Navigation
Jump
Tasks.md 2.5.3 released
  • 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

    3
  • Hey guys, version 2.5.3 of 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 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

    17
    Jump
    Tasks.md: 2.4.0 released
  • Right now you can add tags to cards, but you can't group vertical lanes. Though a do plan to add groupings or epics eventually, it would actually be very convenient by its current architecture.

    4
  • Jump
    Tasks.md: 2.4.0 released
  • Yeah I consider adding caldav support eventually, but I need to read about it a little more and experiment a bit to see how much complexity it would add to the project. I really want to keep it as simple as possible in regards to both setup/installation and how it works, so I need to evaluate it properly to see if it's worth it or not

    7
  • github.com GitHub - BaldissaraMatheus/Tasks.md: A self-hosted, Markdown file based task management board

    A self-hosted, Markdown file based task management board - BaldissaraMatheus/Tasks.md

    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.
    13

    Hey selfhosted community,

    Around a year ago I started a new project called 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 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.

    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).
    11
    Jump
    Facebook Is Being Overrun With Stolen, AI-Generated Images That People Think Are Real
  • Ai art is stealing though. Artists are afraid to post their art online and get their work used in a machine learning model by some tech guys who never produced anything artistic in their lives

    -8
  • Jump
    Jellyfin stuttering
  • Might be a network issue, check your upload speed. I had similar problems and the issue was that I was using a cat5 cable on my server, which was limiting the upload to 100mb, causing it to stutter while playing videos with high bitrates

    1
  • Jump
    ISP put me behind NAT
  • I'd need to check it out, it's been a while. But I tried pretty much all addresses that are printed out with "ip address" command on linux

    1
  • Jump
    ISP put me behind NAT
  • Yeah I set it up to forward 80:80 and 443:443 but it didn't seem to have any effect. Does port forward work on ipv6 the same way it does on ipv4?

    1
  • 0