diff options
author | Thanos Apollo <[email protected]> | 2024-02-08 18:39:32 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-02-08 18:39:32 +0200 |
commit | f7d419aadf93d987eb512a74a776f803aaad7fea (patch) | |
tree | 2c8486bd93f184d50e7e3f108388c14751f93cc3 /doc/gnosis.texi | |
parent | 78bee49ffb9a5c11f5ecab6f24c043fb72a8854a (diff) | |
parent | 36830b3f388413e2e3de188ced22e9f1368a9d4a (diff) |
Release version 0.1.6: Merge branch '0.1.6-dev'0.1.6
- _Important Bug Fixes_ for calculating the next interval
- Refactor calculation of ef, using boolean value
- Add gnosis-auto-push, that pushes changes to push remote
automatically at the end of every review session
Diffstat (limited to 'doc/gnosis.texi')
-rw-r--r-- | doc/gnosis.texi | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/doc/gnosis.texi b/doc/gnosis.texi index f2762af..efb9e18 100644 --- a/doc/gnosis.texi +++ b/doc/gnosis.texi @@ -76,6 +76,7 @@ Customization & Extension * Adjust string comparison:: * Creating Custom Note Types:: * Customizing Gnosis Algorithm:: +* Auto push changes:: Customizing Gnosis Algorithm @@ -288,6 +289,7 @@ enter @samp{n} (no) at the prompt ``Start development env?'' * Adjust string comparison:: * Creating Custom Note Types:: * Customizing Gnosis Algorithm:: +* Auto push changes:: @end menu @node Adjust string comparison @@ -420,4 +422,15 @@ Example: For a note with a value of last-interval of 6 days and a ff of 0.5, upon an unsuccessful review the next interval will be 6 * 0.5 -@bye
\ No newline at end of file +@node Auto push changes +@section Auto push changes + +When setting @samp{gnosis-auto-push} to @samp{t}, at the end of every review +session the changes to @code{gnosis-db} will be pushed to the pre-configured +push remote. You have to set your push remote manually. + +@lisp +(setf gnosis-auto-push t) +@end lisp + +@bye |