Commit graph

34 commits

Author SHA1 Message Date
Manuel Ebert
f68ca1221e Cuddle timestamp in brackets to fix #318 2015-04-05 02:22:49 +04:00
Gregory Crosswhite
584f0a969e Added support for importing entries. 2014-10-24 15:21:10 -07:00
Manuel Ebert
487c902d37 Cleans up entry 2014-09-12 14:22:15 -07:00
Manuel Ebert
182e51b92d Use unicode literals
Fixes #273
2014-09-02 13:26:50 -07:00
Kurt Neufeld
6d783a80ac using a common tag regex for searching and highlighting 2014-08-30 10:02:59 -06:00
Manuel Ebert
2780a0d9df Tags at the beginning of lines 2014-08-07 13:25:50 +02:00
Matt Hoffman
b8a3b6d9ad There should be a whitespace character in front of a tag. Fixes issue #237. 2014-07-22 22:14:26 -04:00
B Krishna Chaitanya
a2be5d25fc Unescaped -, + and * in regex 2014-06-30 14:38:00 +05:30
B Krishna Chaitanya
8b45458f90 Include [-+/*#] in tag characters 2014-06-27 21:12:42 +05:30
B Krishna Chaitanya
f9af744a29 Changed regex to accept symbols 2014-06-27 11:58:59 +05:30
Manuel Ebert
b8c1360f2d Fixes writing new lines between entries 2014-03-31 12:37:37 -07:00
Manuel Ebert
aa70bb3274 Fixes white spaces at the beginning of lines, fixes #134 2014-03-24 10:48:51 -07:00
William Minchin
24a5712c4d 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-02-07 08:24:30 -07:00
William Minchin
cac0b722cd Don't replace all double spaces
want to maintain the ability to format with the use of just text.
2014-02-07 08:21:28 -07:00
Manuel Ebert
fa130143b5 DayOne support for --edit 2013-12-21 15:00:26 +01:00
Manuel Ebert
c06bfd781f Modified flag for entries 2013-12-20 16:16:48 +01:00
Manuel Ebert
e37119b1d5 -short becomes --short 2013-11-04 00:36:10 -08:00
Manuel Ebert
6ec4cb10c1 "Starred" in json export 2013-11-03 20:02:28 -08:00
Manuel Ebert
c201e56713 Starring entries and looking at the stars 2013-11-03 20:02:18 -08:00
Manuel Ebert
2235a2f974 Python 2.6 compatibility 2013-08-28 13:48:18 -07:00
Manuel Ebert
13a0e7ce86 Tagging fixes 2013-07-23 21:01:57 -07:00
Manuel Ebert
608cc04897 Better Python2.6 compatibility 2013-07-19 13:03:27 +02:00
Manuel Ebert
d56f4140fb Fixes bug in tag export 2013-07-17 18:13:51 +02:00
Manuel Ebert
d7dfba008c Addresses unicode issues in Python 3
Fixes #79
2013-06-24 15:54:04 +02:00
Manuel Ebert
5bb8f9c567 Better Unicode support
Closes #72
2013-06-09 15:55:03 -07:00
Manuel Ebert
123000ce41 Fixes issue where now date was given 2013-03-04 14:44:04 -08:00
Stephan Gabler
907a75d41e remove the leading whitespace introduced by textwrap 2012-07-17 12:12:47 +02:00
Manuel Ebert
2f8a95f553 Strips blank lines at the end of Entry bodies when prettyprinting. 2012-05-31 11:37:02 +02:00
Manuel Ebert
6c1e3f2351 Suppress empty bodies in prettyprinting 2012-05-31 11:33:28 +02:00
Manuel Ebert
cc786e5376 Refactors prettyprinting into the pprint method, __str__ will only produce journal-file-ready strings again. 2012-05-31 11:22:34 +02:00
Manuel Ebert
08b7624513 New style display of posts 2012-05-30 18:12:10 +02:00
Manuel Ebert
dd824c4f8d Using string.format instead of % 2012-05-30 17:50:37 +02:00
Manuel Ebert
f7eee0fa76 Adds word wrap support. 2012-05-30 17:43:55 +02:00
Manuel Ebert
19ed9a6cf8 Experimental new directory structure 2012-05-24 13:23:46 +02:00