Commit graph

1919 commits

Author SHA1 Message Date
Manuel Ebert
29728aa3d5 Merge pull request #17 from dedan/fix_highlighting
automatically add 'highlight' to config after upgrade from earlier versiion
2012-04-26 04:51:10 -07:00
Stephan Gabler
2b06abea08 don't crash if editor file was not saved (treat it as read mode) close #12 2012-04-26 10:03:04 +02:00
Stephan Gabler
e8435a0445 make update of new settings a bit more general and remove some whitespace
* config.update(default_config) does not work, would overwrite all values
2012-04-26 09:43:09 +02:00
Stephan Gabler
530514c7ac automatically add 'highlight' to config after upgrade from earlier version #16 2012-04-24 22:05:33 +02:00
Manuel Ebert
526ee009e8 Adds support for tag highlighting as proposed by #16 2012-04-24 18:44:57 +02:00
Manuel Ebert
eab92dbb23 Adds tag search, closes #16 2012-04-24 12:05:17 +02:00
Manuel Ebert
4a52da5469 Version bump to 0.2.2 2012-04-17 22:01:09 +02:00
Manuel Ebert
90a5acbd46 Version bump to 0.2.2 2012-04-17 21:58:34 +02:00
Manuel Ebert
87d4858abd Notes on --encrypt and --decrypt 2012-04-17 21:54:08 +02:00
Stephan Gabler
9a2ea77086 add markdown support #8 2012-04-17 21:51:33 +02:00
Stephan Gabler
a8a7fb2944 add markdown support to the readme, close #8 2012-04-17 21:46:18 +02:00
Stephan Gabler
334dc93c76 remove unused import 2012-04-17 21:45:23 +02:00
Manuel Ebert
4c7ea456cb Adds encryption and decryption of existing journals, closes #6 2012-04-17 21:34:01 +02:00
Manuel Ebert
c7f7e2f287 removes unnessecary print command 2012-04-17 12:52:21 +02:00
Manuel Ebert
26be90544e Remove hashlib dependency (it's a stdlib package) 2012-04-17 12:50:11 +02:00
Manuel Ebert
2bae454727 Tags are case-insensitive now 2012-04-17 12:37:34 +02:00
Manuel Ebert
b0a017dec4 Fixes setup.py 2012-04-17 11:17:48 +02:00
Manuel Ebert
b286bf9af7 Details on AES encryption 2012-04-17 00:06:04 +02:00
Manuel Ebert
2ebf976653 Fixes a mistake in the advanced cryptography explanation. 2012-04-16 23:31:40 +03:00
Manuel Ebert
8dd2e5e222 Bump to 0.2 2012-04-16 22:29:01 +02:00
Manuel Ebert
0227e13e87 Version bump to 0.2.0 2012-04-16 21:43:05 +02:00
Manuel Ebert
5e41861d61 Documentation on new encryption 2012-04-16 21:42:39 +02:00
Manuel Ebert
f7ebe41fd4 _block_tail is deprecated and removed 2012-04-16 21:40:59 +02:00
Manuel Ebert
7bec54f2b0 Don't try to decrypt empty strings 2012-04-16 21:36:43 +02:00
Manuel Ebert
d19d858dba Queries the password three times before exiting 2012-04-16 21:31:43 +02:00
Manuel Ebert
88112512ab Encryption using CBC and random IVs 2012-04-16 21:24:55 +02:00
Manuel Ebert
608809b61c Journal uses self.config everywhere 2012-04-16 17:16:38 +02:00
Manuel Ebert
192d2a0794 Added .gitignore 2012-04-16 17:07:40 +02:00
Manuel Ebert
670247714f JSON fallback if simplejson is not available 2012-04-16 17:05:30 +02:00
Manuel Ebert
c70c4fe7fa formatting 2012-04-16 14:54:27 +02:00
Manuel Ebert
438771ebe3 usage updated 2012-04-16 14:48:14 +02:00
Manuel Ebert
e214b9c5f5 JSON export moved to advanced 2012-04-16 14:41:14 +02:00
Manuel Ebert
198ba80ed9 More about timestamps 2012-04-16 14:39:36 +02:00
Manuel Ebert
f392235e0a Notes on Encryption 2012-04-16 14:32:28 +02:00
Manuel Ebert
0c93061a90 Keywords separated 2012-04-16 14:21:10 +02:00
Manuel Ebert
8ec531ee81 isntallation instructions 2012-04-16 14:15:59 +02:00
Manuel Ebert
862fd796be adds base_dir 2012-04-16 14:09:22 +02:00
Manuel Ebert
3e7f9ba301 Added Changelog. 2012-04-16 13:50:54 +02:00
Manuel Ebert
78ebf1c824 Makind the documentation a bit more restful 2012-04-16 13:50:38 +02:00
Manuel Ebert
3b12794b17 Print to 3.0 syntax 2012-04-16 13:42:01 +02:00
Manuel Ebert
66f8ba28a9 Simplejson instead of json 2012-04-16 13:41:17 +02:00
Manuel Ebert
d271b18232 Updated Readme, mainly on tag symbols 2012-04-15 19:14:54 +03:00
Manuel Ebert
6e640dec3d Merge pull request #5 from dedan/master
here all the changes we made together
2012-04-15 06:49:55 -07:00
Stephan Gabler
651f9e5213 Asks for password at creation of .jrnl_config 2012-04-13 20:58:22 +02:00
Stephan Gabler
196531aafc Checks if password is wrong 2012-04-13 20:38:36 +02:00
Stephan Gabler
acb7fa2ed4 saving forces blanks to be appended 2012-04-13 20:36:02 +02:00
Stephan Gabler
9c18fdc9b4 Encryption / decryption 2012-04-13 20:20:15 +02:00
Stephan Gabler
c6b86991c4 Buffer journal file into string before reading or writing 2012-04-13 20:04:10 +02:00
Stephan Gabler
1569f9c59c create config file and ask for journal file name
with autocomplete !!!
2012-04-13 19:28:11 +02:00
Stephan Gabler
04cc68a29a External editor can be used for composing by specifying the editor config option 2012-04-13 18:37:28 +02:00