[tw5] Re: (re-)Presenting: LeftBar - a menu type sidebar, on the left

2020-03-09 Thread Mat
Damon Pritchett wrote:
>
>
> I love this plugin! So far it works very well with all of my custom TOCs, 
> etc. I also love the way it can appear and hide from the left side. I was 
> thinking that this same behavior would be extremely handy for the sidebar 
> as well.
>

Happy to hear you find LeftBar useful! I just did some (very) quick 
attempts to see what I could do with the regular sidebar but realized it is 
too intricate to get anything going quickly. I'm sure it can be done. 
However, I believe @Ton Gernert has some layout that lets you pop out both 
of the sidebars one at a time, kind of. You might want to look into that. 
I'm afraid I can't remember what it's called. It's pretty old by now, 
certainly older than 5 years. Seek up Ton and ask him.

<:-)

 

-- 
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/ef8d3f70-412a-4a8f-965a-e9001cf1fb4c%40googlegroups.com.


[tw5] Re: (re-)Presenting: LeftBar - a menu type sidebar, on the left

2020-03-08 Thread Damon Pritchett
Hey Mat,

I love this plugin! So far it works very well with all of my custom TOCs, 
etc. I also love the way it can appear and hide from the left side. I was 
thinking that this same behavior would be extremely handy for the sidebar 
as well. I have no idea how to make that happen. I looked through your 
plugin and I'm just enough of a newbie to not be able to figure it out. I 
would love to be able to invoke your leftbar from the left side and the 
sidebar from the right side. Is this possible?

Many thanks,

Damon



On Tuesday, May 2, 2017 at 5:32:10 AM UTC-7, Mat wrote:
>
> Yes, TWaddle Conglomerates has made a total rework of the previously 
>  
> released LeftBar:
>
> LeftBar 
> - a menu type sidebar, on the left.
>
>
> *LeftBar* is a plugin to get a second sidebar, on the left side. It 
> behaves somewhat differently than the regular sidebar and is intended for 
> *public 
> sites and on mobile* devices.
>
>
> <:-)
>

-- 
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/a75f7e5d-1280-4746-b29f-79d084e7333c%40googlegroups.com.


Re: [tw5] Re: (re-)Presenting: LeftBar - a menu type sidebar, on the left

2020-02-26 Thread Justin Hurd
Awesome, i cant wait to mess around with this :D

On Wed, Feb 26, 2020, 12:10 PM Mat  wrote:

> Justin
>
> text is entered into the left tab, that it does not stretch all the way
>> down to the bottom of the window
>>
> ...
>> move the scroll bar to the left of the new sidebar as well, mirroring the
>> right sidebar.
>
>
> Yeah... why the heck did I limit the height like that? And scrollbar on
> the left side is a cool idea!
> Anyway: In the tiddler $:/plugins/TWaddle/LeftBar/Stylesheet try the
> following changes (i.e only the text in yellow)
>
> .leftbar-content {
>  position:{{!!position}};
>  max-width:calc(42px + {{!!width}});
>  left:0px;
>  top:3em;
>  padding:0em 10px 5px 10px;
>  background:none;
>  min-height:50vh;
>  max-height:calc(100vh - 3em);
>  overflow-y:auto;
> }
> .leftbar-content * {
> direction:ltr;
> }
> .leftbar-content {
> direction: rtl;
> }
>
> <:-)
>
> --
> 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/c5c49124-4793-4b3c-82b8-d63a85923486%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/CAE6NqXwh0a0GTxTEqiLc2h2jz9Knmb4OcAh%3DT42rUVsnHL2fJQ%40mail.gmail.com.


[tw5] Re: (re-)Presenting: LeftBar - a menu type sidebar, on the left

2020-02-26 Thread Mat
Justin

text is entered into the left tab, that it does not stretch all the way 
> down to the bottom of the window
>
...
> move the scroll bar to the left of the new sidebar as well, mirroring the 
> right sidebar.

 
Yeah... why the heck did I limit the height like that? And scrollbar on the 
left side is a cool idea!
Anyway: In the tiddler $:/plugins/TWaddle/LeftBar/Stylesheet try the 
following changes (i.e only the text in yellow)

.leftbar-content {
 position:{{!!position}};
 max-width:calc(42px + {{!!width}});
 left:0px;
 top:3em;
 padding:0em 10px 5px 10px;
 background:none;
 min-height:50vh;
 max-height:calc(100vh - 3em);
 overflow-y:auto;
}
.leftbar-content * {
direction:ltr;
}
.leftbar-content {
direction: rtl;
}

<:-)

-- 
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/c5c49124-4793-4b3c-82b8-d63a85923486%40googlegroups.com.


Re: [tw5] Re: (re-)Presenting: LeftBar - a menu type sidebar, on the left

2020-02-26 Thread Mohammad Rahmani
Hi Justin,
 The Leftbar plugin author is Mat and hopefully will come with a good
solution

Best wishes
Mohammad


On Wed, Feb 26, 2020 at 4:32 PM Justin Hurd 
wrote:

> Hello Mat, Mohammed, and Evan,
> I'm fairly new to tiddly wiki but while using this plugin, among others, I
> noticed that when a decent amount of text is entered into the left tab,
> that it does not stretch all the way down to the bottom of the window, and
> felt it was worth pointing that out and asking if any solutions could be
> offered, as well as a way to possibly move the scroll bar to the left of
> the new sidebar as well, mirroring the right sidebar.
>
> --
> 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/f9e4b215-efde-4cd0-a550-aac6acd809fa%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/CAAV1gMByRRPns0d-a2M-OMGj9%3D02UOjDvdknQJN%3D1BEf3he6KA%40mail.gmail.com.


[tw5] Re: (re-)Presenting: LeftBar - a menu type sidebar, on the left

2020-02-26 Thread Justin Hurd
Hello Mat, Mohammed, and Evan, 
I'm fairly new to tiddly wiki but while using this plugin, among others, I 
noticed that when a decent amount of text is entered into the left tab, 
that it does not stretch all the way down to the bottom of the window, and 
felt it was worth pointing that out and asking if any solutions could be 
offered, as well as a way to possibly move the scroll bar to the left of 
the new sidebar as well, mirroring the right sidebar.

-- 
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/f9e4b215-efde-4cd0-a550-aac6acd809fa%40googlegroups.com.


[tw5] Re: (re-)Presenting: LeftBar - a menu type sidebar, on the left

2018-09-05 Thread Mohammad
Thanks Mat!

 Now check the position of scrollbar when you use a blank line in *leftbar 
content macro* and when you remove it!
Quite different results! Use the content of attached tiddler for 
$:/plugins/TWaddle/LeftBar/Menu

First with blank line
and then with no blank line

Note to the position of scrollbar!


Mohammad

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/f2c2b7ec-005f-4688-a1fe-c35dd65071ea%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


$__plugins_TWaddle_LeftBar_Menu.tid
Description: Binary data


[tw5] Re: (re-)Presenting: LeftBar - a menu type sidebar, on the left

2018-09-05 Thread Mat
Thank you Mohammad. Corrected now.

<:-)

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/d95cddbc-43c1-4844-a729-4e241f2e67b0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: (re-)Presenting: LeftBar - a menu type sidebar, on the left

2018-09-05 Thread Mohammad
Thank you Mat!

I updated to new version! Just one question: 
in $:/plugins/TWaddle/LeftBar/Toggle there is a macro as below

\define leftbar-content()

{{$:/plugins/TWaddle/LeftBar/Menu}}

\end


does it a matter to add an empty line between div tag line and 
{{$:/plugins/TWaddle/LeftBar/Menu}} 
i.e


\define leftbar-content()


{{$:/plugins/TWaddle/LeftBar/Menu}}

\end


I get different results! My $:/plugins/TWaddle/LeftBar/Menu content is as 
below



@@background-color:purple;color:white;
''Under development''
@@

<>


@@background-color:#ddd;
''Links''
@@

<>


@@background-color:#ddd;
''Slutions''
@@

<>



@@background-color:#ddd;
''Icons''
@@

<>



@@background-color:purple;color:white;
''Wiki info''
@@
* [[Revision History]]
* [[License]]


---
^^
Change the content of this by editing: $:/plugins/TWaddle/LeftBar/Menu 
^^



for example the ul list at the bottom does not wikify!

Mohammad

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/e789c988-b941-432d-aaa8-765dea60dfc1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: (re-)Presenting: LeftBar - a menu type sidebar, on the left

2018-09-05 Thread Mat
 LeftBar  has been updated

Main changes includes merging the code above from Evan Zoss and Mohammad - 
thanks guys! I've only done some rudimentary testing tho, so please report 
any errors.
There is now also an option in the Settings to enable/disable the pop-out 
behaviour.

<:-)

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/c259ee71-6725-48ec-a083-3ac4133b2f3b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: (re-)Presenting: LeftBar - a menu type sidebar, on the left

2018-08-28 Thread Mohammad
Mat!

Just correct the below css from

.leftbar-content {
position:fixed;
max-width:calc(42px + {{!!width}});
left:0px;
top:3em;
padding:0em 10px 5px 10px;
background:none;
min-height:50vh;
max-height:85vh;
overflow-y:auto;
}



to

.leftbar-content {
position:fixed;
max-width:calc(42px + {{!!width}});
left:0px;
top:3em;
padding:0em 10px 5px 10px;
background:none;
min-height:50vh;
max-height:85vh;
overflow-y:auto;
}



Then the issue raised here will be resolved!

*Mohammad*



On Tuesday, May 2, 2017 at 5:02:10 PM UTC+4:30, Mat wrote:
>
> Yes, TWaddle Conglomerates has made a total rework of the previously 
>  
> released LeftBar:
>
> LeftBar 
> - a menu type sidebar, on the left.
>
>
> *LeftBar* is a plugin to get a second sidebar, on the left side. It 
> behaves somewhat differently than the regular sidebar and is intended for 
> *public 
> sites and on mobile* devices.
>
>
> <:-)
>

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/ceaf3a35-bcaf-4eaf-b3dd-9a5d4d92c496%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: (re-)Presenting: LeftBar - a menu type sidebar, on the left

2018-08-28 Thread Evan Zoss
Just to elaborate bit more.. Issue is on reload of the wiki the 
$:/state/LeftBar is removed, but if the bar was previously opened, then the 
theme storyleft and storyright retain their modified values, which cause 
future open of the bar to result in some recursive transclusion error on 
those tiddlers.

I resolved it by modifying to use the existence of 
$:/plugins/TWaddle/LeftBar/temp as the indicator of if the bar is open or 
closed, as it persists across reload.  Here's how I changed the 
LeftBar/Toggle:

\define leftbar-content()

{{$:/plugins/TWaddle/LeftBar/Menu}}

\end

<$list filter="[title[$:/plugins/TWaddle/LeftBar/temp]!is[tiddler]]" >
<$button set="$:/state/LeftBar" setTo="show" class="tc-btn-invisible 
tc-image-button leftbar-toggle">
{{$:/core/images/menu-button}}
<$action-setfield $tiddler="$:/plugins/TWaddle/LeftBar/temp"
$field="storyleft"
$value={{$:/themes/tiddlywiki/vanilla/metrics/storyleft}}/>
<$action-setfield $tiddler="$:/plugins/TWaddle/LeftBar/temp" 
$field="storyright"
$value={{$:/themes/tiddlywiki/vanilla/metrics/storyright}}/>
<$action-setfield 
$tiddler="$:/themes/tiddlywiki/vanilla/metrics/storyleft" 
text="/*LeftBar*/ calc({{$:/plugins/TWaddle/LeftBar/Stylesheet!!width}} + 
{{$:/plugins/TWaddle/LeftBar/temp!!storyleft}})" />
<$action-setfield $tiddler="$:/themes/tiddlywiki/vanilla/metrics/storyright"
text="/*LeftBar*/ calc({{$:/plugins/TWaddle/LeftBar/temp!!storyright}} + 
{{$:/themes/tiddlywiki/vanilla/metrics/storyleft}})"/>



<$list filter="[title[$:/plugins/TWaddle/LeftBar/temp]is[tiddler]]" >
<$button set="$:/state/LeftBar" setTo="hide" class="tc-btn-invisible 
tc-image-button leftbar-toggle">
{{$:/core/images/chevron-left}}
<$action-setfield $tiddler="$:/themes/tiddlywiki/vanilla/metrics/storyleft" 
text={{$:/plugins/TWaddle/LeftBar/temp!!storyleft}} />
<$action-setfield 
$tiddler="$:/themes/tiddlywiki/vanilla/metrics/storyright" 
text={{$:/plugins/TWaddle/LeftBar/temp!!storyright}} />
<$action-deletetiddler $tiddler="$:/plugins/TWaddle/LeftBar/temp"/>



<$list filter="[title[$:/plugins/TWaddle/LeftBar/temp]is[tiddler]]" >
<>

<$list filter="[title[$:/plugins/TWaddle/LeftBar/temp]!is[tiddler]]" >

<>








>>

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/587d438d-1b59-4233-a79f-487ff09db3ef%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: (re-)Presenting: LeftBar - a menu type sidebar, on the left

2018-08-27 Thread Evan Zoss
So I fixed my issue by removing the modified base TiddlyWiki settings for 
'Story left position' and 'Story right' that were changed (I just made them 
both 0px instead of the /* LeftBar */ function.
Now I also have the need to scroll the LeftBar as Mohammad mentioned, so 
would be good to get that goin too.  Anyways, lovin it, exactly what 
TiddlyWiki needed!

On Monday, August 27, 2018 at 12:40:54 PM UTC-5, Mat wrote:
>
> Evan (and Mohammed)
>
> I do intend to deal with this but I can't say when as I have a lot of 
> other things going on right now. It may be "comforting" to hear that I've 
> also hit some issues with it :-)
>
> <:-)
>

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/0417c91f-c99a-484a-8dc4-83278f791fad%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: (re-)Presenting: LeftBar - a menu type sidebar, on the left

2018-08-27 Thread Mat
Evan (and Mohammed)

I do intend to deal with this but I can't say when as I have a lot of other 
things going on right now. It may be "comforting" to hear that I've also 
hit some issues with it :-)

<:-)

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/de72066b-4be9-4123-869a-6af13ce3f7d5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: (re-)Presenting: LeftBar - a menu type sidebar, on the left

2018-08-27 Thread Evan Zoss
I love this!  Works great for what I needed (at first at least).
After refreshing my wiki, now the toggle mode doesn't shift over the 
content at all.. it just overlays on top of it (with transparent background 
even.. not really usable.
This is in Chrome.  Any idea ?

On Sunday, July 1, 2018 at 8:38:39 AM UTC-5, Mohammad wrote:
>
> Mat,
>  Is there anyway to disable the hover feature? Or restrict it to its icon 
> only?
> Most of the time when I want to resize the window by dragging the border, 
> it activated and cause some problem with that!
> /Mohammad
>
>
> On Friday, April 27, 2018 at 12:06:41 AM UTC+4:30, Mat wrote:
>>
>> LeftBar  has been updated. Major diff is 
>> to remove the supporting Toggle plugin (now deprecated) thanks to new 
>> checkbox functionality in 5.1.16.
>>
>> <:-)
>>
>

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/40cd8a56-11c4-4c57-876b-ec6752ee8101%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: (re-)Presenting: LeftBar - a menu type sidebar, on the left

2018-07-01 Thread Mohammad
Mat,
 Is there anyway to disable the hover feature? Or restrict it to its icon 
only?
Most of the time when I want to resize the window by dragging the border, 
it activated and cause some problem with that!
/Mohammad


On Friday, April 27, 2018 at 12:06:41 AM UTC+4:30, Mat wrote:
>
> LeftBar  has been updated. Major diff is 
> to remove the supporting Toggle plugin (now deprecated) thanks to new 
> checkbox functionality in 5.1.16.
>
> <:-)
>

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/b1ddb3ae-c8b8-466e-a95b-30950962b2ff%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: (re-)Presenting: LeftBar - a menu type sidebar, on the left

2018-06-13 Thread Mohammad
Thank you Mat.

On Wednesday, June 13, 2018 at 1:57:18 PM UTC+4:30, Mat wrote:
>
> Mohammad, thanks for reporting. I have a few other things I must deal with 
> before this (most notably the SetUp matters) but I appreciate your report 
> and there are also some other issues I intend to fix with LeftBar. 
> Hopefully I'll do this over the summer.
>
> <:-)
>

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/5cbc3944-b9a0-4449-81db-8a26944fcd6d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: (re-)Presenting: LeftBar - a menu type sidebar, on the left

2018-06-13 Thread Mat
Mohammad, thanks for reporting. I have a few other things I must deal with 
before this (most notably the SetUp matters) but I appreciate your report 
and there are also some other issues I intend to fix with LeftBar. 
Hopefully I'll do this over the summer.

<:-)

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/35771c00-ce14-4845-be41-68ffd82f29b5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: (re-)Presenting: LeftBar - a menu type sidebar, on the left

2018-06-12 Thread Mohammad
Hello Mat,
 The Leftbar: http://leftbar.tiddlyspot.com/ has the setting box to Scroll 
vs Fix - behaviour when activated via button.
One issue is if you use Leftbar from TableofContents and if you need to 
have the Leftbar fixed but you have a lot of toc entry then you cannot 
access the items
out of your viewpoint and you cannot scroll down.
One suggestion is in fixed mode if the contents make a long tiddler 
($:/plugins/TWaddle/LeftBar/Menu) then an scroll bar automatically appear 
at the right (or left) of the LeftBar.

What do you think?

On Friday, April 27, 2018 at 12:06:41 AM UTC+4:30, Mat wrote:
>
> LeftBar  has been updated. Major diff is 
> to remove the supporting Toggle plugin (now deprecated) thanks to new 
> checkbox functionality in 5.1.16.
>
> <:-)
>

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/0830545c-bd15-47bd-8f20-7224f4fe157d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: (re-)Presenting: LeftBar - a menu type sidebar, on the left

2018-04-26 Thread Mat
LeftBar  has been updated. Major diff is to 
remove the supporting Toggle plugin (now deprecated) thanks to new checkbox 
functionality in 5.1.16.

<:-)

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/bd3ccd5a-b7b8-45cb-bf4d-6e068cc2087e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.