kopia lustrzana https://github.com/miklobit/TiddlyWiki5
Wrap the title and subtitle of tiddlers in their own divs
rodzic
4a8c2d46b9
commit
34311e230f
|
@ -2,10 +2,10 @@ title: $:/templates/ViewTemplate
|
|||
modifier: JeremyRuston
|
||||
|
||||
{{title{
|
||||
<<view title>>
|
||||
<div><<view title>></div>
|
||||
}}}
|
||||
{{small{
|
||||
<<view modifier link>> <<view modified date>> <<view tags>> <<button EditTiddler label:"edit" class:"btn btn-mini btn-primary">>
|
||||
<div><<view modifier link>> <<view modified date>> <<view tags>> <<button EditTiddler label:"edit" class:"btn btn-mini btn-primary">></div>
|
||||
}}}
|
||||
{{body{
|
||||
<<view text wikified>>
|
||||
|
|
Ładowanie…
Reference in New Issue