From 1e597266e7dccb91735622508be47f2a109d6d83 Mon Sep 17 00:00:00 2001 From: Brian Hicks Date: Tue, 26 May 2020 05:46:19 -0500 Subject: [PATCH] mark syncing done for now --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 520eee9..a417cab 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ This is my implementation of a note-taking app, organized around the following p - [x] package to be deployed by Nix - [x] links to a note should change if you change the title - [x] backlinking -- [ ] syncing with CouchDB / PouchDB servers +- [x] syncing with CouchDB / PouchDB servers - [ ] the module layout reflects some old design ideas (`Node.Content`, `Node` being separate from `Database.Row`) - [ ] too many things are named `Node`. There's `Node`, `Node.Content.Node`, and I think a few others - [ ] there aren't any inline formats. I'd like *italic*, **bold**, and `inline code` at a minimum. Possibly `:highlights:` or `~strikethrough~` too?