Commit graph

16 commits

Author SHA1 Message Date
Jacobo de Vera
b423bfc963 Include the year in exported file name 2014-06-30 07:01:33 +02:00
Manuel Ebert
828ea4d427 Fixes error when exporting txt files
Fixes #202
2014-06-26 15:03:27 +02:00
Manuel Ebert
872cab6cb4 Allow 'text' and 'markdown' aliases in export to dir
Fixes #201
2014-06-26 15:00:38 +02:00
Manuel Ebert
b9685a55b0 Export to files using UTF-8
Fixes #162
2014-05-19 14:43:38 -07:00
Manuel Ebert
ab9a3b5192 Cleaned up imports to work with Python2.6 and Python 3.3 2014-01-23 14:33:14 +01:00
Manuel Ebert
6c9687110c Port slugify to Python3 2014-01-19 11:58:13 +01: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
c303ea8455 Python 3 improvements 2013-07-19 13:24:18 +02:00
Manuel Ebert
0c374a839c Simplified exporting logic 2013-07-17 18:19:14 +02:00
Aniket Pant
659f9c4d98 Improve export functionality
Signed-off-by: Aniket Pant <me@aniketpant.com>
2013-06-26 13:05:13 +05:30
Aniket Pant
5408f60db3 Add new export option
Support for json and md retained
All export types moved to --export except tags

Signed-off-by: Aniket Pant <me@aniketpant.com>
2013-06-21 19:22:02 +05:30
Manuel Ebert
5bb8f9c567 Better Unicode support
Closes #72
2013-06-09 15:55:03 -07:00
Manuel Ebert
cf7581c0c0 Moves tag export to exporters 2013-06-09 15:07:27 -07:00
Manuel Ebert
48c5dd8aa1 JSON exports tags
Closes #78. This changes the export format to

{
tags: {tag: count},
entries: [{…}, {…}, …]
}
2013-06-09 14:48:56 -07:00
Manuel Ebert
7e59e8ad3b Refractored exporting 2012-07-05 12:31:50 +02:00