patel22p / mytinytodo

Automatically exported from code.google.com/p/mytinytodo
0 stars 0 forks source link

add Note to Smart Syntax #7

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Could be nice if after the tags (for example) we can also add the Note thing

Actually:
 /+1/ Finish myTinyTodo article /articles, writing/

New Idea:
 /+1/ Finish myTinyTodo article /articles, writing/ Long description bla
bla bla foo link bar

If is not possible by any regex reason, maybe we can use a different
method, like using another special char to delimitate the start of the
note, like ##

 /+1/ Finish myTinyTodo article ## note long description bla bla

Original issue reported on code.google.com by thanater...@gmail.com on 24 Dec 2009 at 12:48

GoogleCodeExporter commented 8 years ago
Btw, it is needed a minimal "help" so that the users will know how to use some
features like the smartedition thing

Original comment by thanater...@gmail.com on 24 Dec 2009 at 4:09

GoogleCodeExporter commented 8 years ago

Original comment by maxpozd...@gmail.com on 26 Dec 2009 at 12:01

GoogleCodeExporter commented 8 years ago
We may use some RTM smart syntax like:
^   Due Date
!   Priority
#   Lists and Tags

=> '#' could be used for tags and '@' for list
'~' is used as a smart syntax disabler

i propose '//' as a note delimiter (with or without closing '//')

so we can have task add like this :

make some coffee #cups @work ^26/01/10 //My friend want an espresso

Original comment by merz...@gmail.com on 26 Jan 2010 at 10:10

GoogleCodeExporter commented 8 years ago
I recommend to have ! for the smart syntax disabler, it is a kind of standard 

The lists could be nice too, so instead to go to click in the tab just write 
which
one you want to use

For me, any combination is OK, i think that the only thing needed is that will 
be
intuitive (and so, easy to remember)

Original comment by thanater...@gmail.com on 26 Jan 2010 at 10:54