aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-11-10 13:19:22 -0500
committerJoey Hess <joey@kodama.kitenet.net>2008-11-10 13:19:22 -0500
commit4287a0206953b96711138d29d4c783922a56deff (patch)
tree1606fe4b1e5cc2e95a6d8bfc4115c6471209f1dc
parent02ee6d40d403eac396cead15900b1441e3fe08d7 (diff)
downloadikiwiki-4287a0206953b96711138d29d4c783922a56deff.tar
ikiwiki-4287a0206953b96711138d29d4c783922a56deff.tar.gz
reorganize vim syntax highlighting info
There was already a tip about it; move the plasticboy version to there.
-rw-r--r--doc/ikiwiki/markdown.mdwn3
-rw-r--r--doc/tips/vim_syntax_highlighting/discussion.mdwn7
2 files changed, 8 insertions, 2 deletions
diff --git a/doc/ikiwiki/markdown.mdwn b/doc/ikiwiki/markdown.mdwn
index 3bebaef65..94864c489 100644
--- a/doc/ikiwiki/markdown.mdwn
+++ b/doc/ikiwiki/markdown.mdwn
@@ -6,8 +6,7 @@ email messages. It is the markup language used by this wiki by default.
For documentation about the markdown syntax, see [[formatting]] and
[Markdown: syntax](http://daringfireball.net/projects/markdown/syntax). A
[markdown mode](http://jblevins.org/projects/markdown-mode/) for
-emacs can help in editing, as can this
-[syntax file](http://plasticboy.com/markdown-vim-mode/) for vim.
+emacs can help in editing, as can the [[vim_syntax_highlighting]] file.
Note that [[WikiLinks|WikiLink]] and [[directives|directive]] are not part
of the markdown syntax, and are the only bit of markup that this wiki
diff --git a/doc/tips/vim_syntax_highlighting/discussion.mdwn b/doc/tips/vim_syntax_highlighting/discussion.mdwn
index b1637e758..038854b9f 100644
--- a/doc/tips/vim_syntax_highlighting/discussion.mdwn
+++ b/doc/tips/vim_syntax_highlighting/discussion.mdwn
@@ -1 +1,8 @@
I'm going to look at merging this with potwiki.vim (a vim-based personal wiki) so that you can follow wiki-links and auto-create pages etc., direct from vim. (I'm writing this incase I don't get around to it) -- [[JonDowland]]
+
+----
+
+Another attempt at the same thing is here:
+<http://plasticboy.com/markdown-vim-mode/>
+
+In my tests, [[ikiwiki.vim]] works better than that one, YMMV. --[[Joey]]