summaryrefslogtreecommitdiff
path: root/doc/forum/navigation_of_wiki_pages_on_local_filesystem_with_vim.mdwn
diff options
context:
space:
mode:
authorhttp://jmtd.livejournal.com/ <http://jmtd.livejournal.com/@web>2010-02-01 11:09:27 +0000
committerJoey Hess <joey@finch.kitenet.net>2010-02-01 11:09:27 +0000
commit541406818b0ebc0023600db2d6e3fadaec7f9b41 (patch)
treea4c3d86d6418407339c2fa84ed3052b513fcd496 /doc/forum/navigation_of_wiki_pages_on_local_filesystem_with_vim.mdwn
parent03bb16cf180f0d3af713b4b54a71787aa13fb9af (diff)
also potwiki
Diffstat (limited to 'doc/forum/navigation_of_wiki_pages_on_local_filesystem_with_vim.mdwn')
-rw-r--r--doc/forum/navigation_of_wiki_pages_on_local_filesystem_with_vim.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/forum/navigation_of_wiki_pages_on_local_filesystem_with_vim.mdwn b/doc/forum/navigation_of_wiki_pages_on_local_filesystem_with_vim.mdwn
index fd9f67ee4..c29985497 100644
--- a/doc/forum/navigation_of_wiki_pages_on_local_filesystem_with_vim.mdwn
+++ b/doc/forum/navigation_of_wiki_pages_on_local_filesystem_with_vim.mdwn
@@ -103,3 +103,5 @@ To enable this functionality, paste the code below in your `.vim/ftplugin/ikiwik
endfunction
setlocal includeexpr=FileForWikiLink(v:fname)
+
+> Interesting. I was at one point looking at "potwiki.vim", which implements a local wiki and follows CamelCase links, creating new files where necessary etc., to see if it could be adapted for ikiwiki (See [[tips/vim syntax highlighting/discussion]]). I didn't get anywhere. -- [[Jon]]