Nik V
|
b99c82f9be
|
Don't die if you specify a directory (DayOne journal) to install
|
2014-12-11 21:28:04 +08:00 |
|
Matthias Vogelgesang
|
4f73660231
|
Try $VISUAL and $EDITOR for config['editor']
On UNIX derivates they expand to the default or preferred editor and avoid
unnecessary first time edits of the config file.
|
2014-06-24 22:52:04 +02:00 |
|
Patrice Peterson
|
6f5b3f52f3
|
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-06-23 16:12:41 +02:00 |
|
Manuel Ebert
|
02a2ecbf97
|
Create path to journal during installation
Fixes #152
|
2014-04-10 15:57:24 -04:00 |
|
Manuel Ebert
|
d35502423a
|
Cleaned up imports to work with Python2.6 and Python 3.3
|
2014-01-23 14:33:14 +01:00 |
|
Manuel Ebert
|
9d352b4bad
|
Gets rid of colorama
|
2014-01-02 23:41:53 +01:00 |
|
William Minchin
|
34acf9002f
|
Set default linewrap to 79 globally
|
2013-11-27 12:52:56 -07:00 |
|
William Minchin
|
79a8b59e6f
|
Windows: wraps lines at 79 chars by default
trying to wrap lines at 80 char in Windows' CMD results in blank lines
following lines that are exactly 80 char long
|
2013-11-27 10:25:17 -07:00 |
|
Manuel Ebert
|
fb629266e6
|
ixed a bug that caused creating encrypted journals to fail
|
2013-11-20 16:55:41 -08:00 |
|
Manuel Ebert
|
a96435b6dc
|
Disambiguates jrnl.update_config and install.update_config
|
2013-10-17 16:00:27 -07:00 |
|
Manuel Ebert
|
34b730a5c9
|
Saves password to keyring
Closes #96 and deprecates password field in config
|
2013-10-17 14:55:59 -07:00 |
|
Aniket Pant
|
d4a97f873c
|
Update installation after removal of default folder config
Signed-off-by: Aniket Pant <me@aniketpant.com>
|
2013-06-26 13:09:22 +05:30 |
|
Aniket Pant
|
7e1b5316aa
|
Add default export folder config
Signed-off-by: Aniket Pant <me@aniketpant.com>
|
2013-06-21 19:20:57 +05:30 |
|
Manuel Ebert
|
634d84c77e
|
Fixes for Python 3 Support
|
2013-04-19 15:19:21 +02:00 |
|
Manuel Ebert
|
3052e0cce7
|
Python 3 compatibility
|
2013-04-19 14:46:05 +02:00 |
|
Manuel Ebert
|
65b4d5ffa0
|
Fixes install routine
|
2013-04-17 12:02:26 +02:00 |
|
Manuel Ebert
|
e0f7d235b1
|
Uses colorama instead of clint
|
2013-04-17 10:19:02 +02:00 |
|
Manuel Ebert
|
c26ed24389
|
Better support for individual configs
|
2012-07-23 13:09:45 +02:00 |
|
Manuel Ebert
|
8948c6b23b
|
Refactored install.py
|
2012-07-23 13:09:45 +02:00 |
|
Manuel Ebert
|
b00e8944fa
|
Installation modifies journals.default, not journal
|
2012-06-11 16:08:38 +02:00 |
|
Manuel Ebert
|
5c86f0b18b
|
Adds support for multiple journals
|
2012-06-11 15:58:25 +02:00 |
|
Manuel Ebert
|
7ae9f2bed2
|
Adds word wrap support.
|
2012-05-30 17:43:55 +02:00 |
|
Manuel Ebert
|
dfa8278cb5
|
Experimental new directory structure
|
2012-05-24 13:23:46 +02:00 |
|