diff options
| author | historia <historiavg@proton.me> | 2026-07-30 16:36:40 -0400 |
|---|---|---|
| committer | historia <historiavg@proton.me> | 2026-07-30 16:36:40 -0400 |
| commit | b46f4b5312e4df23416b62c4118ff7f1f14bbe98 (patch) | |
| tree | 5363feffbbb33a194f84cca3f01d0b97b943da98 /README.md | |
| parent | d0824517aa36a82570eae46251d162038b2dbe8a (diff) | |
| download | denote-fzf-lua-b46f4b5312e4df23416b62c4118ff7f1f14bbe98.tar.gz | |
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -1,7 +1,5 @@ # denote-fzf-lua -**Archive note:** I've moved off Codeberg. This extension is simple and works fine. For a potentially maintained denote extension with built in search check out [https://github.com/cvigilv/denote.nvim](https://github.com/cvigilv/denote.nvim). - Neovim plugin that uses [`fzf-lua`](https://github.com/ibhagwan/fzf-lua) to search a directory of notes formatted with the [Emacs Denote package's file-naming scheme](https://protesilaos.com/emacs/denote#h:4e9c7512-84dc-4dfb-9fa9-e15d51178e5d): `DATE==SIGNATURE--TITLE__KEYWORDS.EXTENSION` @@ -16,7 +14,7 @@ Example config via [lazy.nvim](https://github.com/folke/lazy.nvim) ```lua { - "https://codeberg.org/historia/denote-fzf-lua", + "https://git.historia.vg/git/denote-fzf-lua", opts = { dir = "~/notes", @@ -87,7 +85,7 @@ If the optional dependencies are missing `denote-fzf-lua` falls back to standard # Multi-Directory Support -When used alongside [simple-denote.nvim](https://codeberg.org/historia/simple-denote.nvim) with multiple directories configured, `denote-fzf-lua` automatically follows the active directory set by `:Denote dir`. It reads from `vim.g.denote_dir` if set, falling back to the configured `dir` option. No additional configuration is needed. +When used alongside [simple-denote.nvim](https://git.historia.vg/simple-denote.nvim/about/) with multiple directories configured, `denote-fzf-lua` automatically follows the active directory set by `:Denote dir`. It reads from `vim.g.denote_dir` if set, falling back to the configured `dir` option. No additional configuration is needed. # License |
