MinchinWeb
e95290f92f
[YAML Exporter] apply fix just applied to Markdown Exporter
2019-08-01 21:21:55 -06:00
MinchinWeb
1884a6ce23
[Markdown Export] deal with linebreaks in jrnl files
2019-08-01 21:00:53 -06:00
MinchinWeb
4513609954
Switch to hashmark Markdown headers on export
...
Closes #487
2019-08-01 20:24:03 -06:00
Micah Jerome Ellison
d413a6b7e6
#6 allowing template interpreter to interpret common Python commands
2019-06-22 14:35:27 -07:00
Jonathan Wren
bcfd2d4b43
Fix issue #584 YAMLLoadWarning ( #585 )
2019-04-14 09:47:31 -07:00
Radomír Bosák
d65a9779ca
Fix python2 error in template_explorer.py ( #471 )
...
If template_explorer.py was imported in python2, it would fail because
it uses unicode_literals which would ultimately cause passing an unicode
string as the first argument to the 'type' built-in function.
This commit fixes this by converting the unicode to string before it is
passed to the 'type' function.
Fixes #456
2017-03-09 11:59:03 -08:00
Manuel Ebert
4b3dc38e05
Template exporting FTW
2016-08-19 23:20:31 +00:00
Manuel Ebert
79fa9c5434
Seperation of title and entry is now purely virtual.
...
Fixes #360
2015-12-28 21:24:39 -08:00
Manuel Ebert
76bc803776
--export text doesn't indent
...
Fixes #373
2015-12-28 13:06:26 -08:00
Manuel Ebert
168f63c657
Fix XML export
2015-12-28 13:01:33 -08:00
MinchinWeb
78bae0476c
Colorize error and warning messages
2015-05-05 15:12:02 -06:00
MinchinWeb
fd46ffea23
[Dayone] cut extended attributes for now
2015-05-05 13:54:38 -06:00
MinchinWeb
6444b6b137
code formatting
2015-05-04 12:08:05 -06:00
MinchinWeb
f7cadfc9dd
[Dayone] Add Creator section to dayone import and YAML export
2015-05-04 00:21:33 -06:00
MinchinWeb
2141bcacd4
[CLI] colour code 'no editor' error message
2015-05-03 21:59:20 -06:00
MinchinWeb
06dbe2fb30
[YAML export] remove lines that simply list tags
2015-05-03 21:36:16 -06:00
MinchinWeb
586ce47c68
[YAML export] only increase headings by one level
2015-05-03 19:56:16 -06:00
MinchinWeb
f182dae6eb
Add YAML export
2015-04-14 15:49:58 -06:00
MinchinWeb
442e27a5d1
Don't relay on colorama
for ANSI color codes
2015-04-14 14:07:08 -06:00
MinchinWeb
8e44ce0845
Warn if increasing headings goes past H6
...
Only warn once per entry.
2015-04-14 13:45:50 -06:00
MinchinWeb
c10a4d4fed
Increase heading levels on Markdown export
2015-04-14 13:28:03 -06:00
MinchinWeb
429c8283e0
Change heading levels on Markdown export depending on if it is to a consolidated file or to individual files.
2015-04-14 12:25:22 -06:00
MinchinWeb
141eb2a647
Update Tag
exporter code documentation.
2015-04-14 11:59:15 -06:00
MinchinWeb
bbbc2de1b4
Update Markdown exporter documentation.
2015-04-14 11:38:24 -06:00
Manuel Ebert
b7d8e1a9a5
Bilingual meta classes
2015-04-05 05:50:30 +04:00
Manuel Ebert
1543a93799
Export DayOne UUID in json
...
Fixes #333
2015-04-05 03:26:52 +04:00
Manuel Ebert
6b8cbe52b5
Merge pull request #300 from gcgoogle/add-import-plugin-support
...
Added support for importing entries for 2.0rc1.
2014-10-30 15:03:47 +01:00
Gregory Crosswhite
cfd8856989
Now the importer reads from standard input using util.py23_read().
2014-10-29 13:02:11 -07:00
Gregory Crosswhite
584f0a969e
Added support for importing entries.
2014-10-24 15:21:10 -07:00
Gregory Crosswhite
9e766d7ad0
Now the list of export types in --help is generated from the plugins.
2014-10-24 14:56:24 -07:00
Manuel Ebert
5e68b97e59
Plugin architecture
2014-09-27 15:07:22 -07:00