jrnl/jrnl
Olly Britton 7a7818ef24 Ask for password before adding entry instead of after (#951)
* 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.
2020-05-16 12:55:04 -07:00
..
plugins Apply isort Mk II (#942) 2020-05-09 13:14:43 -07:00
templates Template exporting FTW 2016-08-19 23:20:31 +00:00
__init__.py fix various small issues in the codebase 2020-04-18 12:35:46 -07:00
__main__.py Apply isort Mk II (#942) 2020-05-09 13:14:43 -07:00
__version__.py Increment version to v2.4.2 2020-05-09 15:01:54 -07:00
cli.py Ask for password before adding entry instead of after (#951) 2020-05-16 12:55:04 -07:00
DayOneJournal.py Apply isort Mk II (#942) 2020-05-09 13:14:43 -07:00
EncryptedJournal.py Apply isort Mk II (#942) 2020-05-09 13:14:43 -07:00
Entry.py Apply isort Mk II (#942) 2020-05-09 13:14:43 -07:00
FolderJournal.py Apply isort Mk II (#942) 2020-05-09 13:14:43 -07:00
install.py Apply isort Mk II (#942) 2020-05-09 13:14:43 -07:00
Journal.py Apply isort Mk II (#942) 2020-05-09 13:14:43 -07:00
time.py Apply isort Mk II (#942) 2020-05-09 13:14:43 -07:00
upgrade.py Apply isort Mk II (#942) 2020-05-09 13:14:43 -07:00
util.py Fix duplicate text in multiple tag search by removing selective coloring on searched tags only #926 (#948) 2020-05-09 15:13:16 -07:00