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:
parent
cde03baf24
commit
ca56de0495
@ -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…
Reference in New Issue
Block a user