Hi, could you please add a button that inserts only the time? Thanks.
Yes! I also thought about it just yesterday, and today someone posted it!

Hi,
In the interim there is a way to with a keyboard shortcut insert only the time anywhere in a document.
You need to use a free application that is a keyboard mapping tool called Autohotkey. V2.
You can have it assign to the keyboard combination Control Alt t and it will insert the time at the location of the cursor.
^!t:: {
SendText(FormatTime(, "h:mm tt"))
}
the "Slash-commands" plugin has the /time slash command which does this, and also allows you to configure time formatting options if that doesn't quite do what you need. It's a great plugin, I use it every day.
Cool. a better idea.
Autohotkey is still a great tool to automate things that are not available otherwise.