aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDefaultGen <gravel.justness270@slmail.me>2024-06-16 05:23:09 -0400
committerDefaultGen <gravel.justness270@slmail.me>2024-06-16 05:23:09 -0400
commit23a89932e57b50a8e9064b9c7ba329e62c88bc44 (patch)
tree4175dd9fd7e19b90d420a7ed1422f95e8612ea08 /README.md
parentbba00f7bc470ed1c9ba53cdce3bcca88b3a11a5f (diff)
downloaddenote-fzf-lua-23a89932e57b50a8e9064b9c7ba329e62c88bc44.tar.gz
First working fzf-lua implementation
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index 04cd57a..ecb49b1 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,8 @@
# denote-fzf-lua
-Neovim plugin to nicely search Denote files using fzf-lua
+
+Neovim plugin that uses `fzf-lua` to search a directory of notes formatted with the Emacs Denote file-naming scheme:
+
+`DATE==SIGNATURE--TITLE__KEYWORDS.EXTENSION`
+
+The nice custom table for Denote files is the only unique 'feature' of this plugin. If you don't care about that you should use your existing search plugin.
+