summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/forum/navigation_of_wiki_pages_on_local_filesystem_with_vim/discussion.mdwn8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/forum/navigation_of_wiki_pages_on_local_filesystem_with_vim/discussion.mdwn b/doc/forum/navigation_of_wiki_pages_on_local_filesystem_with_vim/discussion.mdwn
index 62f853f8c..99e83b50f 100644
--- a/doc/forum/navigation_of_wiki_pages_on_local_filesystem_with_vim/discussion.mdwn
+++ b/doc/forum/navigation_of_wiki_pages_on_local_filesystem_with_vim/discussion.mdwn
@@ -9,4 +9,12 @@ That's not going to work in all situations; for example, with an ikiwiki which u
-- [[KathrynAndersen]]
+You are completely right; all of my wikis are compiled both locally and
+remotely, and so the local repo also has a `.ikiwiki` folder. And that's not the
+"usual" setup.
+checking for a `.git` dir would not work when the wiki's source files aren't
+located at the root of the repo.
+
+So, besides of doing a `touch .ikiwiki` at the root of the wiki in your local
+repo, do you see any alternative?