its back.. and it works. Here is the final code for $:/core/ui/SideBarLists
Something went instantaneously very wrong when i removed the "/" from the
final </$keyboard>
shift+enter is the key combination
Thanks Patrick!
<div class="tc-sidebar-lists">
<div class="tc-search">
<$keyboard message="tm-new-tiddler" param={{$:/temp/search}}
key="shift+enter">
<$edit-text tiddler="$:/temp/search" type="search" tag="input"/>
</$keyboard>
<$reveal state="$:/temp/search" type="nomatch" text="">
<$button tooltip={{$:/language/Buttons/AdvancedSearch/Hint}}
aria-label={{$:/language/Buttons/AdvancedSearch/Caption}}
class="tc-btn-invisible">
<$action-setfield $tiddler="$:/temp/advancedsearch"
text={{$:/temp/search}}/>
<$action-setfield $tiddler="$:/temp/search" text=""/>
<$action-navigate $to="$:/AdvancedSearch"/>
{{$:/core/images/advanced-search-button}}
</$button>
<$button class="tc-btn-invisible">
<$action-setfield $tiddler="$:/temp/search" text="" />
{{$:/core/images/close-button}}
</$button>
</$reveal>
<$reveal state="$:/temp/search" type="match" text="">
<$button to="$:/AdvancedSearch"
tooltip={{$:/language/Buttons/AdvancedSearch/Hint}}
aria-label={{$:/language/Buttons/AdvancedSearch/Caption}}
class="tc-btn-invisible">
{{$:/core/images/advanced-search-button}}
</$button>
</$reveal>
</div>
<$reveal state="$:/temp/search" type="nomatch" text="">
<$set name="searchTiddler" value="$:/temp/search">
{{$:/core/ui/SearchResults}}
</$set>
</$reveal>
<$reveal state="$:/temp/search" type="match" text="">
<<tabs "[all[shadows+tiddlers]tag[$:/tags/SideBar]!has[draft.of]]"
"$:/core/ui/SideBar/Open" "$:/state/tab/sidebar">>
</$reveal>
</div>
On 13 March 2015 at 10:18, Alex Hough <[email protected]> wrote:
> oh no! disaster
>
> my TW won't load.
>
> something went wrong while removing the "/"
>
>
>
> Alex
>
>
> On 13 March 2015 at 10:09, Patrick Detzner <[email protected]>
> wrote:
>
>> My error, you need to take out the / at the end of the keyboard widget
>> opening tag.
>>
>> --
>> 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/d/optout.
>>
>
>
--
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/d/optout.