Ok here is my hack (may make your document explode)
(!!!original code non exploding code from ELS 
http://www.TiddlyTools.com/#HideTiddlerTitle)

/%
!info
|Name|HideTiddlerAll|
|Source|http://www.TiddlyTools.com/#HideTiddlerTitle|
|Version|2.0.1|
|Author|Eric Shulman|
|Modified|Mike Praeuner|
|License|http://www.TiddlyTools.com/#LegalStatements|
|~CoreVersion|2.1|
|Type|transclusion|
|Description|hide a tiddler's title and subtitle (date and author)|
Usage:
<<<
{{{
<<tiddler HideTiddlerAll>>
<<tiddler HideTiddlerAll with: TiddlerTitle>>
}}}
<<<
!end
!show
<<tiddler {{
        var title="$1";
        if (title=='$'+'1')
                title=(story.findContainingTiddler(place)||place).getAttribute
('tiddler')||'';
        var t=story.getTiddler(title); if (t) {
                var e=t.getElementsByTagName('*');
                for (var i=0; i<e.length; i++)
                        if (hasClass(e[i],'title')||hasClass(e[i],'subtitle')) e
[i].style.display='none';
                        else if (hasClass(e[i],'toolbar')) 
e[i].style.display='none';
                        else if (hasClass(e[i],'tagglyTagged')) 
e[i].style.display='none';
                        else if (hasClass(e[i],'tagglyTagging')) 
e[i].style.display='none';
                        else if (hasClass(e[i],'miniTag')) 
e[i].style.display='none';
        }
'';}}>>
!end
%/<<tiddler {{
        var src='HideTiddlerAll';
        src+(tiddler&&tiddler.title==src?'##info':'##show');}}
with: [[$1]]>>

It seems to be doing the desired job, not sure if I have committed any
JS felonies though. . .

Any thoughts?

On Jan 3, 5:10 pm, Mike <[email protected]> wrote:
> Is their a script / transclusion to remove TagglyTaggingPlugin &
> QuickOpenTagPlugin?
> I would be using these in conjunction with HideTiddlerToolbar,
> HideTiddlerTitle (ELS)
>
> Will play with it some tomorrow, might be able to Hulk Smash something
> together . . .
>
> Mike

--

You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.


Reply via email to