davraamides / todotxt-mode

MIT License
59 stars 12 forks source link

Feature request, markdown: shortcut to add current date #60

Open o-alquimista opened 7 months ago

o-alquimista commented 7 months ago

Markor Notes, which is what I use on Android, has a quick action that inserts the current date and/or time where the cursor is.

Screenshot_20240210-153600

The UI shown above is in Brazilian Portuguese. It's basically showing options to format the output. It could be just the date yyyy-MM-dd, just the time hh:mm or even both yyyy-MM-dd hh:mm.

It's only available in Markdown files.

davraamides commented 7 months ago

I use TextExpander (paid app) for all kinds of quick text entry macros. That way they are available in all applications. VS Code also has a snippets extension that might provide a more general solution for this need.