Add a span around the title

We can measure the dimensions of the span to get the dimensions of the
title
print-window-tiddler
Jeremy Ruston 2012-06-09 22:25:58 +01:00
rodzic cde03baf24
commit ca56de0495
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -2,7 +2,7 @@ title: $:/templates/ViewTemplate
modifier: JeremyRuston
{{title{
<div><<view title>></div>
<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>