1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-02-10 08:00:03 +00:00
TiddlyWiki5/editions/resumebuilder/tiddlers/Edit Existing Items.tid
inmysocks 8bb0a9b7c8 Moved files to be keep consistent organization
Also remembered to add tiddlywiki.info, that is important.
2015-07-18 00:23:51 -06:00

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>