Skip to content

584973/quicknote.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

📓 quicknote.nvim

A minimal Neovim plugin to open a floating note buffer per project (or globally), perfect for jotting down todos, thoughts, or quick reminders.


✨ Features

  • 📝 Floating markdown buffer
  • 📂 Saves a separate note per project
  • 🌍 Global fallback note if outside a project
  • 💾 Autosaves when you close the window
  • 🧼 Press q to close the note buffer

⚡ Installation

{
  "584973/quicknote.nvim",
  config = function()
    require("quicknote").setup()
  end,
}

The command for opening the note is :QuickNote. An example shortcut for this:

vim.keymap.set("n", "<leader>qn", "<cmd>QuickNote<CR>", { desc = "Open QuickNote" })

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages