Skip to content

DecSync with Todo-txt specification is possible? #42

@ghost

Description

1. feature-name

DecSync with Todo-txt specification is possible?

2. feature-description

DecSync with Todo-txt

2.1 What is todo-txt?

  1. Your todo.txt is a plain text file. To take advantage of structured task metadata like priority, projects, context, creation, and completion date, there are a few simple but flexible file format rules.
  2. Philosophically, the todo.txt file format has two goals:
  • The file contents should be human-readable without requiring any tools other than a plain text viewer or editor.
  • A user can manipulate the file contents in a plain text editor in sensible, expected ways. For example, a text editor that can sort lines alphabetically should be able to sort your task list in a meaningful way.
  • These two goals are why, for example, lines start with priority and/or dates, so that they are easily sorted by priority or time, and completed items are marked with an x, which both sorts at the bottom of an alphabetical list and looks like a filled-in checkbox.

2.3 ui/ux: todo-txt spec

image

3. Why?

Both work with plain text file

4. References

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions