Commit graph

640 commits

Author SHA1 Message Date
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
Josh Tan
1faf496595 Simplified syntax for joining journal names with new lines. 2014-07-28 18:43:48 -06:00
Josh Tan
b121c53186 Added ability to list accessible journals.
Previously, if a user forgot the exact name of a journal, they could check the configuration file to retrieve this information. This patch adds support for performing this task using the jrnl interface.

The newly added '-ls' option retrieves the available journals from the jrnl configuration files and displays each journal name on a separate line.

This patch also updates the jrnl help display and the usage documentation to reflect these changes.
2014-07-28 18:43:44 -06:00
Manuel Ebert
891f20ae9b Flexible argparse for 2.6 2014-07-28 18:43:41 -06:00
William Minchin
0f0b31e67f Fix linewrap
If a line was exactly the length of `linewrap`, the extra space was
causing the next line to be blank. But if the line is empty, we need the
space to maintain the `| ` sidebar.
2014-07-28 18:43:38 -06:00
William Minchin
c75efd8326 Don't replace all double spaces
want to maintain the ability to format with the use of just text.
2014-07-28 18:43:35 -06:00