idea
I would like a Baserow api to have the support to read the todo-txt format, so I could write text files and send to baserow
concept
sample
X (A) one more another task test +project @context dfdadfd 2018-08-02 #2018-08-02 due:2018-08-20
sample object in url
object:{
check: "true",
priority: "A",
describe: "one more another task test",
project: "project",
context: "dfdadfd",
date_start: "2018-08-02",
date_due":2018-08-20"
}
sample url rest in api Baserow
https://baserow.io/api/todo/check/<bool>/priority/<string>/describe/<string>/project/<string>/context/<string>/datestart/<string>/datedue/<string>
reason
- I know many people who use the todo-txt format to manage their activities, daily tasks
- The Baserow api can offer a support layer for the todo-txt format to help these people migrate to Baserow
- Libraries written in python and in various programming languages are already able to read and write this text file format, which would be easy to support in the Baserow api
- This can unite the open source todo-txt format community with Baserow
- There are several programs that support the todo-txt format - Baserow as well as Seatable or Airtable are programs that do not support this file format, it would be innovative if Baserow had support for this file format
reference
- http://todotxt.org/
- GitHub - todotxt/todo.txt: ‼️ A complete primer on the whys and hows of todo.txt.
- todotxtio · PyPI
- GitHub - sigmavirus24/Todo.txt-python: Python port of Gina Trapani's popular todo.txt-cli project
- GitHub - rakeshsingh/todo.txt: Command line lightweight todo tool with readable storage , written in Python.
- REST API documentation // Baserow