I got a lot of frustration in adding the date parameters for Tags, Reminders and Actions. Maybe that’s because I am not very good at remembering the exact syntax. I often found myself struggling to add them properly.
The subtle difference between how Actions and Tags handle date parameters is what causes my problem.
#tag(in 2 days) 
\remind(in 2 days) 
\date(in 2 days) 
#tag(in: 2 days) 
\remind(in: 2 days) 
\date(in: 2 days) 
#tag(next Sunday) 
\remind(next Sunday) 
\date(next Sunday) 
#tag(tomorrow) 
\remind(tomorrow) 
\date(tomorrow) 
Are there any plans for consistency across the board?
Besides, adding the parameters on iOS with virtual keyboard is not easy as it requires a few clicks to type the symbols :(). I wish I don’t have to remember all the syntax. Maybe via a UI such as a simple date picker by long pressing the icon would help?
