[tw5] Re: Two ideas for hiding and expanding

2019-12-25 Thread David Gifford
Hi everyone

Merry Christmas!

Instead of updating the original file posted, I uploaded a new file with 
the changes mentioned by Tony M and A Gloom. I am not sure if A Gloom's fix 
answers Mohammad's query or not. 

https://giffmex.org/experiments/expand.edittemp.viewtemp.html

On Friday, December 20, 2019 at 8:56:06 AM UTC-6, David Gifford wrote:
>
> Hi everyone
>
> I came up with two solutions this morning for needs that I had:
>
> 1) a toggle button in viewing mode that hides / reveals content in the 
> tiddler text, hidden by CSS
> 2) a row of toggle buttons that hide / reveal elements of the edittemplate 
> (title, tags, type, field, and custom user content), in order to maximize 
> screen real estate for editing.
>
> See them both here: 
> https://giffmex.org/experiments/expand.edittemplate.html
>
> Open invitation and encouragement for someone here to refine either of 
> these and turn it into a plugin.
>
> Blessings, Dave
>

-- 
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/baf1fd0a-fb2f-42c2-a61f-918c564d8b32%40googlegroups.com.


[tw5] Re: Two ideas for hiding and expanding

2019-12-21 Thread A Gloom
Glad to be occasional help (usually of no help cause of irrevelance)

Feliz Navidad, be safe

-- 
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/605d9fb6-be91-495b-8c3f-25f84bbeefee%40googlegroups.com.


[tw5] Re: Two ideas for hiding and expanding

2019-12-21 Thread Mohammad


On Saturday, December 21, 2019 at 9:18:43 PM UTC+3:30, A Gloom wrote:
>
> Nifty feature-- instead of a plugin, perhaps a template?
>
> Along the lines of Mohammad's suggestion-- a in-tiddler button-- actually 
> the stock button to hide the sidebar...
>
> <$reveal state="$:/state/sidebar" type="nomatch" text="no">
> <$button set="$:/state/sidebar" setTo="no" 
> tooltip={{$:/language/Buttons/HideSideBar/Hint}} 
> aria-label={{$:/language/Buttons/HideSideBar/Caption}} 
> class="tc-btn-invisible">{{$:/core/images/chevron-right}}
> 
> <$reveal state="$:/state/sidebar" type="match" text="no">
> <$button set="$:/state/sidebar" setTo="yes" 
> tooltip={{$:/language/Buttons/ShowSideBar/Hint}} 
> aria-label={{$:/language/Buttons/ShowSideBar/Caption}} 
> class="tc-btn-invisible">{{$:/core/images/chevron-left}}
> 
>
>
Useful addition! 

-- 
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/72756ecf-9b54-43e6-b4dd-bb0bd3d67c75%40googlegroups.com.


[tw5] Re: Two ideas for hiding and expanding

2019-12-21 Thread David Gifford
Thanks everyone for the feedback. Nice suggestions! When I get a little 
time...doing holiday stuff right now...

On Friday, December 20, 2019 at 8:56:06 AM UTC-6, David Gifford wrote:
>
> Hi everyone
>
> I came up with two solutions this morning for needs that I had:
>
> 1) a toggle button in viewing mode that hides / reveals content in the 
> tiddler text, hidden by CSS
> 2) a row of toggle buttons that hide / reveal elements of the edittemplate 
> (title, tags, type, field, and custom user content), in order to maximize 
> screen real estate for editing.
>
> See them both here: 
> https://giffmex.org/experiments/expand.edittemplate.html
>
> Open invitation and encouragement for someone here to refine either of 
> these and turn it into a plugin.
>
> Blessings, Dave
>

-- 
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/3a616d7c-a9d4-474c-bfcc-b419667b8a13%40googlegroups.com.


[tw5] Re: Two ideas for hiding and expanding

2019-12-21 Thread A Gloom
Nifty feature-- instead of a plugin, perhaps a template?

Along the lines of Mohammad's suggestion-- a in-tiddler button-- actually 
the stock button to hide the sidebar...

<$reveal state="$:/state/sidebar" type="nomatch" text="no">
<$button set="$:/state/sidebar" setTo="no" 
tooltip={{$:/language/Buttons/HideSideBar/Hint}} 
aria-label={{$:/language/Buttons/HideSideBar/Caption}} 
class="tc-btn-invisible">{{$:/core/images/chevron-right}}

<$reveal state="$:/state/sidebar" type="match" text="no">
<$button set="$:/state/sidebar" setTo="yes" 
tooltip={{$:/language/Buttons/ShowSideBar/Hint}} 
aria-label={{$:/language/Buttons/ShowSideBar/Caption}} 
class="tc-btn-invisible">{{$:/core/images/chevron-left}}


-- 
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/950ab107-0f7b-4f97-bffe-42fd91bd1985%40googlegroups.com.


[tw5] Re: Two ideas for hiding and expanding

2019-12-20 Thread Mohammad
Good job David!
May be you could add a button for custom to go to full screen editor!

--Mohammad

On Friday, December 20, 2019 at 6:26:06 PM UTC+3:30, David Gifford wrote:
>
> Hi everyone
>
> I came up with two solutions this morning for needs that I had:
>
> 1) a toggle button in viewing mode that hides / reveals content in the 
> tiddler text, hidden by CSS
> 2) a row of toggle buttons that hide / reveal elements of the edittemplate 
> (title, tags, type, field, and custom user content), in order to maximize 
> screen real estate for editing.
>
> See them both here: 
> https://giffmex.org/experiments/expand.edittemplate.html
>
> Open invitation and encouragement for someone here to refine either of 
> these and turn it into a plugin.
>
> Blessings, Dave
>

-- 
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/d6bb3e95-eb7a-414a-9aaf-d571b5376c89%40googlegroups.com.


[tw5] Re: Two ideas for hiding and expanding

2019-12-20 Thread TonyM
Dave

Thanks for sharing your work. Can I suggest you reverse the order of label 
and checkbox's?

title , tags , type , fields 

In my view this also a little more intuitive for settings, rather than say 
in a task list.

Regards
Tony

On Saturday, 21 December 2019 01:56:06 UTC+11, David Gifford wrote:
>
> Hi everyone
>
> I came up with two solutions this morning for needs that I had:
>
> 1) a toggle button in viewing mode that hides / reveals content in the 
> tiddler text, hidden by CSS
> 2) a row of toggle buttons that hide / reveal elements of the edittemplate 
> (title, tags, type, field, and custom user content), in order to maximize 
> screen real estate for editing.
>
> See them both here: 
> https://giffmex.org/experiments/expand.edittemplate.html
>
> Open invitation and encouragement for someone here to refine either of 
> these and turn it into a plugin.
>
> Blessings, Dave
>

-- 
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/c7d16881-3d15-4bbe-a431-f2b54bd66a79%40googlegroups.com.