chipsenkbeil / org-roam.nvim

Port of org-roam to neovim using orgmode
MIT License
107 stars 9 forks source link

refactor: leverage orgmode files in roam buffer #4

Closed chipsenkbeil closed 6 months ago

chipsenkbeil commented 6 months ago

Builds out the org-roam buffer.

  1. Implements new line segment types for rendering in a buffer that support highlights and actions.
  2. Implements a simplistic window selector taken from https://github.com/s1n7ax/nvim-window-picker
  3. Builds out the org-roam buffer to support expansion, loading of content using orgmode plugin's files api, and jumping to other windows.
  4. Variety of other minor tweaks, utility functions, etc. to make this happen.