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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user