Add ekg-auto-save #119
Closed
qingshuizheng
started this conversation in
Ideas
Replies: 1 comment
-
This is great, thank you for contributing it! I left a few comments in a code review, but I'm looking forward to this being in our next major release (which I should release in a week or two). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello @ahyatt
In #94, garyo asked if ekg has an auto-save mechanism like log-seq:
Q:
A:
So I wrote a auto-save function: #118
The idea (and the code) is mainly taken/adapted from
super-save
.The code will auto-save ekg notes when:
previous-buffer
next-buffer
, etckill-buffer-hook
, so accidentally kill a buffer won't lose data, they are saved to drafts.The code has user customizable options:
If you see it fit for this project, welcome to merge it or take any part of it.
Zheng.
Beta Was this translation helpful? Give feedback.
All reactions