App to write journal digitally
Project description
journalist
App to write journal digitally.
Features
Write your journal using Markdown in your favorite text-editor.
Stores written journals in a comprehensive directory structure.
View the journals (Markdown rendered in HTML) in browser.
Installation
Install it using pip
pip install journalist
Usage
sumit at HAL9000 in ~
$ python3 journalist.py -h
usage: journalist.py [-h] {write,view} name
positional arguments:
{write,view} Task to do
name The name of the journal
optional arguments:
-h, --help show this help message and exit
Usage Examples
Writing in a journal named “Personal”
sumit at HAL9000 in ~
$ python3 journalist.py write personal
Viewing the “Personal” journal
sumit at HAL9000 in ~
$ python3 journalist.py view personal
[*] Starting Journalist viewer webapp...
[*] View this journal at http://127.0.0.1:5000/journalist?name=personal
* Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)
Opening the URL http://127.0.0.1:5000/journalist?name=personal in the browser would show us the journal entries rendered in HTML.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
journalist-0.0.2.tar.gz
(4.8 kB
view hashes)
Built Distribution
Close
Hashes for journalist-0.0.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e7a7aab375a4527ffdb38a52d07721c9e4dba252d2fa879e9d4e5111ba60f9d0 |
|
MD5 | 7f474596989f545eabc99f2f041e92ab |
|
BLAKE2b-256 | 91a6c29803944a01d15a1384827fdfee81e9e9c6daf91d46fb66acbc6df4d290 |