Hi Mario,

thank you for your quick response.

What I have done:

(1) I made use of your recommended changes of my ToolboxCommands. It's now 
looking good. However I can convince my colleagues to accept the "MORE" 
field which is still displayed. So this is OK to me.

(2) As you described earlier, I already imported the InlineJavascriptPlugin 
from Eric and I added the stuff into a net System Tiddler 
"SetDefaultTiddlers" as you described below. But if I store the TW and 
reload it, the InlineJavascriptPlugin from Eric produces an error. 
Therefore I removed it from my "SetDefaultTiddlers" again.

(3) I followed your description how to remove "GettingStarted". And that 
worked fine. But however this removed my menu contains my TOGGLE to open or 
hide the right sidebar, containing "New Tiddler" and all the other 
important functions. If I remove "GettingStarted", I never have a chance to 
create a new tiddler because I cannot open the right sidebar. May be I have 
to remove that stuff to another place, which is hidden under HTTP-access 
and then remove "GettingStarted" from the MainMenu-tiddler.

To summarize: (1) is OK. For point (2) and (3) I do not have a solution. So 
agree that it is a good idea, to give you the Link to the WEB: 
http://www.museum-zurholt.de/index_new_look.html

Thank you very much to your help.
HansG

On Wednesday, June 26, 2013 12:25:47 PM UTC+2, PMario wrote:
>
> Sorry for the double posts. Google group messed with my code :/
>
> However my coworkers at the museum do not stop permanently asking to 
>> remove these elements (like "Getting started", "close", "close others"  and 
>> "more") from the WEB, but I have no idea.
>> Is there no other and simple way to remove these elements from the 
>> Tiddlywiki when in View-mode?
>>
>  
> Can you provide a link to your web version?
>
> I guess you want to remove the "GettingStarted" link from the MainMenu 
> tiddler. 
>
> On the right sidebar there is a "More: Shadowed - tab" you should have a 
> link to the MainMenu tiddler. If it contains "GettingStarted" just remove 
> it. 
>
> If you don't want the GettingStarted to be automatically opened if you 
> load the page. Use the description from my first post, with Eric's 
> adjustments.
>
> ------
> The toolbar stuff may be a bit tricky. If you provide a link to your web 
> version it would be easier. 
>
> __!! Make a backup first, if you modify ToolbarCommands tiddler !!__
>
> There is a shadow tiddler named: ToolbarCommands, that looks like this. 
>
> |~ViewToolbar| > closeTiddler closeOthers +editTiddler fields syncing 
> permalink references jump|
> |~EditToolbar|+saveTiddler -cancelTiddler deleteTiddler|
>
> change it to:
>
> |~ViewToolbar| > closeTiddler closeOthers +editTiddler fields syncing 
> permalink references jump <|
> |~EditToolbar|+saveTiddler -cancelTiddler deleteTiddler|
>
> There are 2 minor changes in the ViewToolbar. EditToolbar is not changed. 
>
> --------
>
> Add the following code to your "SetDefaultTiddlers" code
>
> //{{{ 
>    if (!readOnly) 
>       config.shadowTiddlers.DefaultTiddlers="[[GettingStarted]]"; 
>       config.macros.toolbar.moreLabel='more';
>    else 
>       config.shadowTiddlers.DefaultTiddlers="[[OnlineHomeTiddler]]"; 
>       config.macros.toolbar.moreLabel='+';
> //}}} 
>
> * save and reload the page
>
> The above code + new ToolbarCommands will change the more button text to 
> "+". So it shouldn't be in your way. The offlien version will now need 2 
> clicks. to see the whole stuff. 
>
> This is a fast and easy way to allmost remove the toolbar. If you need a 
> complete romove, you'll need to modify the ViewTemplate. Which is a bit 
> more complicated, but can be done too. 
>
> Let us know, if this solution is ok for your coworkers / visitors. 
>
> have fun!
> mario
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to