summaryrefslogtreecommitdiffstats
path: root/data/markdown.template
blob: 21d9b239e41b25b4feadb97ce0f5f0b1613c07e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
+++
title = "$title/nowrap$"
$if(date)$date = "$date/nowrap$"
$endif$$if(modified)$modified = "$modified/nowrap$"
$endif$$if(author)$author = "$author/nowrap$"
$endif$tags = [$for(tags)$"$tags$"$sep$, $endfor$]
categories = [$for(categories)$"$categories$"$sep$, $endfor$]
backlinks = [$for(backlinks)$"$backlinks$"$sep$, $endfor$]
forwardlinks = [$for(forwardlinks)$"$forwardlinks$"$sep$, $endfor$]
$if(zettelid)$zettelid = "$zettelid$"
$endif$+++

$body$