diff --git a/UltiSnips/markdown.snippets b/UltiSnips/markdown.snippets index 64cfd90..3eccc3f 100644 --- a/UltiSnips/markdown.snippets +++ b/UltiSnips/markdown.snippets @@ -44,3 +44,18 @@ endsnippet snippet ,m "Math equation" A \$\$ $1 \$\$ $0 endsnippet + +snippet entry "Add new entry" bA +----------------------------------------------------------- +## $1 ## +### Date: ${2:`date`} ### +### Author: ${3:`whoami`} ### +### Host: `hostname` ### +----------------------------------------------------------- +Tags: $4 + +$5 + +----------------------------------------------------------- +$0 +endsnippet diff --git a/UltiSnips/tex.snippets b/UltiSnips/tex.snippets index ebe072d..3b8349a 100644 --- a/UltiSnips/tex.snippets +++ b/UltiSnips/tex.snippets @@ -388,7 +388,7 @@ endsnippet snippet texmeta "Meta with stamp for better documentation" % ${1:Name} `!p import random as ran if not snip.c: - snip.rv = t[1][0] + str(ran.randint(10, 100))`: ${2:Content} on `date` by `echo $USER` + snip.rv = t[1][0] + str(ran.randint(10, 100))`: ${2:Content} on `date` by ${3:`echo $USER`} $0 endsnippet diff --git a/spell/de.utf-8.add b/spell/de.utf-8.add index 7654ab3..1910eaf 100644 --- a/spell/de.utf-8.add +++ b/spell/de.utf-8.add @@ -21,3 +21,12 @@ Konstantenregel itemize Maschengleichungen Maschenstromverfahren +rho +green +Maschensatz +Maschenregel +Date +Author +Lian +Sep +CEST diff --git a/spell/de.utf-8.add.spl b/spell/de.utf-8.add.spl index e0c7ae4..b5776d9 100644 Binary files a/spell/de.utf-8.add.spl and b/spell/de.utf-8.add.spl differ