skarfie123 / MarkdownDiary

Generates Markdown files in the form of a diary/logbook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MarkdownDiary

GitHub release (latest by date) GitHub all releases GitHub issues Code style: black

Installation

pipx install "git+https://github.com/skarfie123/MarkdownDiary.git"

Options

  • daily : create a file per day instead of the default file per month
  • index : link to an index, useful if you have multiple diaries

Example

Create a diary called Diary, with years 2021 and 2022, linked to index Main.md.

markdown-diary -n Diary -y 2021 2022 -i Main.md

Add 2023 to Diary

markdown-diary -n Diary -y 2023 -i Main.md

About

Generates Markdown files in the form of a diary/logbook


Languages

Language:Python 100.0%