1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-15 08:49:42 +00:00
TiddlyWiki5/core/templates/ViewTemplate.tid
Jeremy Ruston ca56de0495 Add a span around the title
We can measure the dimensions of the span to get the dimensions of the
title
2012-06-09 22:25:58 +01:00

12 lines
296 B
Plaintext

title: $:/templates/ViewTemplate
modifier: JeremyRuston
{{title{
<div><span><<view title>></span></div>
}}}
{{small{
<div><<view modifier link>> <<view modified date>> <<view tags>> <<button EditTiddler label:"edit" class:"btn btn-mini btn-primary">></div>
}}}
{{body{
<<view text wikified>>
}}}