mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2025-12-28 12:52:47 -08: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:
parent
cde03baf24
commit
ca56de0495
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue