Add new md snippet
This commit is contained in:
parent
302d99fd8b
commit
fedb307bd4
|
@ -44,3 +44,18 @@ endsnippet
|
||||||
snippet ,m "Math equation" A
|
snippet ,m "Math equation" A
|
||||||
\$\$ $1 \$\$ $0
|
\$\$ $1 \$\$ $0
|
||||||
endsnippet
|
endsnippet
|
||||||
|
|
||||||
|
snippet entry "Add new entry" bA
|
||||||
|
-----------------------------------------------------------
|
||||||
|
## $1 ##
|
||||||
|
### Date: ${2:`date`} ###
|
||||||
|
### Author: ${3:`whoami`} ###
|
||||||
|
### Host: `hostname` ###
|
||||||
|
-----------------------------------------------------------
|
||||||
|
Tags: $4
|
||||||
|
|
||||||
|
$5
|
||||||
|
|
||||||
|
-----------------------------------------------------------
|
||||||
|
$0
|
||||||
|
endsnippet
|
||||||
|
|
|
@ -388,7 +388,7 @@ endsnippet
|
||||||
snippet texmeta "Meta with stamp for better documentation"
|
snippet texmeta "Meta with stamp for better documentation"
|
||||||
% ${1:Name} `!p import random as ran
|
% ${1:Name} `!p import random as ran
|
||||||
if not snip.c:
|
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
|
$0
|
||||||
endsnippet
|
endsnippet
|
||||||
|
|
||||||
|
|
|
@ -21,3 +21,12 @@ Konstantenregel
|
||||||
itemize
|
itemize
|
||||||
Maschengleichungen
|
Maschengleichungen
|
||||||
Maschenstromverfahren
|
Maschenstromverfahren
|
||||||
|
rho
|
||||||
|
green
|
||||||
|
Maschensatz
|
||||||
|
Maschenregel
|
||||||
|
Date
|
||||||
|
Author
|
||||||
|
Lian
|
||||||
|
Sep
|
||||||
|
CEST
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue