aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhistoria <historiavg@proton.me>2026-07-30 16:26:26 -0400
committerhistoria <historiavg@proton.me>2026-07-30 16:27:49 -0400
commit5a72d68541c2f42b4ef4a95656b2abb8329efc4c (patch)
tree11cc22f1072f4aa31654988d2df84c16613c4a6c
parentfb8aedd4ec54e0b143a667c5ffae735e8fc36cea (diff)
downloadsimple-denote.nvim-main.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 98edde8..8f15e59 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,5 @@
# simple-denote.nvim
-**Archive note:** I've moved off Codeberg. This extension is simple and works fine. For a potentially maintained extension with built in search check out [https://github.com/cvigilv/denote.nvim](https://github.com/cvigilv/denote.nvim).
-
This Neovim plugin provides a command `:Denote note` that prompts for a title and keywords (tags), then creates a new file in a flat notes directory using the [Emacs Denote package's file-naming scheme](https://protesilaos.com/emacs/denote#h:4e9c7512-84dc-4dfb-9fa9-e15d51178e5d):
`DATE==SIGNATURE--TITLE__KEYWORDS.EXTENSION`
@@ -26,7 +24,7 @@ Example config via [lazy.nvim](https://github.com/folke/lazy.nvim)
```lua
{
- "https://codeberg.org/historia/simple-denote.nvim",
+ "https://git.historia.vg/git/simple-denote.nvim",
opts = {
ext = "md", -- Note file extension (e.g. md, org, norg, txt)
dir = "~/notes", -- Notes directory (should already exist)
@@ -59,7 +57,7 @@ To install without a plugin manager:
```bash
mkdir -p ~/.local/share/nvim/site/pack/simple-denote.nvim/start
cd ~/.local/share/nvim/site/pack/simple-denote.nvim/start
-git clone https://codeberg.org/historia/simple-denote.nvim
+git clone https://historia.vg/historia/simple-denote.nvim
```
Add the following to `~/.config/nvim/init.lua`