Daniel Espino García
Daniel Espino García
If you were to create a todo like that, Bob will just receive the "Wath it" part of the todo. In order for a todo to be "linked" to a...
Yes, my solution involves more steps. But I struggle to see how to make clear the options to the user. For example, how you differentiate between: - `/todo send @bob...
I wonder if creating a todo in a thread will link directly the root post. i.e. `/todo add Something` in a thread will create a todo like `Something [permalink](link)`. The...
I think we are proposing the same. I can for sure type `/todo add Something (permalink)[link]` and will create a todo with content `Something (permalink)[link]`. But what I am proposing...
There has been some progress in the Apps Framework, that will allow more interactivity with mobile. That will be also used by Plugins, allowing todo to add more functionality for...
Thanks @sudiptog81 ! All yours :smile:
All yours, thanks you!
@duke7able Have you been able to work on this?
The way to access this is checking `args.Session.IsMobileApp()`. Nevertheless, apparently the Session part is to be deprecated eventually (v6.0) so not sure if we should use it or not. If...
Hi @keremgocen . The idea is not so much about adding tests to improve the coverage, but activate the coverage for this repo. You can see a similar PR here:...