Open GoogleCodeExporter opened 9 years ago
Perhaps this could be integrated with the filetype mechanism proposed in #360.
So for example:
cmd(Exp %):///path/to/project
Not really sure. Thoughts?
Original comment by vex...@gmail.com
on 16 Aug 2012 at 10:53
Could :h VimwikiLinkHandler be used here?
Original comment by habamax
on 17 Aug 2012 at 4:17
A general solution (defining new schemes vfile & vlocal) is described in the
help section referenced above.
If you want a link that opens a directory contents view within vim, and the
path can be specified relative to your wiki root, simply add the trailing slash
to the path, e.g.
[[relative/path/to/project/]]
This behavior is customized with :h g:vimwiki_dir_link
Original comment by stu.andrews
on 18 Aug 2012 at 3:24
The directory is not within my wiki root.
Original comment by vex...@gmail.com
on 21 Aug 2012 at 10:25
Please try the vfile: scheme described at :h VimwikiLinkHandler.
I am able to link to a directory view using the following :
* [[vfile:~/path/to/directory/]]
Original comment by stu.andrews
on 21 Aug 2012 at 3:52
Original issue reported on code.google.com by
vex...@gmail.com
on 16 Aug 2012 at 10:42