Hi there all,

I’m aware that this sub has received its fair share of “looking for a Trello alternative” posts over the last few years. I’m about to add to the pile, but in particular, I’m looking for a solution that is customizable via plugins or similar.

Basically that means I want to add a custom field, take that input and do whatever I want with it, without having to leave the context of the application & write a whole other python script to interact with APIs and other unfun stuff.

Appreciate any answers I’d be given in this case, thanks in advance.

  • ThusWankZarathustra@alien.topB
    link
    fedilink
    English
    arrow-up
    2
    ·
    11 months ago

    It’s not *precisely* made to replace Trello, but Obsidian has a great Kanban plugin that behaves very similarly to trello. I combine it with the Tasks plugin to give each card/task more functionality. The Tasks plugin has a querying syntax which you could theoretically pipe into other API/scripting plugins. I can’t say for certain “Adding this tag to a Kanban card can produce an API call” but I wouldn’t be surprised if it’s possible. I haven’t looked that hard.

    If you aren’t aware of Obsidian, it’s a plaintext/markdown-based notetaking app at its core, but with an extremely deep set of community plugins. The notes/boards can be synced via any local/remote cloud, or with their paid service.

    • saveencore@alien.topOPB
      link
      fedilink
      English
      arrow-up
      1
      ·
      11 months ago

      Obsidian has been previously recommended to me for another use case - seems that it’s a very jack-of-all-trades tool. Suppose I should actually give it a look then.

      Sync was the primary barrier for me though, since that service is paid…

  • Meadowcottage@alien.topB
    link
    fedilink
    English
    arrow-up
    1
    ·
    11 months ago

    I was going to recommend Plane but AFAIK they don’t have a plugins system sadly. Though they do apparently have an SDK “Coming soon”

  • ZjY5MjFk@alien.topB
    link
    fedilink
    English
    arrow-up
    1
    ·
    11 months ago

    Vikunja is ok. It took like 2 minutes to spin up in docker, so easy to test out if you want.

    It does have kaban support, among other things. But does NOT have cheeklists :(

  • frogman544@alien.topB
    link
    fedilink
    English
    arrow-up
    1
    ·
    11 months ago

    Maybe consider giving Planka a look. You can find it here: Planka. It’s a work in progress alternative to Trello. I self hosted it using docker.

    • urban-intoxx@alien.topB
      link
      fedilink
      English
      arrow-up
      1
      ·
      11 months ago

      I have been using it for a year and it works great. Easy to deploy, easy to backup/restore. It is running on a raspberrypi3 via docker.

    • kingb0b@alien.topB
      link
      fedilink
      English
      arrow-up
      1
      ·
      11 months ago

      Planka is what I use. It’s the best I’ve found. Just wish the mobile site was a bit better.

  • Tribex10@alien.topB
    link
    fedilink
    English
    arrow-up
    1
    ·
    11 months ago

    Directus (https://directus.io/) has a Kanban layout you can use on top of customizable database rows, combined with flows it pretty much does the trick. You can run it locally with SQLite as the backend database.