mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 15:46:18 +00:00
45bf43d8d0
Notable changes: Removed the sidbar tabs other than the resume preview Fixed ordering problems for the sections in the resume wizard Fixed some minor display problems in some of the input tiddlers Updated the documentation a little
16 lines
570 B
Plaintext
16 lines
570 B
Plaintext
created: 20150719182943383
|
|
modified: 20150719182947178
|
|
tags:
|
|
title: Edit Existing Items
|
|
|
|
\define thisMakeTabs()
|
|
<<tabs '[prefix[$:/settings/$(ThisResume)$/]show[true]get[template]get[input_tiddler]]' default:[[Contact Information]]>>
|
|
\end
|
|
|
|
Each tab lets you edit the contents of that section. Click on the `Preview and Set Options` button to see a preview of the finished resume and for layout options.
|
|
|
|
<$vars ThisResume={{$:/settings/Global!!selected_resume}}>
|
|
<<thisMakeTabs>>
|
|
</$vars>
|
|
|
|
<!--<$button to="Preview and Set Options">Open Preview and Options</$button>--> |