Skip to main content

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


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.1.tar.gz (4.7 kB view hashes)

Uploaded Source

Built Distribution

journalist-0.0.1-py3-none-any.whl (4.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page