Add TODO.md

This commit is contained in:
Peter Stuifzand 2020-10-25 15:21:26 +01:00
parent 573a138709
commit 0649068e9a

30
TODO.md
View File

@ -0,0 +1,30 @@
# TODO
## API for blocks
### POST /api/block/append
`block=<block>&text=<text>`
Append `<text>` as a new block at the end of the children `<block>`.
## Tables
A table can be defined by headers and rows. The headers are the `Keywords::` of
the page, and the rows are the pages where these fields should be taken from.
```text
{{table}}
headers
Father
Title
rows
[[Link to other page]]
...
```
### Use cases
#### Show the values from the pages in a table form based on the header names
#### Edit the values and update the name/value pair in the corresponding document