Have something to say?

Tell us how we could make the product more useful to you.

Trello: reimport task when card moves back to an active column

When a task linked to a Trello card is marked as done in Akiflow, but the card is later moved back to an active column/stage in Trello (e.g. back to "In Progress" or "To Do"), the task should be re-imported or reactivated in Akiflow accordingly. Currently the Trello integration does not support this granular stage-based reimport behavior — once a task is completed in Akiflow, changes to the Trello card column do not trigger a reimport. A sync that respects column/stage transitions (not just done/not-done) would make the integration much more powerful for users with complex Trello workflows. Originally requested by jj@cloudrendr.com via support chat.

Joshua Jared about 1 hour ago

Show email replies in linked tasks (Outlook/Microsoft 365 integration)

When an email is converted into a task using the Outlook/Microsoft 365 integration, subsequent replies to that email thread should be visible within the linked task — either as a notification, an updated preview, or a thread count indicator. Current behavior: Email replies do not reflect in the linked task. Users have to manually go back to their email client to check for new replies, breaking context and creating extra manual overhead. Expected behavior: When someone replies to an email that has been converted to a task in Akiflow, that reply (or at minimum a notification that a reply arrived) should surface in the task, so users can maintain full context without leaving the app. Why it matters: The whole value of converting emails to tasks is to centralize follow-up. If replies don't show up in the task, users still need to juggle between Akiflow and Outlook, defeating the purpose of the integration and adding manual workload. Reported by: Microsoft Teams/Outlook user during onboarding.

Matthew Haese 2 days ago

Allow Aki to reorder tasks via sort order field

When manually reordering tasks via drag-and-drop in the app, Akiflow updates an internal “sort order” field. However, Aki (the AI assistant) doesn’t have access to this field through its current API toolset — the only field it can control to sequence tasks is start_datetime, which requires assigning a time. This means Aki can’t reorder tasks in the Today view, project lists, or other views without setting a time, which isn’t ideal for users who want to keep sorting separate from scheduling. Request: Give Aki access to a tool that can set the sort order of tasks across different views (Today, project lists, inbox, etc.) so it can reorder tasks on demand without relying on priority or start_datetime.

Brock 5 days ago

improvement regarding keyboard shortcuts.

Hello, I’d like to suggest an improvement regarding keyboard shortcuts. Currently, some shortcuts (e.g., Cmd/Ctrl + K) do not work properly when using a Korean input method (IME enabled). This issue likely occurs because the shortcut handling relies on event.key, which changes depending on the active input language. In contrast, services like Figma, Adobe, and Sunsama work correctly even with IME enabled. They likely handle shortcuts using one of the following approaches: Using event.code (physical key position) instead of event.key Or combining event.key with event.code as a fallback For example: if ((event.metaKey || event.ctrlKey) && event.code === 'KeyK') { // shortcut handler } This approach works reliably regardless of input language. It would be great if Akiflow could consider using event.code-based handling (or a hybrid approach) to improve shortcut reliability across different input methods. Thank you!

Teddy Park 17 days ago

1

Task Splitting

Another app I used once, had the ability to put the total amount of time required for a task, say 6 hours, and then the option to split the task into increments, for example, 1-hour increments. This has three huge benefits: To start a task and finish it later, without moving it from the original day and time and/or slot where it was planned (or duplicating it and changing the time required). To more easily schedule tasks around your calendar. For example, doing half the task before a scheduled meeting and half the task after, without having to create two instances of the same task. This is especially helpful when meetings come in after you’ve already scheduled your day/week. To be able to just click on the task and add another segment. I find I spend at least half an hour every day moving tasks around as meetings come in or personal plans change! To import ClickUp’s “time estimated” (the total time of the task) and then have the “time tracked” synced with the planned broken-up segments. For example, instead of ClickUp importing a task with a 6 hour estimate, and then when I check it off it says I did 6 hours on that day at the time that I clicked the check box, it would actually show all the days and times I worked on that task, creating accurate time tracking.

Relly 21 days ago

1