mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-17 20:52:52 +00:00
ca56de0495
We can measure the dimensions of the span to get the dimensions of the title
12 lines
296 B
Plaintext
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>>
|
|
}}} |