Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 800 Bytes

readme.md

File metadata and controls

39 lines (30 loc) · 800 Bytes

open-agenda

Simple markdown agenda for taking notes. Simple and easy to configure. Written with python.

Features

  • Take note with markdown
  • Calendar view
  • Add projects
  • Event Rendering
  • Ical Import

Agenda 1 Agenda 3

Event Rendering

  • To render event you should start with !! in line. It is going to render as an event. Color references:
    • !!R EventA renders as red
    • !!G EventA renders as green
    • !!B EventA renders as blue

Framework

  • Django

Requirements

  • Icalendar

Installation

git clone https://github.com/m8/open-agenda
cd open-agenda
pip3 install icalendar
python3 open-agenda/manage.py runserver

To-Do

  • Projects
  • Settings Page
  • Export agenda