aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhistoria <historiavg@proton.me>2026-07-30 16:36:40 -0400
committerhistoria <historiavg@proton.me>2026-07-30 16:36:40 -0400
commitb46f4b5312e4df23416b62c4118ff7f1f14bbe98 (patch)
tree5363feffbbb33a194f84cca3f01d0b97b943da98
parentd0824517aa36a82570eae46251d162038b2dbe8a (diff)
downloaddenote-fzf-lua-b46f4b5312e4df23416b62c4118ff7f1f14bbe98.tar.gz
move to historia.vgHEADmain
-rw-r--r--README.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/README.md b/README.md
index 9af84b5..4681893 100644
--- a/README.md
+++ b/README.md
@@ -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