1
0
mirror of https://github.com/gryf/.vim.git synced 2025-12-17 11:30:29 +01:00

First attempt to write reST -> blogger interface

This commit is contained in:
2010-11-29 06:02:26 +01:00
parent 0a1e903e9e
commit f39c090921
6 changed files with 546 additions and 166 deletions

View File

@@ -57,3 +57,12 @@ snippet figure
:figclass: ${3:custclass}
$2
snippet article
:Title: ${1:Blog post title}
:Date: ${2:`strftime("%Y-%m-%d %H:%M:%S")`}
:Modified: ${3}
:Tags: ${4:blogtag1, blogtag2}
${5}
.. more