I enjoy using CTags to quickly jump to a file and back using CTRL-] and CTRL-T. I would like to have something similar when editing DokuWiki files. In other words I have something like this in file 'start.txt':
[[link]]
I would like to jump to 'link.txt' within the same directory as 'start.txt'.
My thought was to use to 'goto file' feature, but it would require an implicit file extension and base path. Ideally, I would like to use the 'tag' functionality in Vim referenced here: http://vim.wikia.com/wiki/Browsing_programs_with_tags
Does anyone know of a way to do this or a utility that will create the required tag file?