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
Manuel Ebert
21443df8a5
Official support for python 3.4
2014-07-28 18:45:29 -06:00
Manuel Ebert
c65c29ed3d
Changelog & version bump to 1.7.22
2014-07-28 18:45:26 -06:00
Manuel Ebert
a9302f2a6c
Export to files using UTF-8
...
Fixes #162
2014-07-28 18:45:22 -06:00
Craig Moyer
047c60f16b
Re-fix Issue #56 by changing Regex to discriminate between title and entry.
...
Added BDD tests to cover this feature.
2014-07-28 18:45:19 -06:00
Manuel Ebert
a76866ae9a
byte2int for PY3
2014-07-28 18:45:15 -06:00
Manuel Ebert
7d21be5c4f
Version bump & docs
2014-07-28 18:45:11 -06:00
Manuel Ebert
23d73c8caf
Use PKCS#7 for encryption
...
Closes #156
2014-07-28 18:45:08 -06:00
Manuel Ebert
8cea8c0e2c
Tests for ignoring invalid DayOne entries
2014-07-28 18:45:05 -06:00
Manuel Ebert
bb741d9773
Ignore unreadably DayOne entries
2014-07-28 18:45:01 -06:00
Manuel Ebert
b595208423
version bump
2014-07-28 18:44:58 -06:00
Manuel Ebert
84be6efb87
Tests for #153
2014-07-28 18:44:55 -06:00
Manuel Ebert
600a75a415
Assumes no DST in case of ambiguous dates
...
Fixes #153
2014-07-28 18:44:52 -06:00
Manuel Ebert
d44caf1055
Warns if using --edit without editor
...
Closes #151
2014-07-28 18:44:48 -06:00
Manuel Ebert
f13554a530
No 3.4 on Travis yet :-(
2014-07-28 18:44:45 -06:00
Manuel Ebert
381f2588b5
Version bump
2014-07-28 18:44:42 -06:00
Manuel Ebert
463f2a99ac
Test on Python 3.4
2014-07-28 18:44:38 -06:00
Manuel Ebert
328131c1ab
Create path to journal during installation
...
Fixes #152
2014-07-28 18:44:35 -06:00
Manuel Ebert
dec2acbc13
Improved docs for day one
2014-07-28 18:44:32 -06:00
Manuel Ebert
6f56725e8a
Small update to parsing regex
2014-07-28 18:44:29 -06:00
Manuel Ebert
df4b0d8e72
Fixes writing new lines between entries
2014-07-28 18:44:26 -06:00
Manuel Ebert
6641a69b57
Don't decode unicode
2014-07-28 18:44:23 -06:00
Manuel Ebert
3ed3d90517
Even more unicode fixes
2014-07-28 18:44:20 -06:00
Manuel Ebert
d825489be6
More unicode fixes for #119
2014-07-28 18:44:16 -06:00
Manuel Ebert
cfe3e829bb
Changelog & version bump
2014-07-28 18:44:13 -06:00
Manuel Ebert
5d84aad5a5
Fixes white spaces at the beginning of lines, fixes #134
2014-07-28 18:44:10 -06:00
Manuel Ebert
eb904568bb
Changelog & version bump
2014-07-28 18:44:07 -06:00
Manuel Ebert
3f87ce15c3
Small fix for unicode in DayOne, fixes #119
2014-07-28 18:44:03 -06:00
Manuel Ebert
375b6e1d0b
Makefile update
2014-07-28 18:44:00 -06:00
Manuel Ebert
2461524299
Version bump
2014-07-28 18:43:57 -06:00
Manuel Ebert
36cbc02276
Tests for filtering by tags
2014-07-28 18:43:54 -06:00
Manuel Ebert
ef6f5e85f5
Adds the tag symbol to day one entries on load
2014-07-28 18:43:51 -06:00