created: 20150719173441992 modified: 20150720171426440 tags: title: Résumé Wizard \define CurrentResume() {{$:/settings/Global!!selected_resume}} \define thisDisplayInputTiddler() <$list filter='[[$:/settings/$(ThisResume)$/$(CurrentSection)$]get[template]]'> <$transclude tiddler={{!!input_tiddler}}/> \end \define thisResumeWizardTiddlerEmptyMessage() <$list filter='[tag[Section Display]removeprefix[$:/display]addprefix{$:/settings/Global!!selected_resume}addprefix[$:/settings/]sort[order]removeprefix[$:/settings/]removeprefix{$:/settings/Global!!selected_resume}addprefix[$:/display]last[]]'> <$reveal type='match' state='$:/state/ResumeWizardState' text=<>> <$button> Continue to Options <$action-setfield $tiddler='$:/state/ResumeWizardState' $field='text' $value="Resume Options"/> <$reveal type='match' state='$:/state/ResumeWizardState' text="Resume Options"> <$button> Go to Preview <$action-setfield $tiddler='$:/state/ResumeWizardState' $field='text' $value="Preview"/> <$reveal type='match' state='$:/state/ResumeWizardState' text="Preview"> <$tiddler tiddler='Preview'> <$button message="tm-open-window"> Print \end \define thisAddResumeButton() <$button> Add Résumé <$action-setfield $tiddler='$:/data/ResumeList' $index={{$:/temp/NewResumeName!!resume_name}} $value=true/> <$action-setfield $tiddler='$:/temp/NewResumeName' resume_name=''/> <$action-setfield $tiddler='$:/settings/$(ResumeName)$/Resume Title Display' order=1 show=true template='$:/template/ResumeTitleTemplate'/> <$action-setfield $tiddler='$:/settings/$(ResumeName)$/Contact Information Display' order=2 show=true template='$:/template/ContactInformationTemplate'/> <$action-setfield $tiddler='$:/settings/$(ResumeName)$/Objective Display' order=3 show=true template='$:/template/ObjectiveTemplate'/> <$action-setfield $tiddler='$:/settings/$(ResumeName)$/Skills and Expertise Display' order=4 show=true template='$:/template/SkillsAndExpertiseTemplate'/> <$action-setfield $tiddler='$:/settings/$(ResumeName)$/Previous Employment Display' order=5 show=true template='$:/template/PreviousEmploymentTemplate'/> <$action-setfield $tiddler='$:/settings/$(ResumeName)$/Education Display' order=6 show=true template='$:/template/EducationTemplate'/> <$action-setfield $tiddler='$:/settings/$(ResumeName)$/ResumeTitle' text=Resume/> \end <$reveal type='match' state='$:/state/ResumeWizardState' text=''> Select résumé to work on: <$select tiddler='$:/settings/Global' field='selected_resume'> <$list filter='[[$:/data/ResumeList]indexes[]]'>
You can add a résumé to the list: <$edit-text tiddler='$:/temp/NewResumeName' field='resume_name' class='tc-edit-texteditor' placeholder='Name of new résumé'/> <$vars ResumeName={{$:/temp/NewResumeName!!resume_name}}> <>

The preview is displayed to the right. The options below let you set which sections are visible and the section order. Only sections that are visible will be included in the wizard. You will be able to change these options later also. <$transclude tiddler='Layout Options' mode=block/> <$button> Click here to get started <$list filter='[tag[Section Display]removeprefix[$:/display]addprefix{$:/settings/Global!!selected_resume}addprefix[$:/settings/]sort[order]removeprefix[$:/settings/]removeprefix{$:/settings/Global!!selected_resume}addprefix[$:/display]first[]]'> <$action-setfield $tiddler='$:/state/ResumeWizardState' $field='text' $value=<>/> <$reveal type='nomatch' state='$:/state/ResumeWizardState' text=''>

<$transclude tiddler={{$:/state/ResumeWizardState}} field='section' mode=block/>

<$list filter='[{$:/state/ResumeWizardState}removeprefix[$:/display/]]' variable=CurrentSection> <$vars ThisResume={{$:/settings/Global!!selected_resume}}> <> <$reveal type='match' state='$:/state/ResumeWizardState' text='Resume Options'> Here you can change the order of sections (or of items in each section) on your résumé as well as set other options. Click on 'Print' to open the résumé in a new window to save or print it.
<$transclude tiddler='Résumé Options' mode=block/>
<$reveal type='nomatch' state='$:/state/ResumeWizardState' text='Resume Options'> <$list filter='[tag[Section Display]removeprefix[$:/display]addprefix{$:/settings/Global!!selected_resume}addprefix[$:/settings/]sort[order]removeprefix[$:/settings/]removeprefix{$:/settings/Global!!selected_resume}addprefix[$:/display]before{$:/state/ResumeWizardState}]' emptyMessage="" variable=PreviousTiddler> <$button> Back (<$view tiddler=<> field='section'/>) <$action-setfield $tiddler='$:/state/ResumeWizardState' $field='text' $value=<>/> <$list filter='[tag[Section Display]removeprefix[$:/display]addprefix{$:/settings/Global!!selected_resume}addprefix[$:/settings/]sort[order]removeprefix[$:/settings/]removeprefix{$:/settings/Global!!selected_resume}addprefix[$:/display]after{$:/state/ResumeWizardState}]' emptyMessage=<> variable=NextTiddler> <$button> Next Section (<$view tiddler=<> field='section'/>) <$action-setfield $tiddler='$:/state/ResumeWizardState' $field='text' $value=<>/> <$reveal type='match' state='$:/state/ResumeWizardState' text='Resume Options'> <$list filter='[tag[Section Display]removeprefix[$:/display]addprefix{$:/settings/Global!!selected_resume}addprefix[$:/settings/]sort[order]removeprefix[$:/settings/]removeprefix{$:/settings/Global!!selected_resume}addprefix[$:/display]last[]]' emptyMessage="" variable=PreviousTiddler> <$button> Back (<$view tiddler=<> field='section'/>) <$action-setfield $tiddler='$:/state/ResumeWizardState' $field='text' $value=<>/> <$tiddler tiddler='Print Version'> <$button message="tm-open-window"> Print


<$button> Back to start <$action-setfield $tiddler='$:/state/ResumeWizardState' $field='text' $value=''/>