jghauser / follow-md-links.nvim

Easily follow markdown links with this neovim plugin
GNU General Public License v3.0
143 stars 16 forks source link

Added explicit local directory creation #29

Closed UNIVPM-S1079707 closed 1 month ago

UNIVPM-S1079707 commented 2 months ago

Allows the creation of directories by appending / to a local link.

This does not impact how the link is followed, if only mkdirs if the linked file does not exist.