Design-Docs

This commit is contained in:
Jöran Malek 2024-02-03 11:27:15 +01:00
parent 42c65bc54c
commit 5619093f41
8 changed files with 89 additions and 0 deletions

15
refs/design/Notes.md Normal file
View 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.