1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-19 02:39:42 +00:00
TiddlyWiki5/rabbithole/tw5.com/shadows/templates/ViewTemplate.tid
Jeremy Ruston d93bbbbe7b Introduce plugin module mechanism
See the readme for details
2012-04-30 12:23:03 +01:00

9 lines
245 B
Plaintext

title: 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>>}}}