jrnl/jrnl
Jonathan Wren bbd09e03c4 Fix small bug related to starring an entry with a date
If a date was given with an entry, and the star was also was added, the
star wouldn't be recognized if it was at the start of the title.

Example that didn't work, but now works with this fix:
  jrnl "saturday: *Title words."

This is to be consistent in starring functionality with and without a
date in the entry.
2020-08-01 15:54:13 -07:00
..
plugins Add tags to json and xml exporters (#975) 2020-06-13 11:58:35 -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.5 2020-07-31 16:39:22 +00:00
cli.py Fix small bug related to starring an entry with a date 2020-08-01 15:54:13 -07:00
commands.py Move import to be standalone command to reduce clutter in cli.py 2020-08-01 15:54:13 -07:00
DayOneJournal.py Allow editing of DayOne entries (#1001) 2020-07-18 12:54:52 -07:00
EncryptedJournal.py Create directory if it doesn't exist (#963) 2020-06-06 12:46:06 -07:00
Entry.py Allow editing of DayOne entries (#1001) 2020-07-18 12:54:52 -07:00
FolderJournal.py Apply isort Mk II (#942) 2020-05-09 13:14:43 -07:00
install.py Move import to be standalone command to reduce clutter in cli.py 2020-08-01 15:54:13 -07:00
Journal.py Fix small bug related to starring an entry with a date 2020-08-01 15:54:13 -07:00
parse_args.py Fix small bug related to starring an entry with a date 2020-08-01 15:54:13 -07:00
time.py Speed up jrnl by 10%, improve slow imports (#959) 2020-05-27 14:11:40 -07:00
upgrade.py Speed up jrnl by 10%, improve slow imports (#959) 2020-05-27 14:11:40 -07:00
util.py Move import to be standalone command to reduce clutter in cli.py 2020-08-01 15:54:13 -07:00