diff options
author | http://jmtd.livejournal.com/ <http://jmtd.livejournal.com/@web> | 2010-02-01 11:09:27 +0000 |
---|---|---|
committer | Joey Hess <joey@finch.kitenet.net> | 2010-02-01 11:09:27 +0000 |
commit | 541406818b0ebc0023600db2d6e3fadaec7f9b41 (patch) | |
tree | a4c3d86d6418407339c2fa84ed3052b513fcd496 | |
parent | 03bb16cf180f0d3af713b4b54a71787aa13fb9af (diff) | |
download | ikiwiki-541406818b0ebc0023600db2d6e3fadaec7f9b41.tar ikiwiki-541406818b0ebc0023600db2d6e3fadaec7f9b41.tar.gz |
also potwiki
-rw-r--r-- | doc/forum/navigation_of_wiki_pages_on_local_filesystem_with_vim.mdwn | 2 |
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]] |