-
-
Notifications
You must be signed in to change notification settings - Fork 14
Description
Trello's Android app has a couple of ways to quickly add new cards to a board that have been invaluable to someone with ADHD like me.
The first method is through a widget. The widget has two buttons, the left one opens the app and sends the user to the "pick a board" page with the last used one highlighted at the top, and presenting a text box to add a card with. The right button pops open on top of the home screen a modal with a similar text box to add a card within a preselected board+list (which I prefer)...
The second method is through an Android Activity. I use Nova Launcher with comes with a widget which can trigger off Android Activities for any app that provides them. Many other launchers also support this, along with some stand-alone apps. The "Add to new card" .feature.card.add.AddCardRoutingActivity invokes the modal, just like the method above...
It would be amazing if the Planka App could also provide a really quick similar way to jot down an idea or to-do item without having to load open the app. Thank you.