Directory Links
Does this feature exist in Emacs orgmode core?
N/A
Orgmode link
No response
Feature value
I do not know if emacs orgmode has this capability. It would be useful to link to directories and open them in the default file explorer in nvim (netwr, NERDTree, NvimTree, etc..). I am using nvim-orgmode to keep notes on bugs I am working on, I often acquire log files from a customer which is usually a folder of many log files. Being able to jump to such a directory and navigate through all of the files in directory would be extremely useful.
Additional context
No response
Newer versions use vim.ui.open behind the scene to open up these, so theoretically if your tree explorer supports it, it should show a directory view.
For example, if you use built in netrw, it will open the directory view as expected. I'm not sure how to set u NERDTree and NvimTree to work the same way.