From f9762512f4188532584940f1d534eef0745b32f2 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Sun, 22 Dec 2024 22:09:19 +0000 Subject: [PATCH] docs: add supported features list to README --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index fb2eac0..d9ee9d2 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,19 @@ Run the `check` command to validate your configuration: trello-to-deck check ``` +## Support + +| Feature | Supported | +|--------------------------|-------------| +| Stacks/Lists | y | +| Cards | y | +| Card Title | y | +| Card Description | y | +| Card Labels | y | +| Card Attachments (files) | y | +| Card Attachments (links) | n | +| Card Due Date | n (planned) | + ## Development As part of building the import server, the following commands exercise each operation involved: