Commit graph

485 commits

Author SHA1 Message Date
Manuel Ebert
dae3d09c3f Conditional dateutil for python 3 2014-07-28 18:48:42 -06:00
Manuel Ebert
22a5be6bd3 Fix bug when omitting day in parsing 2014-07-28 18:48:38 -06:00
Manuel Ebert
74d69577fe Version bump 2014-07-28 18:48:35 -06:00
Manuel Ebert
bab1921f66 Tests for date parsing and -on 2014-07-28 18:48:32 -06:00
Manuel Ebert
3630923f40 Introduces -on option
Fixes #246
2014-07-28 18:48:28 -06:00
Manuel Ebert
fc21fbffe3 Improves dateutil parsing
Closes #133
Fixes #183, #185, #228
2014-07-28 18:48:24 -06:00
Steven Maude
d6712d2522 Minor typo in installation.rst
Fix "PyCyrypto" to "PyCrypto".
2014-07-28 18:48:21 -06:00
Manuel Ebert
de81a5e813 Version bump to 1.8.7 2014-07-28 18:48:17 -06:00
Ryan Plyler
eb0d8d190e 'jrnl -from' times now match greater/less than or equal to start and end times 2014-07-28 18:48:02 -06:00
Manuel Ebert
369df7d7e1 Version bump 2014-07-28 18:47:59 -06:00
Manuel Ebert
d6b621e1c4 Tests for tagging 2014-07-28 18:47:55 -06:00
Ryan Plyler
29d98bb850 Added PyCharm project files to .gitignore 2014-07-28 18:47:52 -06:00
Manuel Ebert
11a2b525c2 Notes on encryption 2014-07-28 18:47:48 -06:00
grplyler
09764349ff Fixed typo in CONTRIBUTING.md
Changed "sooner or later get implement it" to
"sooner or later get implemented."
2014-07-28 18:47:44 -06:00
Manuel Ebert
a10639b8d2 New make options 2014-07-28 18:47:41 -06:00
B Krishna Chaitanya
44b0eebcb8 Unescaped -, + and * in regex 2014-07-28 18:47:37 -06:00
Manuel Ebert
4e178c5ba7 Version bump & new recipes 2014-07-28 18:47:33 -06:00
Jacobo de Vera
273f7eb9c4 Include the year in exported file name 2014-07-28 18:47:29 -06:00
Manuel Ebert
a317e594e6 Restrict --export argument
Fixes #187
2014-07-28 18:47:25 -06:00
B Krishna Chaitanya
8a9e8b72e0 Include [-+/*#] in tag characters 2014-07-28 18:47:22 -06:00
Manuel Ebert
ae70139f2d Installs readline on non-windows if not available
Fixes #208
2014-07-28 18:47:18 -06:00
Manuel Ebert
9c717d159d Link to advanced usage 2014-07-28 18:47:14 -06:00
Jonathon Scanes
817e53a39d Printed message aborted on ctrl+c. 2014-07-28 18:47:11 -06:00
Jonathon Scanes
dfaa24a629 Prevent printing stack trace in compose mode on ctrl+c. 2014-07-28 18:47:07 -06:00
B Krishna Chaitanya
bc094da581 Changed regex to accept symbols 2014-07-28 18:47:04 -06:00
karl
cbc2c99c31 Note for editing constraints on one line. FIX #199 2014-07-28 18:47:00 -06:00
Manuel Ebert
b33ceadd81 Version bump 2014-07-28 18:46:56 -06:00
Manuel Ebert
07ae94f0bc Fixes error when exporting txt files
Fixes #202
2014-07-28 18:46:53 -06:00
Manuel Ebert
4d0311e3bb Allow 'text' and 'markdown' aliases in export to dir
Fixes #201
2014-07-28 18:46:49 -06:00
Chris Sexton
5f2dbe0818 Allow parallel edits
* Wait to open the journal until after getting text
* Use mktemp so that editors like vim get separate files for editing
2014-07-28 18:46:45 -06:00
Manuel Ebert
8bb62f9c67 Dynamically load 3L library 2014-07-28 18:46:42 -06:00
Phil Tysoe
39e14037d4 Add export options to help message 2014-07-28 18:46:38 -06:00
Manuel Ebert
550830f2d3 Move 3L into vendors dir 2014-07-28 18:46:34 -06:00
Jen Montes
82eddd2338 Typo fix
A quick spelling correction and I swapped the position of 2 words for clarity.
2014-07-28 18:46:31 -06:00
Mason Bially
c1c3843287 Update recipies.rst with correct notepad++ options. 2014-07-28 18:46:27 -06:00
Matthias Vogelgesang
4c051e63d0 Try $VISUAL and $EDITOR for config['editor']
On UNIX derivates they expand to the default or preferred editor and avoid
unnecessary first time edits of the config file.
2014-07-28 18:46:23 -06:00
Jon Johnson
a576afb018 Fix terminal carousel on landing page of docs
This isn't perfect, but it is a step in the right direction. This fixes
the prev button not working at all and the next button having some
undesirable behavior.

This seems to work for the most part, but I noticed that if I leave this
open and go to a different tab in my browser, there's some strange
behavior when I come back to the landing page: there are multiple
outputs playing at once. This is similar to the current behavior, where
clicking the next button multiple times does the same thing.
2014-07-28 18:46:20 -06:00
Manuel Ebert
3e31f560ad Typo 2014-07-28 18:46:16 -06:00
Manuel Ebert
68e34b0987 Clarifications on writing docs 2014-07-28 18:46:13 -06:00
Patrice Peterson
8b216d40ac Allow use of environment variables in config paths
This patch simply adds several calls to `os.expandvars` to functions
that parse paths in the config file.
2014-07-28 18:46:09 -06:00
Manuel Ebert
90886929e5 Update README.md 2014-07-28 18:46:06 -06:00
Manuel Ebert
da448a3e05 Update README.md 2014-07-28 18:46:02 -06:00
Manuel Ebert
97ad29d7d9 Update README.md 2014-07-28 18:45:58 -06:00
Manuel Ebert
ef28b0500f Update CONTRIBUTING.md 2014-07-28 18:45:55 -06:00
Manuel Ebert
86c18b4054 Mark jrnl as 3.4 compatible 2014-07-28 18:45:51 -06:00
Manuel Ebert
8f4d18cf11 Catch proper exceptions in python3.4 2014-07-28 18:45:47 -06:00
Manuel Ebert
2cda5b2d50 Fixes xml header 2014-07-28 18:45:44 -06:00
Manuel Ebert
e03f709ad6 add six to requirements 2014-07-28 18:45:40 -06:00
Manuel Ebert
fdbe055d8c Split DayOne into separate file 2014-07-28 18:45:37 -06:00
Manuel Ebert
2444b4afe2 Fix encoding in tests 2014-07-28 18:45:33 -06:00