mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-10 16:10:02 +00:00
14 lines
508 B
Plaintext
14 lines
508 B
Plaintext
![]() |
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>
|