mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-28 21:46:13 +02:00
More design work
This commit is contained in:
parent
acb69a472d
commit
3d943591cb
18 changed files with 657 additions and 2827 deletions
|
@ -6,7 +6,7 @@ Getting started
|
|||
Installation
|
||||
------------
|
||||
|
||||
Install *jrnl_* using pip ::
|
||||
Install *jrnl* using pip ::
|
||||
|
||||
pip install jrnl
|
||||
|
||||
|
@ -14,7 +14,7 @@ Or, if you want the option to encrypt your journal, ::
|
|||
|
||||
pip install jrnl[encrypted]
|
||||
|
||||
To install the dependencies for encrypting journals as well
|
||||
to install the dependencies for encrypting journals as well.
|
||||
|
||||
.. note::
|
||||
|
||||
|
@ -30,10 +30,12 @@ to make a new entry, just type::
|
|||
|
||||
jrnl yesterday: Called in sick. Used the time to clean the house anspent 4h on writing my book.
|
||||
|
||||
and hit return. `yesterday:` will be interpreted as a timestamp. Everything until the first sentence mark (`.?!`) will be interpreted as the title, the rest as the body. In your journal file, the result will look like this:::
|
||||
and hit return. ```yesterday:``` will be interpreted as a timestamp. Everything until the first sentence mark (```.?!:```) will be interpreted as the title, the rest as the body. In your journal file, the result will look like this:
|
||||
|
||||
2012-03-29 09:00 Called in sick.
|
||||
Used the time to clean the house and spent 4h on writing my book.
|
||||
.. code-block:: output
|
||||
|
||||
2012-03-29 09:00 Called in sick.
|
||||
Used the time to clean the house and spent 4h on writing my book.
|
||||
|
||||
If you just call ``jrnl``, you will be prompted to compose your entry - but you can also configure *jrnl* to use your external editor.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue