auto-save
auto-save copied to clipboard
v.1.1.0 enhancement ideas
- [x] Option for delay before save
- [ ] Option to enable for just a specific project
you could modify that last one so that it's a per-file basis
I'd like to see clearly if it's enabled or not, maybe somewhere in the downmost bar :)
Would be great to have:
- remove/change autosave delay (currently i'm faster with
cmd+s
) - enable/disable via
cmd+shift+p
(no additional step on installation + would prevent accidental enabling) - option to enable per file type (i'm using it only with css + livereload)
Cheers! :+1:
Hi, i love your plugin and I just started using it recently. I have wondered if you could implement a check box to the main menu so we can clearly see whether auto-save is on or off while browsing menu?
I have tried modifying main.sublime-menu and added:
"id": "file", "children": [ { "command": "auto_save", "caption": "Auto Save", "checkbox": true } ]
but it doesn't work.
In time of writing this I just found information on forum: https://forum.sublimetext.com/t/checking-selected-menu-items/485
Hi, your plugin saves every character, except if <1sec. I'd love to be able to change this to <1min, for less invasive effect. Or even better, <x seconds set by user. Saving every character kills my internet connection :)
@Tim-at-AST Just set the auto_save_delay_in_seconds
field in settings.
Fantastic! The readme didn't tell me about that wonderful option! thx thx thx