G'day all,
As I try to figure out how I want my resume to show for mere mortals whilst still having access to all TiddlyWiki things, I figured I'd share design so far in case there are any bits of interest to anyone.
Features:
Upon opening the TiddlyWiki, it just shows a left side bar and one tiddler that will have everything résumé transcluded into it.
To make this all look like any kind of website and make it print nicely (a lot of work to be done re printing), I've done a bit of trickery to hide TiddlyWiki things in the tiddler.
To keep things simple, I hide TiddlyWiki things when the sidebar is hidden, and show those TiddlyWiki things when the sidebar is displayed.
In the $:/core/ui/ViewTemplate/title and $:/core/ui/ViewTemplate/subtitle, here are some snippets of code that are part of the magic:
<$vars vhide={{{[[$:/state/sidebar]get[text]]+[match[no]] display:none; +[replace[no]]}}}>
For anything I want hidden/shown, I add a "style=<<vhide>>" to whatever HTML element.
Example: <div class="tc-subtitle" style=<<vhide>>>
For your convenience, I've added a couple of screenshots below: what you see when you first open the TiddlyWiki, and then what you see when you unhide the sidebar.
Cheers !