Skip to content

A Neovim plugin to open up a markdown buffer and quickly store your fleeting notes, thoughts and ideas.

Notifications You must be signed in to change notification settings

alifoo/fleeting-notes.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

fleeting-notes.nvim

A Neovim extension to quickly open up a markdown buffer and store your ideas. This extension is ideal for methods like GTD.

Installation

Remember to update the target file to use your own directory and target note.

lazy.nvim

{
    "alifoo/fleeting-notes.nvim",
    config = function()
        require("fleeting-notes").setup({ target_file = "~/your-folder/notes.md" })
        vim.keymap.set("n", "<leader>fn", ":Fn<CR>", { silent = true })
    end,
}

Credits

This is my first nvim extension. All thanks to @Code Sphere for providing excellent guiding.

About

A Neovim plugin to open up a markdown buffer and quickly store your fleeting notes, thoughts and ideas.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages