1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-02 22:42:46 +00:00
TiddlyWiki5/core/templates/ViewTemplate.tid

9 lines
258 B
Plaintext
Raw Normal View History

title: $:/templates/ViewTemplate
modifier: JeremyRuston
{{title{
<<view title>>}}}
{{small{
<<view modifier link>> <<view modified date>> <<view tags>> <<button EditTiddler label:"edit" class:"btn btn-mini btn-primary">>}}}
{{body{
<<view text wikified>>}}}