Skip to content

Async bi-directional note link tree builder for neovim

Notifications You must be signed in to change notification settings

pxwg/note-tree.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

note-tree.nvim 🌳

Buiding a tree of notes in Neovim.

Introduction

The structure of the knowledge is a connected diagrams, which could abstractly be represented as a tree with multiple links (even many loops). This plugin is designed to help you build a tree of notes in Neovim.

Installation

return {
  "pxwg/note-tree.nvim",
  event = "VeryLazy",
  build = "make lua51",
  opts = {
    max_depth = 10, -- The deepest search depth
    root = "~/personal-wiki", -- The root directory of the notes
  },
}

About

Async bi-directional note link tree builder for neovim

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published