Notation | Meaning |
@due(+) |
tomorrow as well as @due( +1) or @due( +1d) |
@due(+w) |
one week since current date, i.e. @due( +7) |
@due(+3w) |
3 weeks since current date, i.e. @due( +21d) |
@due(++) |
one day since @created(date) if any, otherwise it is equal to @due(+) |
@due(+2:) |
two hours since current date |
@due(+:555) |
555 minutes since current date |
@due(+2 12:) |
2 days and 12 hours since current date |
☐ You can create a link to a file within your project by prefixing the file name with a dot and (back)slash like: `.\filename\` or `./another filename/`.
The line and column can be specified by colons: `.\filename:11:8`.
In SublimeText 3 you can specify a symbol inside that file by using \> character like: `.\filename>symbol`.
In SublimeText 2 you can specify a text inside that file by using inch characters like: `.\filename"any text"`.
Pressing