From 8bf867560cc502679a13fee222accdb02d679f6a Mon Sep 17 00:00:00 2001 From: Devin Weaver Date: Mon, 11 Jan 2016 21:45:23 -0500 Subject: [PATCH] Add Editing Tiddlers with Vim We have one for Emacs so we need one for Vim. Besides, Vim has never done me wrong. --- .../tiddlers/howtos/Editing Tiddlers with Vim.tid | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 editions/tw5.com/tiddlers/howtos/Editing Tiddlers with Vim.tid diff --git a/editions/tw5.com/tiddlers/howtos/Editing Tiddlers with Vim.tid b/editions/tw5.com/tiddlers/howtos/Editing Tiddlers with Vim.tid new file mode 100644 index 000000000..0ab8d5933 --- /dev/null +++ b/editions/tw5.com/tiddlers/howtos/Editing Tiddlers with Vim.tid @@ -0,0 +1,9 @@ +modified: 20160111190002 +created: 20140406210404245 +tags: Learning +title: Editing Tiddlers with Vim +type: text/vnd.tiddlywiki + +Devin Weaver has written a [[Vim|http://www.vim.org/]] plugin at https://github.com/sukima/vim-tiddlywiki + +It supports most of the TiddlyWiki syntax and includes a filetype plugin which will auto update the `modified` field.