Currently 3 macros available (@inputfilename, @fullinputfilename and @clipboard).
What about a macro to insert current date and time? Something like : @today?
I don't really care about the format because textpipe's filters can be used to reformat to whatever is needed.
I would suggest something like YYYY-MM-DD HH:MM:SS
The next version will have the following new macros:
@time
Inserts the time with the system-defined long time format
@date
Inserts the date with the system-defined short date format
@datetime
Inserts the date and time with the system-defined short date format and long time format.