]> sipb.mit.edu Git - ikiwiki.git/commitdiff
reorganize vim syntax highlighting info
authorJoey Hess <joey@kodama.kitenet.net>
Mon, 10 Nov 2008 18:19:22 +0000 (13:19 -0500)
committerJoey Hess <joey@kodama.kitenet.net>
Mon, 10 Nov 2008 18:19:22 +0000 (13:19 -0500)
There was already a tip about it; move the plasticboy version to there.

doc/ikiwiki/markdown.mdwn
doc/tips/vim_syntax_highlighting/discussion.mdwn

index 3bebaef65e08553a5ecf7ccec42d93290cd1bbc8..94864c489214549b20ddf7b43886d43bf188b679 100644 (file)
@@ -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 
 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
 
 Note that [[WikiLinks|WikiLink]] and [[directives|directive]] are not part
 of the markdown syntax, and are the only bit of markup that this wiki
index b1637e7584845af0a9c448b03db3b90c335d9052..038854b9fb5564b8cf28a28d5039d51619bae411 100644 (file)
@@ -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]]
 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]]