[tw5] Re: SOS tagging help

2022-10-08 Thread Eric Shulman
After tagging, the tiddler "Intro" shows a tag pill for "Dervla Murphy".
Clicking this tag pill shows a drop down that includes a link to the 
"Intro" tiddler.

Note that, while there is also a tiddler named "Dervla Murphy", that 
tiddler does not *automatically* show a list of tiddlers that are tagged 
with that title.  To have the "Dervla Murphy" tiddler show a list of tagged 
tiddlers, you need to add some content to it... something like this:
```
<]">>
```

enjoy,
-e
On Saturday, October 8, 2022 at 5:27:44 PM UTC-7 mobil...@gmail.com wrote:

> I added the tag "Dervla Murphy" to my tiddler "Intro", yet it's not listed 
> under Dervla Murphy.
> What am I doing wrong?
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/dfd423ec-25f3-4716-919c-03d17597c95cn%40googlegroups.com.


Re: [tw5] Re: hide some menu items from the "More" tab

2022-10-08 Thread Mobil Home
Awesome, thanks.
Wow, it looks very hackable.

On Sun, Oct 9, 2022 at 12:51 AM Brian Radspinner 
wrote:

> This is why I made my Sidebar Tabs Organizer
> . I can check-uncheck boxes to
> show/hide/move tabs easily from the Control Panel.
>
> [image: CtrlPanel-TabsTab.jpg]
>
> On Friday, October 7, 2022 at 4:23:53 PM UTC-7 mobil...@gmail.com wrote:
>
>> [image: 2022-10-08_00-21.png]
>> How do I hide those items?
>>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "TiddlyWiki" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/tiddlywiki/jPQTASB3xjA/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> tiddlywiki+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/tiddlywiki/04feb5ec-fbcb-4ac1-bb03-0a1c4a3fcafen%40googlegroups.com
> 
> .
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/CADi_xgt3VpfYu_i5_jOXYHfbaPwqrCEuA61%3Dt9pKmsgKzWrf%3DQ%40mail.gmail.com.


[tw5] Re: hide some menu items from the "More" tab

2022-10-08 Thread Brian Radspinner
This is why I made my Sidebar Tabs Organizer 
. I can check-uncheck boxes to 
show/hide/move tabs easily from the Control Panel.

[image: CtrlPanel-TabsTab.jpg]

On Friday, October 7, 2022 at 4:23:53 PM UTC-7 mobil...@gmail.com wrote:

> [image: 2022-10-08_00-21.png]
> How do I hide those items?
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/04feb5ec-fbcb-4ac1-bb03-0a1c4a3fcafen%40googlegroups.com.


Re: [tw5] Re: hide some menu items from the "More" tab

2022-10-08 Thread Mobil Home
If it's that difficult. then I will just hide them with CSS.


On Sat, 8 Oct 2022, 23:13 Maurycy Zarzycki,  wrote:

> This tab is in Tiddler *$:/core/ui/SideBar/More* which appears to
> indiscriminately list all tiddlers tagged with *$:/tags/MoreSideBar*.
> Which means there is probably no way to do it without creating shadow
> tiddlers - but if you're fine overwriting the core tiddlers (which should
> be fine in this case) here is how I'd approach it:
>
>1. Edit  *$:/core/ui/SideBar/More *and change the filter from 
> *[all[shadows+tiddlers]tag[$:/tags/MoreSideBar]!has[draft.of]]
>*to* 
> [all[shadows+tiddlers]tag[$:/tags/MoreSideBar]!has[draft.of]!field:hide[yes]]
>*- added *!field:hide[yes]* at the end
>2. Edit each tiddler I want to hide and add field *hide* with value
>*yes*
>
>
> On Saturday, 8 October 2022 at 01:23:53 UTC+2 mobil...@gmail.com wrote:
>
>> [image: 2022-10-08_00-21.png]
>> How do I hide those items?
>>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "TiddlyWiki" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/tiddlywiki/jPQTASB3xjA/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> tiddlywiki+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/tiddlywiki/95b68fc7-cae5-4957-a5a5-4043a56740f7n%40googlegroups.com
> 
> .
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/CADi_xgtb6SFScUKGKjbZ47kthgFxNrhpURfw5BW3jy0ZdSD8ew%40mail.gmail.com.


[tw5] Re: hide some menu items from the "More" tab

2022-10-08 Thread Maurycy Zarzycki
This tab is in Tiddler *$:/core/ui/SideBar/More* which appears to 
indiscriminately list all tiddlers tagged with *$:/tags/MoreSideBar*. Which 
means there is probably no way to do it without creating shadow tiddlers - 
but if you're fine overwriting the core tiddlers (which should be fine in 
this case) here is how I'd approach it:

   1. Edit  *$:/core/ui/SideBar/More *and change the filter from 
*[all[shadows+tiddlers]tag[$:/tags/MoreSideBar]!has[draft.of]] 
   *to* 
[all[shadows+tiddlers]tag[$:/tags/MoreSideBar]!has[draft.of]!field:hide[yes]] 
   *- added *!field:hide[yes]* at the end
   2. Edit each tiddler I want to hide and add field *hide* with value *yes*


On Saturday, 8 October 2022 at 01:23:53 UTC+2 mobil...@gmail.com wrote:

> [image: 2022-10-08_00-21.png]
> How do I hide those items?
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/95b68fc7-cae5-4957-a5a5-4043a56740f7n%40googlegroups.com.