> <<slider chkslrd [[sliderTWChessAdvice]] [[and continues »]] [[view > the dialogue here]]>> > > causes 'and continues »' to be listed under missing in sidebar tabs. > > The problem is solved by making a tiddler and tagging it excludeLists.
The "missing" algorithm uses a 'fast match' process to find *possible* links within tiddler source content. This avoids having to completely parse every tiddler to find the missing links, but also results in 'false positives'. One of the 'fast match' criteria is the use of doubled square- brackets, which normally indicate a tiddler link, but may also be used in macro syntax to "quote" a macro parameter that contains spaces (as you have done). Fortunately, there is a simple workaround to this problem: instead of using [[...]] in the macro, use "...", like this: <<slider chkslrd [[sliderTWChessAdvice]] "and continues »" "view the dialogue here">> Also, for more advanced 'slider' features, you may want to try: http://www.TiddlyTools.com/#NestedSlidersPlugin http://www.TiddlyTools.com/#NestedSlidersPluginInfo enjoy, -e Eric Shulman TiddlyTools / ELS Design Studios -- 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.

