InsertDate icon indicating copy to clipboard operation
InsertDate copied to clipboard

Sublime Text Plugin that provides a configurable command and popup for inserting the current date and time (with specific format)

Results 11 InsertDate issues
Sort by recently updated
recently updated
newest added

Dear, there seems to be a difficulty running InsertDate in Sublime recently - no key binding works either on KDE graphic environment in Ubuntu 22.04 Tested on two machines, having...

question

`super+F5` is the system-wide shortcut to toggle VoiceOver, an accessibility tool (on Yosemite, at least). ![image](https://cloud.githubusercontent.com/assets/250617/10973287/a834287a-83d4-11e5-8ea1-428152a8ceb9.png) There's no way to disable this system-wide shortcut. When I type it in SublimeText3,...

bug

Would it be possible for some additional functionality to insert date for tomorrow? or yesterday? or how about 10 days ago, or 10 days from now?

enhancement

Could you change the insert command key bind?: ``` json { "keys": ["f5"], "command": "insert_date_panel" } ``` `f5` is the default bind to sort lines.

enhancement

When using Vintageous with Sublime, if you're in command mode and try to insert a timestamp, sublime completely freezes and has to be force quit.

bug

Hello! There's everything in the title pretty much... Thanks for your plugin anyway! Matt

enhancement

This happened unexpectedly: our local parliament decided to change time zone; they took decision just in July, and it became legit this night; I knew about it just hour ago....

enhancement

the problem described in #33 is caused by datetime module itself; thus for reliability and user convenience it can be monkey-patched relatively simple

enhancement

At the moment, it is jsut an empty sting because I had troubles with it earlier (unicode issues in ST2 era). It's been on my todo since the start, but...

bug
enhancement

It would be nice to have a command to parse the selection in a view assuming it's a date, then present the user with a panel with the output formats...

enhancement