diff options
author | iurii plugatarov <[email protected]> | 2024-08-03 00:55:50 +0200 |
---|---|---|
committer | iurii plugatarov <[email protected]> | 2024-08-03 00:55:50 +0200 |
commit | 20fd18bd7c084f82275c11dde7eb505235de2da8 (patch) | |
tree | 7ddd1bc481a949b72d47107b53b67703b56de0a2 | |
parent | 1b0ed0773065f74e5104ffcd190282ebe0176c68 (diff) | |
download | sketchbook.nvim-20fd18bd7c084f82275c11dde7eb505235de2da8.tar.gz |
tidy up readme
-rw-r--r-- | README.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md index 1b002b1..80dfcca 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # sketchbook.nvim - simple notetaking -Motivation behind this thing, that I tried lots of notetaking tools but nothing really clicked. -I didn't want to leave nvim and it's not really convenient to manage ~/notes directory. +Motivation behind this plugin is simple, I want to keep my notes in markdown files and make nvim features help me to manage it. ## Demo @@ -14,7 +13,7 @@ https://github.com/user-attachments/assets/ddd785f1-aea4-40b3-8422-d75efd82bfc1 ## Warn -This was quick and dirty implementation, so not everything will perfectly because currently its in "works on my machine" state. +This is quick and dirty implementation, something will probably won't work for you. Currently it's in 'works on my machine' state. ## Features |