-
Notifications
You must be signed in to change notification settings - Fork 66
Creating new links #233
Description
Coming from VimWiki, I am used to being able to append a forward slash to my link text and have VimWiki automatically create a new directory having the name that would've been given to the new file if the forward slash had not been appended, as well as have VimWiki automatically create a new "index" file inside the newly created directory. Because of my current configuration, the new file would be named "wiki.md".
In wiki.vim the new directory is created, but there is no automatically created index file containing the name specified in my configuration. Instead, I get a new file named ".md.md".
It appears that wiki.vim expects the new file name to be explicitly provided. However, I'm guessing that you'd agree that the behavior I'm describing makes sense. Although it is nice to be able to tell wiki.vim to place a new file inside a subdirectory that is not the current working directory, that's not something I would usually do.
Is this a feature that you would consider implementing? If you don't have time for it, I suppose I could start familiarizing myself with your code and take a run at it myself if you like this idea.
If there is any confusion as to what I am describing, I can put forth a hypothetical example.
Thanks in advance.