Giter Site home page Giter Site logo

todo-md's Introduction

TODO.md

Standard for markdown todo files.

Specification

This document describes a multi project task management using standardized TODO.md markdown files.

Markdown todo files are simple markdown flavored text files. The TODO.md standard depicts an interchangeable standard for task management that is easily processable by machines and humans. It is aimed for teams and individuals that manage multiple project repositories and want to manage their todos the "git-way".

Structure

The markdown todo files reside inside the project repository.

Here is an illustration:

.
├── project-a
│   ├── README.md
│   └── TODO.md
├── project-b
│   └── TODO.md
└── project-c
    └── TODO.md

Every todo markdown file starts with the # TODO header.

# TODO

This text is not a task.

## Section

And this text neither.

- [ ] This task is open @owner
  - [ ] And it has a subtask!

# BACKLOG

- [ ] This task is postponed

# DONE

- [x] This task is done #prio1
- [-] This task has been declined

Each subheader is a todo section. They help grouping and sorting the tasks.

The tasks themself are one liners that start with either '- [ ] ', '- [-] ' or '- [x] '.

A task can be in the following states:

  • open
  • declined
  • done
  • deleted (removed from the document)

Metadata

Tasks can be assigned to people using @USERNAME format.

Tasks can be tagged using the #TAG format.

Hierarchy

When managing multiple markdown todo files the following hierarchy applies to all tasks.

  1. Project: Name of the folder where the TODO.md reside.
  2. Section: Subheader of TODO.md markdown content.
  3. Task: File lines starting with '- [ |-|x] '

This hierarchy helps organizing and listing tasks either manually or using a software tool

Example

Example for a todo file.

TODO.md

# TODO

This is the markdown todo file for project a.

## Content

Tasks related to new content.

- [ ] Add readme file with newline #example
  - [ ] Create Pull Request

## Release

- [x] Init project repository
      http://github.com/todo-md/todo-md
- [ ] Publish project on GitHub @janikvonrotz

# DONE

- [x] Create GitHub organization todo-md

Clients

Add your client or implementation of TODO.md to this readme file.

todo-md's People

Contributors

janikvonrotz avatar lquenti avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.