From ac25d83e387d09b6b63d0bacdaea404f3b66de52 Mon Sep 17 00:00:00 2001 From: Brian Hicks Date: Wed, 13 May 2020 17:04:26 -0500 Subject: [PATCH] add packaging --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ed15a0a..6e44c6c 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,7 @@ This is my implementation of a note-taking app, organized around the following p - [ ] sidebar improvements - [ ] display and sort by last modified time - [ ] show first couple rows of content +- [ ] package to be deployed by Nix - [ ] 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?