mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-11 09:08:32 +02:00
* ask for password before adding entry (#799) This fixes #799 because previously it would allow you to create an entry using your editor and then attempt to open the journal. This behaviour is fine for unencrypted journals but with encrypted journals it means that if you get the password wrong three times then the entry you just wrote is lost. Swapping the order around so that the entry is opened first in the code and then the editor is added means that this can't happen. |
||
---|---|---|
.. | ||
plugins | ||
templates | ||
__init__.py | ||
__main__.py | ||
__version__.py | ||
cli.py | ||
DayOneJournal.py | ||
EncryptedJournal.py | ||
Entry.py | ||
FolderJournal.py | ||
install.py | ||
Journal.py | ||
time.py | ||
upgrade.py | ||
util.py |