1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-25 23:03:15 +00:00
TiddlyWiki5/editions/resumebuilder/tiddlers/templates/$__template_ResumeTitleTemplate.tid
inmysocks e508b7b765 Updated spelling of résumé, fixed settings for new resumes, other minor fixes
The spelling for résumé should include the accents everywhere but in some tiddler titles.
Newly created resumes now automatically have the default settings for visibility and templates
The first page of the resume wizard now has options for which sections are displayed along with the order and templates to use
The print option no longer puts a black box around the text area out the output
Some temp tiddlers are included to prevent the default 'Enter text for <tiddlername> tiddler' from showing up in some text entry boxes
There are some other minor layout improvements
2015-07-20 11:52:58 -06:00

20 lines
703 B
Plaintext

created: 20150720170700740
input_tiddler: $:/input/Resume Title
modified: 20150720170702537
options_tiddler: $:/options/Title Options
section_name: Résumé Title
tags: DisplayTemplate
template_name: Title Template 1
title: $:/template/ResumeTitleTemplate
\define thisShowTitle()
<h1><$reveal type='nomatch' state='$:/settings/$(ThisResume)$/ResumeTitle' text='use name'>''{{$:/settings/$(ThisResume)$/ResumeTitle}}''</$reveal><$reveal type='match' state='$:/settings/$(ThisResume)$/ResumeTitle' text='use name'>''{{$:/data/Personal Information!!name}}''</$reveal></h1>
\end
<div style='text-align:center'>
<$vars ThisResume={{$:/settings/Global!!selected_resume}}>
<<thisShowTitle>>
</$vars>
</div>