We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add option to disable auto-save and add ability to manually save.
I like my changes to be atomic, I don't like the fact that each and every change automatically gets written to the disk as soon as it is made.
This would also make any previous versions of the todo.txt in a file sync solution cleaner and easier to navigate.
File -> Save file (Ctrl + S)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Feature Request
Add option to disable auto-save and add ability to manually save.
What problem does it solve?
I like my changes to be atomic, I don't like the fact that each and every change automatically gets written to the disk as soon as it is made.
This would also make any previous versions of the todo.txt in a file sync solution cleaner and easier to navigate.
How does the user interface change to accommodate this request?
File -> Save file (Ctrl + S)
)The text was updated successfully, but these errors were encountered: