Hi, today I noticed that there are duplicating macro descriptions at TiddlyWiki.TiddlySpace.com [1], so I decided to clean it a bit. I merged contents of [[tabs macro]] and [[Tabs (macro)]] into "tabs macro" as following [2]. Then I wanted to delete [[Tabs (macro)]] and link [[tabs macro]] to [[Core Macros]] and then do this to other macro descriptions; but when I tried to save changes in the [[tabs macro]] I got the message:
Error saving tabs macro: Forbidden despite the fact that I'm a member of the space. What do I do wrong? Regards, Yakov. [1] http://tiddlywiki.tiddlyspace.com/#%5B%5BCore%20Macros%5D%5D%20MacrosContent [2] ====[[tabs macro]] content==== The tab macro lets you create tab interfaces such as the one used for the timeline in the sidebar. !Usage The macro is used as follows: {{{ <<tabs txtCookieName Label1 Tip1 Transclusion1 Label2 Tip2 Transclusion2 nameOfFirstTab "HoverValueOfFirstTab" TiddlerToShowInTab(or content) nameOfSecondTab "HoverValueOfSecondTab" TiddlerToShowInTab(or content) ... >> }}} Here * labels (Label1, Lable2, ...) title each tab, * tips (Tip1, Tip2, ...) are tooltips that appear when the cursor hovers over a label * transclusions (Transclusion1, Transclusion2, ...) are transclusions ({{{[[tiddler name]]}}} or {{{[[tiddler##section name]]}}} or {{{[[tiddler::slice name]]}}}) which appear in each tab/% needs link to Transclusion tiddler which doesn't exist yet %/ ''txtCookieName'' is used to store the name of the tab which is currently open. It does this so that when you return the tiddler will still be displaying the last tab you had selected. The following example use of the tab macro: {{{ <<tabs txtFavourite tags "First tab" [[tags macro]] tag "Second tab" [[tag macro]] >> }}} will be represented <<slider "" [[tabs macro##example]] "as following" "show it">>/% !example <<tabs txtFavourite tags "First tab" "tags macro" tag "Second tab" "tag macro" >> !%/ ======== -- 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.

