Design-Docs
This commit is contained in:
parent
42c65bc54c
commit
5619093f41
8 changed files with 89 additions and 0 deletions
15
refs/design/Notes.md
Normal file
15
refs/design/Notes.md
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# Notes
|
||||
|
||||
Notes are plain-text content, written in MarkDown.
|
||||
|
||||
Metadata is supported in FrontMatter.
|
||||
|
||||
## Versions
|
||||
Note content is put verbatim in the data store.
|
||||
|
||||
The client is responsible for building a patch that can be
|
||||
applied to the latest version of a note.
|
||||
|
||||
The serving instance is able to produce a patch from any
|
||||
revision to the latest revision, in order for a client to
|
||||
sync up to the current state.
|
||||
Loading…
Add table
Add a link
Reference in a new issue