1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-23 18:17:20 +00:00

Add a span around the title

We can measure the dimensions of the span to get the dimensions of the
title
This commit is contained in:
Jeremy Ruston 2012-06-09 22:25:58 +01:00
parent cde03baf24
commit ca56de0495

View File

@ -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>