[tw5] Re: Stop Classic story view from covering x px from the top.

2020-11-14 Thread Sapphireslinger
@ TW Tones

I discovered that yesterday, and it made sticky the non-sticky *Edit 
Toolbar* I'd been tolerating for a year : ) but it still didn't make the *Page 
Toolbar* sticky : (

The Story View keeps scrolling over it and rendering it unusable.

On Sunday, November 15, 2020 at 10:13:54 AM UTC+8 TW Tones wrote:

> I just saw this but I think this may be what you are looking for.
>
> $:/themes/tiddlywiki/vanilla/sticky 
> 
>  
> and set Top to 40px as an example for the Menu bar plugin.
> Or create a separate stylesheet with this override.
>
> I think the menu bar plugin now includes this setting internally.
>
> Regards
> Tones
>  
>  
>
> On Sunday, 15 November 2020 at 02:34:37 UTC+11 Sapphireslinger wrote:
>
>> It's late where I am, I'll have to come back to this thread tomorrow. 
>> Thank you so much for all the suggestions.
>>
>> On Saturday, November 14, 2020 at 11:31:38 PM UTC+8 Sapphireslinger wrote:
>>
>>> @Brian Radspinner
>>>
>>> I made a tiddler tagged with *$:/tags/PageTemplate *and put this in it: 
>>> *>> class="tc-adjust-top-of-scroll" 
>>> style="height:30px;position:absolute;left:0;right:0; 
>>> top:0;visibility:hidden;">This DIV is just here to give a height for the 
>>> top bar, and apply the TC-ADJUST-TOP-OF-SCROLL class for TiddlyWiki to have 
>>> tiddler title bars not end up behind the top bar. It won't be seen on the 
>>> page.*
>>>
>>> I then saved my Tiddlywiki, but nothing changed, tiddlers still scrolled 
>>> over the toolbar.
>>> On Saturday, November 14, 2020 at 11:12:36 PM UTC+8 Sapphireslinger 
>>> wrote:
>>>
 Here you can see the Page Toolbar covered up when the Story View was 
 scrolled upwards.

 [image: Screenshot from 2020-11-14 23-10-55.png]


 On Saturday, November 14, 2020 at 11:09:16 PM UTC+8 Sapphireslinger 
 wrote:

> Sorry the design is so lame. It's so I can use it on my smartphone as 
> well as my desktop computer. When using this on my smartphone the right 
> hand column tiddlers (I believe they are all tagged as sidebar segments) 
> float to the top and do NOT cover the Page Toolbar.
>
> The left-hand column is the story view tiddlers. On my smartphone, 
> they all show up below the right-hand column tiddlers. 
>
> On Saturday, November 14, 2020 at 11:01:31 PM UTC+8 Sapphireslinger 
> wrote:
>
>> [image: Screenshot from 2020-11-14 23-00-02.png]
>>
>> On Saturday, November 14, 2020 at 10:48:10 PM UTC+8 BurningTreeC 
>> wrote:
>>
>>> Hi @Sapphireslinger, no it's neither your TopBar/Menu or your 
>>> PageTemplate. A screenshot of your Top Bar would be very helpful
>>>
>>> BTC
>>>
>>> Sapphireslinger schrieb am Samstag, 14. November 2020 um 15:41:07 
>>> UTC+1:
>>>
 @BurningTreeC

 Is it my *$:/core/ui/TopBar/menu* tiddler?

 Here's what it says:

 <$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}}
 

 Is it my $:/core/ui/PageTemplate

 Here's what it says:

 \whitespace trim
 \define containerClasses()
 tc-page-container tc-page-view-$(storyviewTitle)$ 
 tc-language-$(languageTitle)$
 \end
 \import [[$:/core/ui/PageMacros]] 
 [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]

 <$set name="tv-config-toolbar-icons" 
 value={{$:/config/Toolbar/Icons}}>

 <$set name="tv-config-toolbar-text" 
 value={{$:/config/Toolbar/Text}}>

 <$set name="tv-config-toolbar-class" 
 value={{$:/config/Toolbar/ButtonClass}}>

 <$set name="tv-enable-drag-and-drop" 
 value={{$:/config/DragAndDrop/Enable}}>

 <$set name="tv-show-missing-links" value={{$:/config/MissingLinks}}>

 <$set name="storyviewTitle" value={{$:/view}}>

 <$set name="languageTitle" value={{{ [{$:/language}get[name]] }}}>

 >>

 <$navigator story="$:/StoryList" history="$:/HistoryList" 
 openLinkFromInsideRiver={{$:/config/Navigation/openLinkFromInsideRiver}}
  
 openLinkFromOutsideRiver={{$:/config/Navigation/openLinkFromOutsideRiver}}
  
 

[tw5] Re: Stop Classic story view from covering x px from the top.

2020-11-14 Thread Sapphireslinger
More accurate for me to say the Page Toolbar IS sticky but the Story View 
keeps scrolling over it and making it unusable.

On Sunday, November 15, 2020 at 3:01:53 PM UTC+8 Sapphireslinger wrote:

> @TW Tones
>
> I discovered that yesterday, and it made sticky the non-sticky *Edit 
> Toolbar* I'd been tolerating for a year : ) but it still didn't make the 
> *Page 
> Toolbar* sticky : (
>
> On Sunday, November 15, 2020 at 10:13:54 AM UTC+8 TW Tones wrote:
>
>> I just saw this but I think this may be what you are looking for.
>>
>> $:/themes/tiddlywiki/vanilla/sticky 
>> 
>>  
>> and set Top to 40px as an example for the Menu bar plugin.
>> Or create a separate stylesheet with this override.
>>
>> I think the menu bar plugin now includes this setting internally.
>>
>> Regards
>> Tones
>>  
>>  
>>
>> On Sunday, 15 November 2020 at 02:34:37 UTC+11 Sapphireslinger wrote:
>>
>>> It's late where I am, I'll have to come back to this thread tomorrow. 
>>> Thank you so much for all the suggestions.
>>>
>>> On Saturday, November 14, 2020 at 11:31:38 PM UTC+8 Sapphireslinger 
>>> wrote:
>>>
 @Brian Radspinner

 I made a tiddler tagged with *$:/tags/PageTemplate *and put this in 
 it: *>>> style="height:30px;position:absolute;left:0;right:0; 
 top:0;visibility:hidden;">This DIV is just here to give a height for the 
 top bar, and apply the TC-ADJUST-TOP-OF-SCROLL class for TiddlyWiki to 
 have 
 tiddler title bars not end up behind the top bar. It won't be seen on the 
 page.*

 I then saved my Tiddlywiki, but nothing changed, tiddlers still 
 scrolled over the toolbar.
 On Saturday, November 14, 2020 at 11:12:36 PM UTC+8 Sapphireslinger 
 wrote:

> Here you can see the Page Toolbar covered up when the Story View was 
> scrolled upwards.
>
> [image: Screenshot from 2020-11-14 23-10-55.png]
>
>
> On Saturday, November 14, 2020 at 11:09:16 PM UTC+8 Sapphireslinger 
> wrote:
>
>> Sorry the design is so lame. It's so I can use it on my smartphone as 
>> well as my desktop computer. When using this on my smartphone the right 
>> hand column tiddlers (I believe they are all tagged as sidebar segments) 
>> float to the top and do NOT cover the Page Toolbar.
>>
>> The left-hand column is the story view tiddlers. On my smartphone, 
>> they all show up below the right-hand column tiddlers. 
>>
>> On Saturday, November 14, 2020 at 11:01:31 PM UTC+8 Sapphireslinger 
>> wrote:
>>
>>> [image: Screenshot from 2020-11-14 23-00-02.png]
>>>
>>> On Saturday, November 14, 2020 at 10:48:10 PM UTC+8 BurningTreeC 
>>> wrote:
>>>
 Hi @Sapphireslinger, no it's neither your TopBar/Menu or your 
 PageTemplate. A screenshot of your Top Bar would be very helpful

 BTC

 Sapphireslinger schrieb am Samstag, 14. November 2020 um 15:41:07 
 UTC+1:

> @BurningTreeC
>
> Is it my *$:/core/ui/TopBar/menu* tiddler?
>
> Here's what it says:
>
> <$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}}
> 
>
> Is it my $:/core/ui/PageTemplate
>
> Here's what it says:
>
> \whitespace trim
> \define containerClasses()
> tc-page-container tc-page-view-$(storyviewTitle)$ 
> tc-language-$(languageTitle)$
> \end
> \import [[$:/core/ui/PageMacros]] 
> [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]
>
> <$set name="tv-config-toolbar-icons" 
> value={{$:/config/Toolbar/Icons}}>
>
> <$set name="tv-config-toolbar-text" 
> value={{$:/config/Toolbar/Text}}>
>
> <$set name="tv-config-toolbar-class" 
> value={{$:/config/Toolbar/ButtonClass}}>
>
> <$set name="tv-enable-drag-and-drop" 
> value={{$:/config/DragAndDrop/Enable}}>
>
> <$set name="tv-show-missing-links" 
> value={{$:/config/MissingLinks}}>
>
> <$set name="storyviewTitle" value={{$:/view}}>
>
> <$set name="languageTitle" value={{{ [{$:/language}get[name]] }}}>
>
> >>
>
> 

[tw5] Re: Stop Classic story view from covering x px from the top.

2020-11-14 Thread Sapphireslinger
@TW Tones

I discovered that yesterday, and it made sticky the non-sticky *Edit 
Toolbar* I'd been tolerating for a year : ) but it still didn't make the *Page 
Toolbar* sticky : (

On Sunday, November 15, 2020 at 10:13:54 AM UTC+8 TW Tones wrote:

> I just saw this but I think this may be what you are looking for.
>
> $:/themes/tiddlywiki/vanilla/sticky 
> 
>  
> and set Top to 40px as an example for the Menu bar plugin.
> Or create a separate stylesheet with this override.
>
> I think the menu bar plugin now includes this setting internally.
>
> Regards
> Tones
>  
>  
>
> On Sunday, 15 November 2020 at 02:34:37 UTC+11 Sapphireslinger wrote:
>
>> It's late where I am, I'll have to come back to this thread tomorrow. 
>> Thank you so much for all the suggestions.
>>
>> On Saturday, November 14, 2020 at 11:31:38 PM UTC+8 Sapphireslinger wrote:
>>
>>> @Brian Radspinner
>>>
>>> I made a tiddler tagged with *$:/tags/PageTemplate *and put this in it: 
>>> *>> class="tc-adjust-top-of-scroll" 
>>> style="height:30px;position:absolute;left:0;right:0; 
>>> top:0;visibility:hidden;">This DIV is just here to give a height for the 
>>> top bar, and apply the TC-ADJUST-TOP-OF-SCROLL class for TiddlyWiki to have 
>>> tiddler title bars not end up behind the top bar. It won't be seen on the 
>>> page.*
>>>
>>> I then saved my Tiddlywiki, but nothing changed, tiddlers still scrolled 
>>> over the toolbar.
>>> On Saturday, November 14, 2020 at 11:12:36 PM UTC+8 Sapphireslinger 
>>> wrote:
>>>
 Here you can see the Page Toolbar covered up when the Story View was 
 scrolled upwards.

 [image: Screenshot from 2020-11-14 23-10-55.png]


 On Saturday, November 14, 2020 at 11:09:16 PM UTC+8 Sapphireslinger 
 wrote:

> Sorry the design is so lame. It's so I can use it on my smartphone as 
> well as my desktop computer. When using this on my smartphone the right 
> hand column tiddlers (I believe they are all tagged as sidebar segments) 
> float to the top and do NOT cover the Page Toolbar.
>
> The left-hand column is the story view tiddlers. On my smartphone, 
> they all show up below the right-hand column tiddlers. 
>
> On Saturday, November 14, 2020 at 11:01:31 PM UTC+8 Sapphireslinger 
> wrote:
>
>> [image: Screenshot from 2020-11-14 23-00-02.png]
>>
>> On Saturday, November 14, 2020 at 10:48:10 PM UTC+8 BurningTreeC 
>> wrote:
>>
>>> Hi @Sapphireslinger, no it's neither your TopBar/Menu or your 
>>> PageTemplate. A screenshot of your Top Bar would be very helpful
>>>
>>> BTC
>>>
>>> Sapphireslinger schrieb am Samstag, 14. November 2020 um 15:41:07 
>>> UTC+1:
>>>
 @BurningTreeC

 Is it my *$:/core/ui/TopBar/menu* tiddler?

 Here's what it says:

 <$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}}
 

 Is it my $:/core/ui/PageTemplate

 Here's what it says:

 \whitespace trim
 \define containerClasses()
 tc-page-container tc-page-view-$(storyviewTitle)$ 
 tc-language-$(languageTitle)$
 \end
 \import [[$:/core/ui/PageMacros]] 
 [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]

 <$set name="tv-config-toolbar-icons" 
 value={{$:/config/Toolbar/Icons}}>

 <$set name="tv-config-toolbar-text" 
 value={{$:/config/Toolbar/Text}}>

 <$set name="tv-config-toolbar-class" 
 value={{$:/config/Toolbar/ButtonClass}}>

 <$set name="tv-enable-drag-and-drop" 
 value={{$:/config/DragAndDrop/Enable}}>

 <$set name="tv-show-missing-links" value={{$:/config/MissingLinks}}>

 <$set name="storyviewTitle" value={{$:/view}}>

 <$set name="languageTitle" value={{{ [{$:/language}get[name]] }}}>

 >>

 <$navigator story="$:/StoryList" history="$:/HistoryList" 
 openLinkFromInsideRiver={{$:/config/Navigation/openLinkFromInsideRiver}}
  
 openLinkFromOutsideRiver={{$:/config/Navigation/openLinkFromOutsideRiver}}
  
 relinkOnRename={{$:/config/RelinkOnRename}}>

 <$dropzone 

[tw5] Re: Using TiddlyWiki for fact-based information modelling and database engineering ???

2020-11-14 Thread Charlie Veniot
ORM-ish à la TiddlyWiki 


I've done a fair number of updates re cosmetics, a bit more additions to 
handle basic attributes (à la UML classes) or "value types" (à la ORM), and 
modularisation via transclusion templates.

Dissect the TiddlyWiki for your own adventure.  For your interest and 
convenience, I've plastered below the "code" that generates a summary of 
database details for the "Building"  entity.

Cheers !

[image: Screenshot 2020-11-15 at 12.29.05 AM.png]

<$vars DBL="[[" DBR="]]">


  {{!!title}}

  
   attributes 

  
name data type max size Not 
null Unique
  

  <$list filter ="[contains:coded]">
  <$vars vKey={{{ [all[current]tags[]]+[match[PK]] }}}>
  <$list filter ="[all[current]get[coded]]">

  <$vars vNotNull={{{[all[current]split[ ]nth[2]split[:]nth[2]] 
+[removesuffix] ☑ +[replace[1]] [[ ]] +[replace[0-1]]  }}} 
vUnique={{{[all[current]split[ ]nth[2]split[:]nth[1]] +[removeprefix] 
[[ ]] +[replace[M]] ☑ +[replace[1]] }}}>
  <$list filter ="[all[current]split[ ]nth[3]] +[removeprefix] 
+[removesuffix]">


<>



{{||tAsDc}}



{{!!o_data_type}}



{{!!max_size}}



<>



<>

  
  

  
  
  





-- 
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/219a25cd-2653-4e46-bd87-9274d9c21270n%40googlegroups.com.


[tw5] Question: Style in a Table cell

2020-11-14 Thread Clare

I'm trying to figure out how to get the style to fill the whole cell rather 
than just highlight the word in the cell. Any advice?

-- 
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/e2910df3-e8ce-44ba-81bc-cee9692b5b26n%40googlegroups.com.


[tw5] Re: GitHub Saver 404 error

2020-11-14 Thread 'Mark S.' via TiddlyWiki
In your 2nd case, we can't learn anything about your setup, because all the 
fields are empty.

In your first case, try putting a / or /*docs/* in the path field. An 
unfilled path field has been a problem in the past.




On Saturday, November 14, 2020 at 5:37:11 PM UTC-8 samuel.w...@gmail.com 
wrote:

> Hello,
>
> I'm still a newbie to the whole topic and can't figure out what I do wrong 
> with the GitHub Saver. I've tried with a new repository and also in 
> different browsers (Opera, Chrome, Firefox) and different Internet 
> connections. 
>
> This was my first try where I followed the instructions given on Chris 
> Aldrich's blog 
> 
> :
> https://github.com/samuelwiechmann/samuelwiechmann.github.io
>
> I did not even get it to do anything else than save by downloading. 
> So I started a new repository and followed the instructions given on 
> Mohammad's 
> blog :
> https://github.com/samuelwiechmann/wiki
>
> So here I tried opening the new index.html file from my local directory 
> and when I opened it in my browser, the Token was already filled in - seems 
> logical as it is supposed to be saved in my browser.
> And when I enter a wrong token, it logically returns a 401 error. If I 
> don't enter anything as a path, it saves as a download, when I enter / or a 
> subfolder, I get the 404 error. And I can't get rid of it.
>
> I'll probably try again tomorrow, right now I'm too tired to figure this 
> out, but it would be awesome to get this to work :)
>
> Best regards from cold and dark Norway,
>
> Samuel
>

-- 
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/133e37d1-64af-4373-a1a7-2fbc6c24d0f5n%40googlegroups.com.


[tw5] Re: My first plugin - Recipes plugin

2020-11-14 Thread davidn...@gmail.com
Recipe formatting looks fantastic. I did notice that in the ingredients 
list some of the list items are merged together instead of displaying as 
separate list items (see attached image). I had a quick look at the 
*recipe-ingredients* field value but could not see anything about the 
problem ingredients that stood out as different.

--
Regards,
David.
On Sunday, 15 November 2020 at 08:25:46 UTC+9:30 clutterstack wrote:

> This is a very nice plugin. I am now wishing I were not too lazy to 
> prepare a dahl like that.
>
> On Saturday, November 14, 2020 at 12:13:47 AM UTC-5 TW Tones wrote:
>
>> Odin,
>>
>> Thanks for sharing into the community. In the attached tiddler you can 
>> see how I use a view template, this allows you recipes text field to be 
>> empty as the view template transcludes the recipe, template on tiddlers 
>> tagged recipe. 
>>
>> This leaves the text field free for other notes, and displays then at the 
>> bottom below you recipe.
>>
>> I also noticed that a number of fields storing text details are text 
>> blocks, stored in regular fields. This means if edited in edit mode they 
>> may loose all their new line characters. Consider hiding such fields from 
>> edit mode. Do do this create a tiddler an include it in your plugin in the 
>> following name;
>>
>>1. $:/config/EditTemplateFields/Visibility/*fieldname *
>>
>>
>>- and place the value hide (or show) in the text field.
>>
>> for example
>>
>>- $:/config/EditTemplateFields/Visibility/recipe-instructions  
>>   - and place the value hide (or show) in the text field.
>>
>>
>> And it will not longer appear in the edit view
>>
>> If you are interested then we can look at ways to reuse 
>> $:/plugins/Odin/Recipe/RecipeTemplate on existing recipes to edit them.
>>
>> Good work and once again, thanks for sharing with the community.
>> Tones
>>
>> On Saturday, 14 November 2020 at 05:09:14 UTC+11 odin...@gmail.com wrote:
>>
>>> Hello all!
>>>
>>> This plugin is a plugin that adds a way to input, store and display 
>>> recipes in your Tiddlywiki. All the information of the recipe is stored in 
>>> user-fields, so the template is highly customizable without the need to 
>>> change every recipe.
>>> Features
>>>
>>>- A input form to add recipes
>>>- A nice presentation of the recipe
>>>- The box around the ingrediënts list changes depending on the 
>>>theme. It takes on the colour of the page-background.
>>>- By default, each recipe gets tagged 'Recipe'.
>>>
>>> You can find it on http://odinjorna.nl/recipes.html
>>>
>>> This is the first time I packaged and have published a plugin. It is a 
>>> very simple one, but I do use it in my own tiddlywiki. I am mainly sharing 
>>> it with this forum to look for feedback. I want to learn more about 
>>> wikitext and how to make stuff. What would be some things to add that 
>>> aren't too challenging?
>>>
>>> Looking foward to see what you folks think.
>>>
>>

-- 
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/ff0cb041-f42d-4a69-9213-215c7bc691afn%40googlegroups.com.


[tw5] Re: Stop Classic story view from covering x px from the top.

2020-11-14 Thread TW Tones
I just saw this but I think this may be what you are looking for.

$:/themes/tiddlywiki/vanilla/sticky 

 
and set Top to 40px as an example for the Menu bar plugin.
Or create a separate stylesheet with this override.

I think the menu bar plugin now includes this setting internally.

Regards
Tones
 
 

On Sunday, 15 November 2020 at 02:34:37 UTC+11 Sapphireslinger wrote:

> It's late where I am, I'll have to come back to this thread tomorrow. 
> Thank you so much for all the suggestions.
>
> On Saturday, November 14, 2020 at 11:31:38 PM UTC+8 Sapphireslinger wrote:
>
>> @Brian Radspinner
>>
>> I made a tiddler tagged with *$:/tags/PageTemplate *and put this in it: 
>> *> class="tc-adjust-top-of-scroll" 
>> style="height:30px;position:absolute;left:0;right:0; 
>> top:0;visibility:hidden;">This DIV is just here to give a height for the 
>> top bar, and apply the TC-ADJUST-TOP-OF-SCROLL class for TiddlyWiki to have 
>> tiddler title bars not end up behind the top bar. It won't be seen on the 
>> page.*
>>
>> I then saved my Tiddlywiki, but nothing changed, tiddlers still scrolled 
>> over the toolbar.
>> On Saturday, November 14, 2020 at 11:12:36 PM UTC+8 Sapphireslinger wrote:
>>
>>> Here you can see the Page Toolbar covered up when the Story View was 
>>> scrolled upwards.
>>>
>>> [image: Screenshot from 2020-11-14 23-10-55.png]
>>>
>>>
>>> On Saturday, November 14, 2020 at 11:09:16 PM UTC+8 Sapphireslinger 
>>> wrote:
>>>
 Sorry the design is so lame. It's so I can use it on my smartphone as 
 well as my desktop computer. When using this on my smartphone the right 
 hand column tiddlers (I believe they are all tagged as sidebar segments) 
 float to the top and do NOT cover the Page Toolbar.

 The left-hand column is the story view tiddlers. On my smartphone, they 
 all show up below the right-hand column tiddlers. 

 On Saturday, November 14, 2020 at 11:01:31 PM UTC+8 Sapphireslinger 
 wrote:

> [image: Screenshot from 2020-11-14 23-00-02.png]
>
> On Saturday, November 14, 2020 at 10:48:10 PM UTC+8 BurningTreeC wrote:
>
>> Hi @Sapphireslinger, no it's neither your TopBar/Menu or your 
>> PageTemplate. A screenshot of your Top Bar would be very helpful
>>
>> BTC
>>
>> Sapphireslinger schrieb am Samstag, 14. November 2020 um 15:41:07 
>> UTC+1:
>>
>>> @BurningTreeC
>>>
>>> Is it my *$:/core/ui/TopBar/menu* tiddler?
>>>
>>> Here's what it says:
>>>
>>> <$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}}
>>> 
>>>
>>> Is it my $:/core/ui/PageTemplate
>>>
>>> Here's what it says:
>>>
>>> \whitespace trim
>>> \define containerClasses()
>>> tc-page-container tc-page-view-$(storyviewTitle)$ 
>>> tc-language-$(languageTitle)$
>>> \end
>>> \import [[$:/core/ui/PageMacros]] 
>>> [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]
>>>
>>> <$set name="tv-config-toolbar-icons" 
>>> value={{$:/config/Toolbar/Icons}}>
>>>
>>> <$set name="tv-config-toolbar-text" value={{$:/config/Toolbar/Text}}>
>>>
>>> <$set name="tv-config-toolbar-class" 
>>> value={{$:/config/Toolbar/ButtonClass}}>
>>>
>>> <$set name="tv-enable-drag-and-drop" 
>>> value={{$:/config/DragAndDrop/Enable}}>
>>>
>>> <$set name="tv-show-missing-links" value={{$:/config/MissingLinks}}>
>>>
>>> <$set name="storyviewTitle" value={{$:/view}}>
>>>
>>> <$set name="languageTitle" value={{{ [{$:/language}get[name]] }}}>
>>>
>>> >>
>>>
>>> <$navigator story="$:/StoryList" history="$:/HistoryList" 
>>> openLinkFromInsideRiver={{$:/config/Navigation/openLinkFromInsideRiver}}
>>>  
>>> openLinkFromOutsideRiver={{$:/config/Navigation/openLinkFromOutsideRiver}}
>>>  
>>> relinkOnRename={{$:/config/RelinkOnRename}}>
>>>
>>> <$dropzone enable=<>>
>>>
>>> <$list 
>>> filter="[all[shadows+tiddlers]tag[$:/tags/PageTemplate]!has[draft.of]]" 
>>> variable="listItem">
>>>
>>> <$transclude tiddler=<>/>
>>>
>>> 
>>>
>>> 
>>>
>>> 
>>>
>>> 
>>>
>>> 
>>>
>>> 
>>>
>>> 
>>>
>>> 
>>>
>>> 
>>>
>>> 
>>>
>>> 
>>>
>>>
>>> On Saturday, 

[tw5] Re: Help with dynamic external links

2020-11-14 Thread brianburnham

Thanks Eric!
On Saturday, November 14, 2020 at 7:34:16 PM UTC-6 Eric Shulman wrote:

> On Saturday, November 14, 2020 at 4:38:27 PM UTC-8 brianburnham wrote:
>
>> I'm trying to create an external link to search duckduckgo for the 
>> current tiddler's title (url encoded).
>>
>
> * [encodeuricomponent[]addprefix[https://duckduckgo.com/?q= 
> ]] }}} target="_blank">*
> *   search for <>*
> **
>
> Notes:
>
>- You can't embed TW wiki syntax *within* a parameter value
>- But you CAN construct an entire parameter value using wikitext syntax
>- Macros/Variables use DOUBLED angle brackets, >
>- Within filter syntax, macros/variables use SINGLE angle brackets.
>- You can't use macros with parameters inside filter syntax.
>- Widgets always use SINGLE angle brackets, <$widgetname param=... 
>param="... />
>- Widgets either have matching <$widgetname ...>content, 
>or use "short-form", <$widgetname ... /
>- You can't use widgets inside filter syntax
>
> In the above example, target="_blank" is causes the external link to open 
> in a new tab or window.
>
> enjoy,
> -e
>
>
>

-- 
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/12707420-6651-4455-99db-2cd97270fc87n%40googlegroups.com.


[tw5] Re: Help request TiddlyWiki & iPad Pro

2020-11-14 Thread brianburnham

Quine 2 can load multiple files in separate windows and works with local 
files.
On Saturday, November 14, 2020 at 5:54:55 PM UTC-6 Tolko iPadPro wrote:

> Hi, would someone help me please? Have use simple TiddlyWikis on PC and 
> Mac. Have now only iPad Pro and would still like to use TiddlyWiki as on PC 
> and Mac. Anybody with experience in that field wanting to share advice, 
> anything welcome. Just starting out. 
>
> Yes, I know Quine 2, but that makes only one TiddlyWiki possible, yes, no? 
> Would like for example to have more wikis open in Safari on iPad Pro for 
> dragging tiddlers interwiki so to say. And saving of course in Safari, but 
> understand it is problem. Is there a way?
>
> Have read this: 
> https://groups.google.com/forum/#!searchin/tiddlywiki/iPad%7Csort:date/tiddlywiki/HJfbwAa2Tmw/dMuXdDTOBAAJ
>
> But Tones suggestions are over my head
>
> Oh, wait not using iCloud, expensive for me. Found no real alternative. 
> But like to keep everything very very local. So no DropBox as it eats into 
> your HD. Maybe in far future some sort of cloud at home, if it’s not to 
> complicated for me.
>
> Anyway much obliged any help so far
>

-- 
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/05f35c90-137e-4157-b80c-37c90a98af8bn%40googlegroups.com.


[tw5] GitHub Saver 404 error

2020-11-14 Thread Samuel Wiechmann
Hello,

I'm still a newbie to the whole topic and can't figure out what I do wrong 
with the GitHub Saver. I've tried with a new repository and also in 
different browsers (Opera, Chrome, Firefox) and different Internet 
connections. 

This was my first try where I followed the instructions given on Chris 
Aldrich's blog 

:
https://github.com/samuelwiechmann/samuelwiechmann.github.io

I did not even get it to do anything else than save by downloading. 
So I started a new repository and followed the instructions given on Mohammad's 
blog :
https://github.com/samuelwiechmann/wiki

So here I tried opening the new index.html file from my local directory and 
when I opened it in my browser, the Token was already filled in - seems 
logical as it is supposed to be saved in my browser.
And when I enter a wrong token, it logically returns a 401 error. If I 
don't enter anything as a path, it saves as a download, when I enter / or a 
subfolder, I get the 404 error. And I can't get rid of it.

I'll probably try again tomorrow, right now I'm too tired to figure this 
out, but it would be awesome to get this to work :)

Best regards from cold and dark Norway,

Samuel

-- 
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/2601d6bc-5658-4c66-86e1-d5b161966795n%40googlegroups.com.


[tw5] Re: Help with dynamic external links

2020-11-14 Thread Eric Shulman
On Saturday, November 14, 2020 at 4:38:27 PM UTC-8 brianburnham wrote:

> I'm trying to create an external link to search duckduckgo for the current 
> tiddler's title (url encoded).
>

*encodeuricomponent[]addprefix[https://duckduckgo.com/?q=]] 
}}} target="_blank">*
*   search for <>*
**

Notes:

   - You can't embed TW wiki syntax *within* a parameter value
   - But you CAN construct an entire parameter value using wikitext syntax
   - Macros/Variables use DOUBLED angle brackets, <>
   - Within filter syntax, macros/variables use SINGLE angle brackets.
   - You can't use macros with parameters inside filter syntax.
   - Widgets always use SINGLE angle brackets, <$widgetname param=... 
   param="... />
   - Widgets either have matching <$widgetname ...>content, 
   or use "short-form", <$widgetname ... /
   - You can't use widgets inside filter syntax

In the above example, target="_blank" is causes the external link to open 
in a new tab or window.

enjoy,
-e


-- 
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/3c09cc78-e4d5-47c2-bc38-3eacb2e7a940n%40googlegroups.com.


[tw5] Help with dynamic external links

2020-11-14 Thread brianburnham
I've been driving myself crazy trying to get this to work, hoping someone 
can help.

I'm trying to create an external link to search duckduckgo for the current 
tiddler's title (url encoded). I found some link examples searching, but 
none that encoded a variable. Here are two of my many failed attempts. My 
goal is to add this to the view template once it works.

https://duckduckgo.com/?q=cheese=<<$view field=title 
format=urlencoded/ >>">search for <<$view field=title />>

[ext[search for {{!!title}}|https://duckduckgo.com/?q={{{ 
[titleencodeuricomponent[]] }}} ]]

I end up with links that have markup/code rather than the encoded title. 
Any tips? Using the latest version in Quine 2 (iOS).

-- 
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/5814678e-c573-4395-9b0c-a172b840e680n%40googlegroups.com.


[tw5] Help request TiddlyWiki & iPad Pro

2020-11-14 Thread 'Tolko iPadPro' via TiddlyWiki


Hi, would someone help me please? Have use simple TiddlyWikis on PC and 
Mac. Have now only iPad Pro and would still like to use TiddlyWiki as on PC 
and Mac. Anybody with experience in that field wanting to share advice, 
anything welcome. Just starting out. 

Yes, I know Quine 2, but that makes only one TiddlyWiki possible, yes, no? 
Would like for example to have more wikis open in Safari on iPad Pro for 
dragging tiddlers interwiki so to say. And saving of course in Safari, but 
understand it is problem. Is there a way?

Have read this: 
https://groups.google.com/forum/#!searchin/tiddlywiki/iPad%7Csort:date/tiddlywiki/HJfbwAa2Tmw/dMuXdDTOBAAJ

But Tones suggestions are over my head

Oh, wait not using iCloud, expensive for me. Found no real alternative. But 
like to keep everything very very local. So no DropBox as it eats into your 
HD. Maybe in far future some sort of cloud at home, if it’s not to 
complicated for me.

Anyway much obliged any help so far

-- 
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/ecdf6838-2249-4481-b101-9b6d34708e06n%40googlegroups.com.


[tw5] Re: My first plugin - Recipes plugin

2020-11-14 Thread clutterstack
This is a very nice plugin. I am now wishing I were not too lazy to prepare 
a dahl like that.

On Saturday, November 14, 2020 at 12:13:47 AM UTC-5 TW Tones wrote:

> Odin,
>
> Thanks for sharing into the community. In the attached tiddler you can see 
> how I use a view template, this allows you recipes text field to be empty 
> as the view template transcludes the recipe, template on tiddlers tagged 
> recipe. 
>
> This leaves the text field free for other notes, and displays then at the 
> bottom below you recipe.
>
> I also noticed that a number of fields storing text details are text 
> blocks, stored in regular fields. This means if edited in edit mode they 
> may loose all their new line characters. Consider hiding such fields from 
> edit mode. Do do this create a tiddler an include it in your plugin in the 
> following name;
>
>1. $:/config/EditTemplateFields/Visibility/*fieldname *
>
>
>- and place the value hide (or show) in the text field.
>
> for example
>
>- $:/config/EditTemplateFields/Visibility/recipe-instructions  
>   - and place the value hide (or show) in the text field.
>
>
> And it will not longer appear in the edit view
>
> If you are interested then we can look at ways to reuse 
> $:/plugins/Odin/Recipe/RecipeTemplate on existing recipes to edit them.
>
> Good work and once again, thanks for sharing with the community.
> Tones
>
> On Saturday, 14 November 2020 at 05:09:14 UTC+11 odin...@gmail.com wrote:
>
>> Hello all!
>>
>> This plugin is a plugin that adds a way to input, store and display 
>> recipes in your Tiddlywiki. All the information of the recipe is stored in 
>> user-fields, so the template is highly customizable without the need to 
>> change every recipe.
>> Features
>>
>>- A input form to add recipes
>>- A nice presentation of the recipe
>>- The box around the ingrediënts list changes depending on the theme. 
>>It takes on the colour of the page-background.
>>- By default, each recipe gets tagged 'Recipe'.
>>
>> You can find it on http://odinjorna.nl/recipes.html
>>
>> This is the first time I packaged and have published a plugin. It is a 
>> very simple one, but I do use it in my own tiddlywiki. I am mainly sharing 
>> it with this forum to look for feedback. I want to learn more about 
>> wikitext and how to make stuff. What would be some things to add that 
>> aren't too challenging?
>>
>> Looking foward to see what you folks think.
>>
>

-- 
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/b8ecd669-76b0-49cc-a7c5-89b80d96bebfn%40googlegroups.com.


[tw5] Re: What is throwing an error after i installed the shufflefilter...and is there another random mechanism.

2020-11-14 Thread Saq Imtiaz
Hi Jan,

The error seems to be originating from the HotZone plugin.

On Saturday, November 14, 2020 at 10:47:18 PM UTC+1 Jan wrote:

> Hi everybody,
> when trying to enhance my quiz-macro http://szen.io/quiz/ on another wiki,
> after installing 
> https://mklauber.github.io/tw5-plugins/#Shuffle%20Operator throws an 
> error saying:
> TypeError: r is undefined
>
> As this does not happen with the the current Tiddlywiki.com version, I 
> updated to cure it but no way out.
> So it must be something in my wiki: https://szen.io/altona/error/ (no 
> panic all is backuped)
> Can anybody tell me what is going wrong to cure this
>
> Thanks for help
> Jan
>
>

-- 
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/23a2699f-5afd-4811-a4cd-098b31ddfb5an%40googlegroups.com.


[tw5] What is throwing an error after i installed the shufflefilter...and is there another random mechanism.

2020-11-14 Thread Jan

Hi everybody,
when trying to enhance my quiz-macro http://szen.io/quiz/ on another wiki,
after installing 
https://mklauber.github.io/tw5-plugins/#Shuffle%20Operator throws an 
error saying:

TypeError: r is undefined

As this does not happen with the the current Tiddlywiki.com version, I 
updated to cure it but no way out.
So it must be something in my wiki: https://szen.io/altona/error/ (no 
panic all is backuped)

Can anybody tell me what is going wrong to cure this

Thanks for help
Jan

--
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/5FB04F3A.3040700%40googlemail.com.


[tw5] Re: Right-handed Vertical Tabs?

2020-11-14 Thread Brian Radspinner
Try setting:

*.tc-vertical .tc-tab-buttons {*
*   position: relative;*

*   left: -1px; *

*}*




On Saturday, November 14, 2020 at 11:29:46 AM UTC-7 Tiddly Novice wrote:

> I got your the code working for the right side, but the left side refuses 
> to become a gap. Or so it seemed until I remembered some frustrations I'd 
> had a while ago trying to learn how to make pixel art. So, I took a 
> snippet/screenshot of the vertical tabs as arranged normally and then 
> another snippet/screenshot of the vertical tabs placed on the right. Then I 
> opened the screenshots in paint.net and zoomed in far enough to examine 
> the pixels in detail for each situation. Turns out that, when the tab 
> buttons are on the left, the 1 pixel border of each tab button lines up 
> exactly with the big line that they are all connected to. But when the tabs 
> are on the right, the left border of the buttons ends up *beside* the big 
> line. You can tell based on the corners, which for some reason are a 
> lighter color than the rest. So all that needs to happen is for the buttons 
> to be moved over by 1 pixel to put their border ontop of it. I don't know 
> how to do that yet though. Do you know how?
>
> On Saturday, November 14, 2020 at 6:35:27 AM UTC-8 Brian Radspinner wrote:
>
>> The "order" bit is a flex-box style that only works since the parent div 
>> has a flex-box style applied. 
>>
>> For the borders, you need to change the border colors so that the left 
>> border is either not displayed, or matches the background-color. In the 
>> style sheet, try this:
>>
>> *.tc-vertical .tc-tab-buttons button.tc-tab-selected {*
>> *   border-left-color:rgb(255, 255, 255)*
>>
>> *   border-right-color: rgb(204, 204, 204)*
>> *}*
>>
>> It should make the left border white and right border grey, matching the 
>> background color.
>>
>>
>> Another option is the adjust the border widths, and use position:relative 
>> and left:-1px to nudge the tab over, or any a few other options, but the 
>> above should work out OK for the stock TW color scheme.
>> On Friday, November 13, 2020 at 11:57:59 PM UTC-7 Tiddly Novice wrote:
>>
>>> Wow, that's amazing. I would never have thought something called "order" 
>>> would be what would be used to do this. But there's an odd problem. 
>>> Following your instructions exactly results in the selected tab button 
>>> having the gap side (see picture) being on the right like the tab bar was 
>>> still on the left of the content. I can't figure out how to move it to the 
>>> left side of the button. I had success hiding the gap on the right side 
>>> using border-right, but border-left actually seems to refer to a line just 
>>> short of the long vertical line, meaning I can't use it to make the gap 
>>> like it might be expected to. (I'm not yet trying to make little sticky 
>>> note tab buttons that look like they were stuck to the content. I'll try 
>>> that when I have a better understanding of CSS.) But at least I'm pretty 
>>> sure I can get the horizonal tabs that are transcluded by the vertical tabs 
>>> moved to where I want them.
>>>
>>> Is there some special extra border or something that makes the gap 
>>> appear?
>>>
>>> On Thursday, November 12, 2020 at 7:53:26 AM UTC-8 Brian Radspinner 
>>> wrote:
>>>
 You'll need to adjust for CSS styles to get the tabs to look good, but 
 here are the basics for putting the tabs on the right side. Put these in a 
 tiddler tagged with *$:/tags/Stylesheet*...

 .tc-vertical .tc-tab-content { 
order: 1; 
border: solid #999; 
border-width: 0 1px 0 0; 
 }

 .tc-vertical .tc-tab-buttons { 
order: 3; 
 } 
 On Thursday, November 12, 2020 at 12:14:32 AM UTC-7 TW Tones wrote:

> Hi again Novice (Real name?)
>
> Rather than tabs, have you thought of using the TOC macros?
>
> To change the tabs macro, or copy and rename the macro see 
> $:/core/macros/tabs 
> 
>
> It would be possible by modifying the existing toc macros I am sure. 
> Have you tried 
> https://tiddlywiki.com/#Example%20Table%20of%20Contents%3A%20Tabbed%20Internal
>
> It may just be a matter of changing the order of the table details to 
> swap columns.
>
> So here is a quick hack (attached) which modifies the the current toc 
> macros, the internal and external toc's use the right hand side instead.
>
> Regards'
> Tones
>
>
>
> On Thursday, 12 November 2020 11:48:21 UTC+11, Tiddly Novice wrote:
>>
>> To replicate the look of a book that's had little tabs stuck in at 
>> points, I need a version of the vertical format tabs macro (tc-vertical) 
>> that is on the right side of its content area instead of the left. Is 
>> this 
>> even possible?
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" 

[tw5] Re: Right-handed Vertical Tabs?

2020-11-14 Thread Tiddly Novice
I got your the code working for the right side, but the left side refuses 
to become a gap. Or so it seemed until I remembered some frustrations I'd 
had a while ago trying to learn how to make pixel art. So, I took a 
snippet/screenshot of the vertical tabs as arranged normally and then 
another snippet/screenshot of the vertical tabs placed on the right. Then I 
opened the screenshots in paint.net and zoomed in far enough to examine the 
pixels in detail for each situation. Turns out that, when the tab buttons 
are on the left, the 1 pixel border of each tab button lines up exactly 
with the big line that they are all connected to. But when the tabs are on 
the right, the left border of the buttons ends up *beside* the big line. 
You can tell based on the corners, which for some reason are a lighter 
color than the rest. So all that needs to happen is for the buttons to be 
moved over by 1 pixel to put their border ontop of it. I don't know how to 
do that yet though. Do you know how?

On Saturday, November 14, 2020 at 6:35:27 AM UTC-8 Brian Radspinner wrote:

> The "order" bit is a flex-box style that only works since the parent div 
> has a flex-box style applied. 
>
> For the borders, you need to change the border colors so that the left 
> border is either not displayed, or matches the background-color. In the 
> style sheet, try this:
>
> *.tc-vertical .tc-tab-buttons button.tc-tab-selected {*
> *   border-left-color:rgb(255, 255, 255)*
>
> *   border-right-color: rgb(204, 204, 204)*
> *}*
>
> It should make the left border white and right border grey, matching the 
> background color.
>
>
> Another option is the adjust the border widths, and use position:relative 
> and left:-1px to nudge the tab over, or any a few other options, but the 
> above should work out OK for the stock TW color scheme.
> On Friday, November 13, 2020 at 11:57:59 PM UTC-7 Tiddly Novice wrote:
>
>> Wow, that's amazing. I would never have thought something called "order" 
>> would be what would be used to do this. But there's an odd problem. 
>> Following your instructions exactly results in the selected tab button 
>> having the gap side (see picture) being on the right like the tab bar was 
>> still on the left of the content. I can't figure out how to move it to the 
>> left side of the button. I had success hiding the gap on the right side 
>> using border-right, but border-left actually seems to refer to a line just 
>> short of the long vertical line, meaning I can't use it to make the gap 
>> like it might be expected to. (I'm not yet trying to make little sticky 
>> note tab buttons that look like they were stuck to the content. I'll try 
>> that when I have a better understanding of CSS.) But at least I'm pretty 
>> sure I can get the horizonal tabs that are transcluded by the vertical tabs 
>> moved to where I want them.
>>
>> Is there some special extra border or something that makes the gap appear?
>>
>> On Thursday, November 12, 2020 at 7:53:26 AM UTC-8 Brian Radspinner wrote:
>>
>>> You'll need to adjust for CSS styles to get the tabs to look good, but 
>>> here are the basics for putting the tabs on the right side. Put these in a 
>>> tiddler tagged with *$:/tags/Stylesheet*...
>>>
>>> .tc-vertical .tc-tab-content { 
>>>order: 1; 
>>>border: solid #999; 
>>>border-width: 0 1px 0 0; 
>>> }
>>>
>>> .tc-vertical .tc-tab-buttons { 
>>>order: 3; 
>>> } 
>>> On Thursday, November 12, 2020 at 12:14:32 AM UTC-7 TW Tones wrote:
>>>
 Hi again Novice (Real name?)

 Rather than tabs, have you thought of using the TOC macros?

 To change the tabs macro, or copy and rename the macro see 
 $:/core/macros/tabs 
 

 It would be possible by modifying the existing toc macros I am sure. 
 Have you tried 
 https://tiddlywiki.com/#Example%20Table%20of%20Contents%3A%20Tabbed%20Internal

 It may just be a matter of changing the order of the table details to 
 swap columns.

 So here is a quick hack (attached) which modifies the the current toc 
 macros, the internal and external toc's use the right hand side instead.

 Regards'
 Tones



 On Thursday, 12 November 2020 11:48:21 UTC+11, Tiddly Novice wrote:
>
> To replicate the look of a book that's had little tabs stuck in at 
> points, I need a version of the vertical format tabs macro (tc-vertical) 
> that is on the right side of its content area instead of the left. Is 
> this 
> even possible?
>


-- 
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/746961b3-a80a-4137-a016-abecfe0a7a67n%40googlegroups.com.


[tw5] Re: Stop Classic story view from covering x px from the top.

2020-11-14 Thread Sapphireslinger
It's late where I am, I'll have to come back to this thread tomorrow. Thank 
you so much for all the suggestions.

On Saturday, November 14, 2020 at 11:31:38 PM UTC+8 Sapphireslinger wrote:

> @Brian Radspinner
>
> I made a tiddler tagged with *$:/tags/PageTemplate *and put this in it: * class="tc-adjust-top-of-scroll" 
> style="height:30px;position:absolute;left:0;right:0; 
> top:0;visibility:hidden;">This DIV is just here to give a height for the 
> top bar, and apply the TC-ADJUST-TOP-OF-SCROLL class for TiddlyWiki to have 
> tiddler title bars not end up behind the top bar. It won't be seen on the 
> page.*
>
> I then saved my Tiddlywiki, but nothing changed, tiddlers still scrolled 
> over the toolbar.
> On Saturday, November 14, 2020 at 11:12:36 PM UTC+8 Sapphireslinger wrote:
>
>> Here you can see the Page Toolbar covered up when the Story View was 
>> scrolled upwards.
>>
>> [image: Screenshot from 2020-11-14 23-10-55.png]
>>
>>
>> On Saturday, November 14, 2020 at 11:09:16 PM UTC+8 Sapphireslinger wrote:
>>
>>> Sorry the design is so lame. It's so I can use it on my smartphone as 
>>> well as my desktop computer. When using this on my smartphone the right 
>>> hand column tiddlers (I believe they are all tagged as sidebar segments) 
>>> float to the top and do NOT cover the Page Toolbar.
>>>
>>> The left-hand column is the story view tiddlers. On my smartphone, they 
>>> all show up below the right-hand column tiddlers. 
>>>
>>> On Saturday, November 14, 2020 at 11:01:31 PM UTC+8 Sapphireslinger 
>>> wrote:
>>>
 [image: Screenshot from 2020-11-14 23-00-02.png]

 On Saturday, November 14, 2020 at 10:48:10 PM UTC+8 BurningTreeC wrote:

> Hi @Sapphireslinger, no it's neither your TopBar/Menu or your 
> PageTemplate. A screenshot of your Top Bar would be very helpful
>
> BTC
>
> Sapphireslinger schrieb am Samstag, 14. November 2020 um 15:41:07 
> UTC+1:
>
>> @BurningTreeC
>>
>> Is it my *$:/core/ui/TopBar/menu* tiddler?
>>
>> Here's what it says:
>>
>> <$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}}
>> 
>>
>> Is it my $:/core/ui/PageTemplate
>>
>> Here's what it says:
>>
>> \whitespace trim
>> \define containerClasses()
>> tc-page-container tc-page-view-$(storyviewTitle)$ 
>> tc-language-$(languageTitle)$
>> \end
>> \import [[$:/core/ui/PageMacros]] 
>> [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]
>>
>> <$set name="tv-config-toolbar-icons" 
>> value={{$:/config/Toolbar/Icons}}>
>>
>> <$set name="tv-config-toolbar-text" value={{$:/config/Toolbar/Text}}>
>>
>> <$set name="tv-config-toolbar-class" 
>> value={{$:/config/Toolbar/ButtonClass}}>
>>
>> <$set name="tv-enable-drag-and-drop" 
>> value={{$:/config/DragAndDrop/Enable}}>
>>
>> <$set name="tv-show-missing-links" value={{$:/config/MissingLinks}}>
>>
>> <$set name="storyviewTitle" value={{$:/view}}>
>>
>> <$set name="languageTitle" value={{{ [{$:/language}get[name]] }}}>
>>
>> >>
>>
>> <$navigator story="$:/StoryList" history="$:/HistoryList" 
>> openLinkFromInsideRiver={{$:/config/Navigation/openLinkFromInsideRiver}} 
>> openLinkFromOutsideRiver={{$:/config/Navigation/openLinkFromOutsideRiver}}
>>  
>> relinkOnRename={{$:/config/RelinkOnRename}}>
>>
>> <$dropzone enable=<>>
>>
>> <$list 
>> filter="[all[shadows+tiddlers]tag[$:/tags/PageTemplate]!has[draft.of]]" 
>> variable="listItem">
>>
>> <$transclude tiddler=<>/>
>>
>> 
>>
>> 
>>
>> 
>>
>> 
>>
>> 
>>
>> 
>>
>> 
>>
>> 
>>
>> 
>>
>> 
>>
>> 
>>
>>
>> On Saturday, November 14, 2020 at 10:21:41 PM UTC+8 Brian Radspinner 
>> wrote:
>>
>>> Whatever tiddler you have that holds the top bar, give it the class 
>>> of "*$:/tags/PageTemplate*". The height of that tiddler should be 
>>> the new scroll margin. 
>>>
>>> An alternative is to have a tiddler just made to be that margin:
>>>
>>> Put the following in the body of a new tiddler...
>>>
>>>
>>> *>> style="height:30px;position:absolute;left:0;right:0; 
>>> top:0;visibility:hidden;">This DIV is just here to give a height for 
>>> the 
>>> top bar, and apply the 

[tw5] Re: Stop Classic story view from covering x px from the top.

2020-11-14 Thread Sapphireslinger
@Brian Radspinner

I made a tiddler tagged with *$:/tags/PageTemplate *and put this in it: *This DIV is just here to give a height for the 
top bar, and apply the TC-ADJUST-TOP-OF-SCROLL class for TiddlyWiki to have 
tiddler title bars not end up behind the top bar. It won't be seen on the 
page.*

I then saved my Tiddlywiki, but nothing changed, tiddlers still scrolled 
over the toolbar.
On Saturday, November 14, 2020 at 11:12:36 PM UTC+8 Sapphireslinger wrote:

> Here you can see the Page Toolbar covered up when the Story View was 
> scrolled upwards.
>
> [image: Screenshot from 2020-11-14 23-10-55.png]
>
>
> On Saturday, November 14, 2020 at 11:09:16 PM UTC+8 Sapphireslinger wrote:
>
>> Sorry the design is so lame. It's so I can use it on my smartphone as 
>> well as my desktop computer. When using this on my smartphone the right 
>> hand column tiddlers (I believe they are all tagged as sidebar segments) 
>> float to the top and do NOT cover the Page Toolbar.
>>
>> The left-hand column is the story view tiddlers. On my smartphone, they 
>> all show up below the right-hand column tiddlers. 
>>
>> On Saturday, November 14, 2020 at 11:01:31 PM UTC+8 Sapphireslinger wrote:
>>
>>> [image: Screenshot from 2020-11-14 23-00-02.png]
>>>
>>> On Saturday, November 14, 2020 at 10:48:10 PM UTC+8 BurningTreeC wrote:
>>>
 Hi @Sapphireslinger, no it's neither your TopBar/Menu or your 
 PageTemplate. A screenshot of your Top Bar would be very helpful

 BTC

 Sapphireslinger schrieb am Samstag, 14. November 2020 um 15:41:07 UTC+1:

> @BurningTreeC
>
> Is it my *$:/core/ui/TopBar/menu* tiddler?
>
> Here's what it says:
>
> <$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}}
> 
>
> Is it my $:/core/ui/PageTemplate
>
> Here's what it says:
>
> \whitespace trim
> \define containerClasses()
> tc-page-container tc-page-view-$(storyviewTitle)$ 
> tc-language-$(languageTitle)$
> \end
> \import [[$:/core/ui/PageMacros]] 
> [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]
>
> <$set name="tv-config-toolbar-icons" value={{$:/config/Toolbar/Icons}}>
>
> <$set name="tv-config-toolbar-text" value={{$:/config/Toolbar/Text}}>
>
> <$set name="tv-config-toolbar-class" 
> value={{$:/config/Toolbar/ButtonClass}}>
>
> <$set name="tv-enable-drag-and-drop" 
> value={{$:/config/DragAndDrop/Enable}}>
>
> <$set name="tv-show-missing-links" value={{$:/config/MissingLinks}}>
>
> <$set name="storyviewTitle" value={{$:/view}}>
>
> <$set name="languageTitle" value={{{ [{$:/language}get[name]] }}}>
>
> >>
>
> <$navigator story="$:/StoryList" history="$:/HistoryList" 
> openLinkFromInsideRiver={{$:/config/Navigation/openLinkFromInsideRiver}} 
> openLinkFromOutsideRiver={{$:/config/Navigation/openLinkFromOutsideRiver}}
>  
> relinkOnRename={{$:/config/RelinkOnRename}}>
>
> <$dropzone enable=<>>
>
> <$list 
> filter="[all[shadows+tiddlers]tag[$:/tags/PageTemplate]!has[draft.of]]" 
> variable="listItem">
>
> <$transclude tiddler=<>/>
>
> 
>
> 
>
> 
>
> 
>
> 
>
> 
>
> 
>
> 
>
> 
>
> 
>
> 
>
>
> On Saturday, November 14, 2020 at 10:21:41 PM UTC+8 Brian Radspinner 
> wrote:
>
>> Whatever tiddler you have that holds the top bar, give it the class 
>> of "*$:/tags/PageTemplate*". The height of that tiddler should be 
>> the new scroll margin. 
>>
>> An alternative is to have a tiddler just made to be that margin:
>>
>> Put the following in the body of a new tiddler...
>>
>>
>> *> style="height:30px;position:absolute;left:0;right:0; 
>> top:0;visibility:hidden;">This DIV is just here to give a height for the 
>> top bar, and apply the TC-ADJUST-TOP-OF-SCROLL class for TiddlyWiki to 
>> have 
>> tiddler title bars not end up behind the top bar. It won't be seen on 
>> the 
>> page.*
>>
>> On Saturday, November 14, 2020 at 7:12:10 AM UTC-7 Sapphireslinger 
>> wrote:
>>
>>> I'm so sorry, I don't know what the name of the Page Toolbar tiddler 
>>> is. 
>>>
>>> I know I should go to "More" and then click on either "Shadows" or 
>>> "System" but I don't know how to find the Page Toolbar 

[tw5] Re: Stop Classic story view from covering x px from the top.

2020-11-14 Thread Sapphireslinger
Here you can see the Page Toolbar covered up when the Story View was 
scrolled upwards.

[image: Screenshot from 2020-11-14 23-10-55.png]


On Saturday, November 14, 2020 at 11:09:16 PM UTC+8 Sapphireslinger wrote:

> Sorry the design is so lame. It's so I can use it on my smartphone as well 
> as my desktop computer. When using this on my smartphone the right hand 
> column tiddlers (I believe they are all tagged as sidebar segments) float 
> to the top and do NOT cover the Page Toolbar.
>
> The left-hand column is the story view tiddlers. On my smartphone, they 
> all show up below the right-hand column tiddlers. 
>
> On Saturday, November 14, 2020 at 11:01:31 PM UTC+8 Sapphireslinger wrote:
>
>> [image: Screenshot from 2020-11-14 23-00-02.png]
>>
>> On Saturday, November 14, 2020 at 10:48:10 PM UTC+8 BurningTreeC wrote:
>>
>>> Hi @Sapphireslinger, no it's neither your TopBar/Menu or your 
>>> PageTemplate. A screenshot of your Top Bar would be very helpful
>>>
>>> BTC
>>>
>>> Sapphireslinger schrieb am Samstag, 14. November 2020 um 15:41:07 UTC+1:
>>>
 @BurningTreeC

 Is it my *$:/core/ui/TopBar/menu* tiddler?

 Here's what it says:

 <$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}}
 

 Is it my $:/core/ui/PageTemplate

 Here's what it says:

 \whitespace trim
 \define containerClasses()
 tc-page-container tc-page-view-$(storyviewTitle)$ 
 tc-language-$(languageTitle)$
 \end
 \import [[$:/core/ui/PageMacros]] 
 [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]

 <$set name="tv-config-toolbar-icons" value={{$:/config/Toolbar/Icons}}>

 <$set name="tv-config-toolbar-text" value={{$:/config/Toolbar/Text}}>

 <$set name="tv-config-toolbar-class" 
 value={{$:/config/Toolbar/ButtonClass}}>

 <$set name="tv-enable-drag-and-drop" 
 value={{$:/config/DragAndDrop/Enable}}>

 <$set name="tv-show-missing-links" value={{$:/config/MissingLinks}}>

 <$set name="storyviewTitle" value={{$:/view}}>

 <$set name="languageTitle" value={{{ [{$:/language}get[name]] }}}>

 >>

 <$navigator story="$:/StoryList" history="$:/HistoryList" 
 openLinkFromInsideRiver={{$:/config/Navigation/openLinkFromInsideRiver}} 
 openLinkFromOutsideRiver={{$:/config/Navigation/openLinkFromOutsideRiver}} 
 relinkOnRename={{$:/config/RelinkOnRename}}>

 <$dropzone enable=<>>

 <$list 
 filter="[all[shadows+tiddlers]tag[$:/tags/PageTemplate]!has[draft.of]]" 
 variable="listItem">

 <$transclude tiddler=<>/>

 

 

 

 

 

 

 

 

 

 

 


 On Saturday, November 14, 2020 at 10:21:41 PM UTC+8 Brian Radspinner 
 wrote:

> Whatever tiddler you have that holds the top bar, give it the class of 
> "*$:/tags/PageTemplate*". The height of that tiddler should be the 
> new scroll margin. 
>
> An alternative is to have a tiddler just made to be that margin:
>
> Put the following in the body of a new tiddler...
>
>
> * style="height:30px;position:absolute;left:0;right:0; 
> top:0;visibility:hidden;">This DIV is just here to give a height for the 
> top bar, and apply the TC-ADJUST-TOP-OF-SCROLL class for TiddlyWiki to 
> have 
> tiddler title bars not end up behind the top bar. It won't be seen on the 
> page.*
>
> On Saturday, November 14, 2020 at 7:12:10 AM UTC-7 Sapphireslinger 
> wrote:
>
>> I'm so sorry, I don't know what the name of the Page Toolbar tiddler 
>> is. 
>>
>> I know I should go to "More" and then click on either "Shadows" or 
>> "System" but I don't know how to find the Page Toolbar tiddler.
>>
>> On Saturday, November 14, 2020 at 9:54:47 PM UTC+8 BurningTreeC wrote:
>>
>>> @Sapphireslinger, it would be helpful if you showed how your Page 
>>> Toolbar looks like... And the code it uses
>>>
>>> BTC
>>>
>>> BurningTreeC schrieb am Samstag, 14. November 2020 um 14:53:34 UTC+1:
>>>
 Hi @Sapphireslinger, have you tried adding the class 
 "tc-adjust-top-of-scroll" to your top Page Toolbar?

 BTC

 Sapphireslinger schrieb am Samstag, 14. November 2020 um 14:10:58 
 UTC+1:

> Thank you for your 

[tw5] Re: Stop Classic story view from covering x px from the top.

2020-11-14 Thread Sapphireslinger
Sorry the design is so lame. It's so I can use it on my smartphone as well 
as my desktop computer. When using this on my smartphone the right hand 
column tiddlers (I believe they are all tagged as sidebar segments) float 
to the top and do NOT cover the Page Toolbar.

The left-hand column is the story view tiddlers. On my smartphone, they all 
show up below the right-hand column tiddlers. 

On Saturday, November 14, 2020 at 11:01:31 PM UTC+8 Sapphireslinger wrote:

> [image: Screenshot from 2020-11-14 23-00-02.png]
>
> On Saturday, November 14, 2020 at 10:48:10 PM UTC+8 BurningTreeC wrote:
>
>> Hi @Sapphireslinger, no it's neither your TopBar/Menu or your 
>> PageTemplate. A screenshot of your Top Bar would be very helpful
>>
>> BTC
>>
>> Sapphireslinger schrieb am Samstag, 14. November 2020 um 15:41:07 UTC+1:
>>
>>> @BurningTreeC
>>>
>>> Is it my *$:/core/ui/TopBar/menu* tiddler?
>>>
>>> Here's what it says:
>>>
>>> <$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}}
>>> 
>>>
>>> Is it my $:/core/ui/PageTemplate
>>>
>>> Here's what it says:
>>>
>>> \whitespace trim
>>> \define containerClasses()
>>> tc-page-container tc-page-view-$(storyviewTitle)$ 
>>> tc-language-$(languageTitle)$
>>> \end
>>> \import [[$:/core/ui/PageMacros]] 
>>> [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]
>>>
>>> <$set name="tv-config-toolbar-icons" value={{$:/config/Toolbar/Icons}}>
>>>
>>> <$set name="tv-config-toolbar-text" value={{$:/config/Toolbar/Text}}>
>>>
>>> <$set name="tv-config-toolbar-class" 
>>> value={{$:/config/Toolbar/ButtonClass}}>
>>>
>>> <$set name="tv-enable-drag-and-drop" 
>>> value={{$:/config/DragAndDrop/Enable}}>
>>>
>>> <$set name="tv-show-missing-links" value={{$:/config/MissingLinks}}>
>>>
>>> <$set name="storyviewTitle" value={{$:/view}}>
>>>
>>> <$set name="languageTitle" value={{{ [{$:/language}get[name]] }}}>
>>>
>>> >>
>>>
>>> <$navigator story="$:/StoryList" history="$:/HistoryList" 
>>> openLinkFromInsideRiver={{$:/config/Navigation/openLinkFromInsideRiver}} 
>>> openLinkFromOutsideRiver={{$:/config/Navigation/openLinkFromOutsideRiver}} 
>>> relinkOnRename={{$:/config/RelinkOnRename}}>
>>>
>>> <$dropzone enable=<>>
>>>
>>> <$list 
>>> filter="[all[shadows+tiddlers]tag[$:/tags/PageTemplate]!has[draft.of]]" 
>>> variable="listItem">
>>>
>>> <$transclude tiddler=<>/>
>>>
>>> 
>>>
>>> 
>>>
>>> 
>>>
>>> 
>>>
>>> 
>>>
>>> 
>>>
>>> 
>>>
>>> 
>>>
>>> 
>>>
>>> 
>>>
>>> 
>>>
>>>
>>> On Saturday, November 14, 2020 at 10:21:41 PM UTC+8 Brian Radspinner 
>>> wrote:
>>>
 Whatever tiddler you have that holds the top bar, give it the class of "
 *$:/tags/PageTemplate*". The height of that tiddler should be the new 
 scroll margin. 

 An alternative is to have a tiddler just made to be that margin:

 Put the following in the body of a new tiddler...


 *>>> style="height:30px;position:absolute;left:0;right:0; 
 top:0;visibility:hidden;">This DIV is just here to give a height for the 
 top bar, and apply the TC-ADJUST-TOP-OF-SCROLL class for TiddlyWiki to 
 have 
 tiddler title bars not end up behind the top bar. It won't be seen on the 
 page.*

 On Saturday, November 14, 2020 at 7:12:10 AM UTC-7 Sapphireslinger 
 wrote:

> I'm so sorry, I don't know what the name of the Page Toolbar tiddler 
> is. 
>
> I know I should go to "More" and then click on either "Shadows" or 
> "System" but I don't know how to find the Page Toolbar tiddler.
>
> On Saturday, November 14, 2020 at 9:54:47 PM UTC+8 BurningTreeC wrote:
>
>> @Sapphireslinger, it would be helpful if you showed how your Page 
>> Toolbar looks like... And the code it uses
>>
>> BTC
>>
>> BurningTreeC schrieb am Samstag, 14. November 2020 um 14:53:34 UTC+1:
>>
>>> Hi @Sapphireslinger, have you tried adding the class 
>>> "tc-adjust-top-of-scroll" to your top Page Toolbar?
>>>
>>> BTC
>>>
>>> Sapphireslinger schrieb am Samstag, 14. November 2020 um 14:10:58 
>>> UTC+1:
>>>
 Thank you for your suggestion. Unfortunately, I aleardy tried that, 
 and it didn't work. I changed the 30 px to 300 px. The result: 
 Tiddlers 
 still scroll entirely up over the viewable part of the screen (And as 
 always, I just see the covered up toolbar poking out the left side of 
 the 
 Story View, but the one icon visible is not clickable.) 

[tw5] Re: Stop Classic story view from covering x px from the top.

2020-11-14 Thread Sapphireslinger
[image: Screenshot from 2020-11-14 23-00-02.png]

On Saturday, November 14, 2020 at 10:48:10 PM UTC+8 BurningTreeC wrote:

> Hi @Sapphireslinger, no it's neither your TopBar/Menu or your 
> PageTemplate. A screenshot of your Top Bar would be very helpful
>
> BTC
>
> Sapphireslinger schrieb am Samstag, 14. November 2020 um 15:41:07 UTC+1:
>
>> @BurningTreeC
>>
>> Is it my *$:/core/ui/TopBar/menu* tiddler?
>>
>> Here's what it says:
>>
>> <$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}}
>> 
>>
>> Is it my $:/core/ui/PageTemplate
>>
>> Here's what it says:
>>
>> \whitespace trim
>> \define containerClasses()
>> tc-page-container tc-page-view-$(storyviewTitle)$ 
>> tc-language-$(languageTitle)$
>> \end
>> \import [[$:/core/ui/PageMacros]] 
>> [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]
>>
>> <$set name="tv-config-toolbar-icons" value={{$:/config/Toolbar/Icons}}>
>>
>> <$set name="tv-config-toolbar-text" value={{$:/config/Toolbar/Text}}>
>>
>> <$set name="tv-config-toolbar-class" 
>> value={{$:/config/Toolbar/ButtonClass}}>
>>
>> <$set name="tv-enable-drag-and-drop" 
>> value={{$:/config/DragAndDrop/Enable}}>
>>
>> <$set name="tv-show-missing-links" value={{$:/config/MissingLinks}}>
>>
>> <$set name="storyviewTitle" value={{$:/view}}>
>>
>> <$set name="languageTitle" value={{{ [{$:/language}get[name]] }}}>
>>
>> >>
>>
>> <$navigator story="$:/StoryList" history="$:/HistoryList" 
>> openLinkFromInsideRiver={{$:/config/Navigation/openLinkFromInsideRiver}} 
>> openLinkFromOutsideRiver={{$:/config/Navigation/openLinkFromOutsideRiver}} 
>> relinkOnRename={{$:/config/RelinkOnRename}}>
>>
>> <$dropzone enable=<>>
>>
>> <$list 
>> filter="[all[shadows+tiddlers]tag[$:/tags/PageTemplate]!has[draft.of]]" 
>> variable="listItem">
>>
>> <$transclude tiddler=<>/>
>>
>> 
>>
>> 
>>
>> 
>>
>> 
>>
>> 
>>
>> 
>>
>> 
>>
>> 
>>
>> 
>>
>> 
>>
>> 
>>
>>
>> On Saturday, November 14, 2020 at 10:21:41 PM UTC+8 Brian Radspinner 
>> wrote:
>>
>>> Whatever tiddler you have that holds the top bar, give it the class of "
>>> *$:/tags/PageTemplate*". The height of that tiddler should be the new 
>>> scroll margin. 
>>>
>>> An alternative is to have a tiddler just made to be that margin:
>>>
>>> Put the following in the body of a new tiddler...
>>>
>>>
>>> *>> style="height:30px;position:absolute;left:0;right:0; 
>>> top:0;visibility:hidden;">This DIV is just here to give a height for the 
>>> top bar, and apply the TC-ADJUST-TOP-OF-SCROLL class for TiddlyWiki to have 
>>> tiddler title bars not end up behind the top bar. It won't be seen on the 
>>> page.*
>>>
>>> On Saturday, November 14, 2020 at 7:12:10 AM UTC-7 Sapphireslinger wrote:
>>>
 I'm so sorry, I don't know what the name of the Page Toolbar tiddler 
 is. 

 I know I should go to "More" and then click on either "Shadows" or 
 "System" but I don't know how to find the Page Toolbar tiddler.

 On Saturday, November 14, 2020 at 9:54:47 PM UTC+8 BurningTreeC wrote:

> @Sapphireslinger, it would be helpful if you showed how your Page 
> Toolbar looks like... And the code it uses
>
> BTC
>
> BurningTreeC schrieb am Samstag, 14. November 2020 um 14:53:34 UTC+1:
>
>> Hi @Sapphireslinger, have you tried adding the class 
>> "tc-adjust-top-of-scroll" to your top Page Toolbar?
>>
>> BTC
>>
>> Sapphireslinger schrieb am Samstag, 14. November 2020 um 14:10:58 
>> UTC+1:
>>
>>> Thank you for your suggestion. Unfortunately, I aleardy tried that, 
>>> and it didn't work. I changed the 30 px to 300 px. The result: Tiddlers 
>>> still scroll entirely up over the viewable part of the screen (And as 
>>> always, I just see the covered up toolbar poking out the left side of 
>>> the 
>>> Story View, but the one icon visible is not clickable.) Only when I 
>>> scroll 
>>> all the way to the top does the entire "fixed" toolbar come into view, 
>>> and 
>>> I see that there is indeed a 300 px gap between the first tiddler and 
>>> the 
>>> toolbar. 
>>>
>>> On Saturday, November 14, 2020 at 8:41:22 PM UTC+8 
>>> saq.i...@gmail.com wrote:
>>>
 $:/ControlPanel -> Appearance -> Theme Tweaks -> Story top position

 On Saturday, November 14, 2020 at 12:54:19 PM UTC+1 Sapphireslinger 
 wrote:

> I am using Classic Story View with Vanilla Basic Theme (Blanca 
> palette).
>

[tw5] Re: Stop Classic story view from covering x px from the top.

2020-11-14 Thread BurningTreeC
Hi @Sapphireslinger, no it's neither your TopBar/Menu or your PageTemplate. 
A screenshot of your Top Bar would be very helpful

BTC

Sapphireslinger schrieb am Samstag, 14. November 2020 um 15:41:07 UTC+1:

> @BurningTreeC
>
> Is it my *$:/core/ui/TopBar/menu* tiddler?
>
> Here's what it says:
>
> <$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}}
> 
>
> Is it my $:/core/ui/PageTemplate
>
> Here's what it says:
>
> \whitespace trim
> \define containerClasses()
> tc-page-container tc-page-view-$(storyviewTitle)$ 
> tc-language-$(languageTitle)$
> \end
> \import [[$:/core/ui/PageMacros]] 
> [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]
>
> <$set name="tv-config-toolbar-icons" value={{$:/config/Toolbar/Icons}}>
>
> <$set name="tv-config-toolbar-text" value={{$:/config/Toolbar/Text}}>
>
> <$set name="tv-config-toolbar-class" 
> value={{$:/config/Toolbar/ButtonClass}}>
>
> <$set name="tv-enable-drag-and-drop" 
> value={{$:/config/DragAndDrop/Enable}}>
>
> <$set name="tv-show-missing-links" value={{$:/config/MissingLinks}}>
>
> <$set name="storyviewTitle" value={{$:/view}}>
>
> <$set name="languageTitle" value={{{ [{$:/language}get[name]] }}}>
>
> >>
>
> <$navigator story="$:/StoryList" history="$:/HistoryList" 
> openLinkFromInsideRiver={{$:/config/Navigation/openLinkFromInsideRiver}} 
> openLinkFromOutsideRiver={{$:/config/Navigation/openLinkFromOutsideRiver}} 
> relinkOnRename={{$:/config/RelinkOnRename}}>
>
> <$dropzone enable=<>>
>
> <$list 
> filter="[all[shadows+tiddlers]tag[$:/tags/PageTemplate]!has[draft.of]]" 
> variable="listItem">
>
> <$transclude tiddler=<>/>
>
> 
>
> 
>
> 
>
> 
>
> 
>
> 
>
> 
>
> 
>
> 
>
> 
>
> 
>
>
> On Saturday, November 14, 2020 at 10:21:41 PM UTC+8 Brian Radspinner wrote:
>
>> Whatever tiddler you have that holds the top bar, give it the class of "
>> *$:/tags/PageTemplate*". The height of that tiddler should be the new 
>> scroll margin. 
>>
>> An alternative is to have a tiddler just made to be that margin:
>>
>> Put the following in the body of a new tiddler...
>>
>>
>> *> style="height:30px;position:absolute;left:0;right:0; 
>> top:0;visibility:hidden;">This DIV is just here to give a height for the 
>> top bar, and apply the TC-ADJUST-TOP-OF-SCROLL class for TiddlyWiki to have 
>> tiddler title bars not end up behind the top bar. It won't be seen on the 
>> page.*
>>
>> On Saturday, November 14, 2020 at 7:12:10 AM UTC-7 Sapphireslinger wrote:
>>
>>> I'm so sorry, I don't know what the name of the Page Toolbar tiddler is. 
>>>
>>> I know I should go to "More" and then click on either "Shadows" or 
>>> "System" but I don't know how to find the Page Toolbar tiddler.
>>>
>>> On Saturday, November 14, 2020 at 9:54:47 PM UTC+8 BurningTreeC wrote:
>>>
 @Sapphireslinger, it would be helpful if you showed how your Page 
 Toolbar looks like... And the code it uses

 BTC

 BurningTreeC schrieb am Samstag, 14. November 2020 um 14:53:34 UTC+1:

> Hi @Sapphireslinger, have you tried adding the class 
> "tc-adjust-top-of-scroll" to your top Page Toolbar?
>
> BTC
>
> Sapphireslinger schrieb am Samstag, 14. November 2020 um 14:10:58 
> UTC+1:
>
>> Thank you for your suggestion. Unfortunately, I aleardy tried that, 
>> and it didn't work. I changed the 30 px to 300 px. The result: Tiddlers 
>> still scroll entirely up over the viewable part of the screen (And as 
>> always, I just see the covered up toolbar poking out the left side of 
>> the 
>> Story View, but the one icon visible is not clickable.) Only when I 
>> scroll 
>> all the way to the top does the entire "fixed" toolbar come into view, 
>> and 
>> I see that there is indeed a 300 px gap between the first tiddler and 
>> the 
>> toolbar. 
>>
>> On Saturday, November 14, 2020 at 8:41:22 PM UTC+8 saq.i...@gmail.com 
>> wrote:
>>
>>> $:/ControlPanel -> Appearance -> Theme Tweaks -> Story top position
>>>
>>> On Saturday, November 14, 2020 at 12:54:19 PM UTC+1 Sapphireslinger 
>>> wrote:
>>>
 I am using Classic Story View with Vanilla Basic Theme (Blanca 
 palette).

 The Story View scrolls completely over my fixed Page Toolbar at the 
 top of the screen, so that it is useless as a fixed toolbar (since I 
 have 
 to scroll back up to the top to see it anyway). 

 *How do I tell the top boundary of the story view to 

[tw5] Re: Stop Classic story view from covering x px from the top.

2020-11-14 Thread Sapphireslinger
@BurningTreeC

Is it my *$:/core/ui/TopBar/menu* tiddler?

Here's what it says:

<$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}}


Is it my $:/core/ui/PageTemplate

Here's what it says:

\whitespace trim
\define containerClasses()
tc-page-container tc-page-view-$(storyviewTitle)$ 
tc-language-$(languageTitle)$
\end
\import [[$:/core/ui/PageMacros]] 
[all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]

<$set name="tv-config-toolbar-icons" value={{$:/config/Toolbar/Icons}}>

<$set name="tv-config-toolbar-text" value={{$:/config/Toolbar/Text}}>

<$set name="tv-config-toolbar-class" 
value={{$:/config/Toolbar/ButtonClass}}>

<$set name="tv-enable-drag-and-drop" value={{$:/config/DragAndDrop/Enable}}>

<$set name="tv-show-missing-links" value={{$:/config/MissingLinks}}>

<$set name="storyviewTitle" value={{$:/view}}>

<$set name="languageTitle" value={{{ [{$:/language}get[name]] }}}>

>>

<$navigator story="$:/StoryList" history="$:/HistoryList" 
openLinkFromInsideRiver={{$:/config/Navigation/openLinkFromInsideRiver}} 
openLinkFromOutsideRiver={{$:/config/Navigation/openLinkFromOutsideRiver}} 
relinkOnRename={{$:/config/RelinkOnRename}}>

<$dropzone enable=<>>

<$list 
filter="[all[shadows+tiddlers]tag[$:/tags/PageTemplate]!has[draft.of]]" 
variable="listItem">

<$transclude tiddler=<>/>
























On Saturday, November 14, 2020 at 10:21:41 PM UTC+8 Brian Radspinner wrote:

> Whatever tiddler you have that holds the top bar, give it the class of "
> *$:/tags/PageTemplate*". The height of that tiddler should be the new 
> scroll margin. 
>
> An alternative is to have a tiddler just made to be that margin:
>
> Put the following in the body of a new tiddler...
>
>
> * style="height:30px;position:absolute;left:0;right:0; 
> top:0;visibility:hidden;">This DIV is just here to give a height for the 
> top bar, and apply the TC-ADJUST-TOP-OF-SCROLL class for TiddlyWiki to have 
> tiddler title bars not end up behind the top bar. It won't be seen on the 
> page.*
>
> On Saturday, November 14, 2020 at 7:12:10 AM UTC-7 Sapphireslinger wrote:
>
>> I'm so sorry, I don't know what the name of the Page Toolbar tiddler is. 
>>
>> I know I should go to "More" and then click on either "Shadows" or 
>> "System" but I don't know how to find the Page Toolbar tiddler.
>>
>> On Saturday, November 14, 2020 at 9:54:47 PM UTC+8 BurningTreeC wrote:
>>
>>> @Sapphireslinger, it would be helpful if you showed how your Page 
>>> Toolbar looks like... And the code it uses
>>>
>>> BTC
>>>
>>> BurningTreeC schrieb am Samstag, 14. November 2020 um 14:53:34 UTC+1:
>>>
 Hi @Sapphireslinger, have you tried adding the class 
 "tc-adjust-top-of-scroll" to your top Page Toolbar?

 BTC

 Sapphireslinger schrieb am Samstag, 14. November 2020 um 14:10:58 UTC+1:

> Thank you for your suggestion. Unfortunately, I aleardy tried that, 
> and it didn't work. I changed the 30 px to 300 px. The result: Tiddlers 
> still scroll entirely up over the viewable part of the screen (And as 
> always, I just see the covered up toolbar poking out the left side of the 
> Story View, but the one icon visible is not clickable.) Only when I 
> scroll 
> all the way to the top does the entire "fixed" toolbar come into view, 
> and 
> I see that there is indeed a 300 px gap between the first tiddler and the 
> toolbar. 
>
> On Saturday, November 14, 2020 at 8:41:22 PM UTC+8 saq.i...@gmail.com 
> wrote:
>
>> $:/ControlPanel -> Appearance -> Theme Tweaks -> Story top position
>>
>> On Saturday, November 14, 2020 at 12:54:19 PM UTC+1 Sapphireslinger 
>> wrote:
>>
>>> I am using Classic Story View with Vanilla Basic Theme (Blanca 
>>> palette).
>>>
>>> The Story View scrolls completely over my fixed Page Toolbar at the 
>>> top of the screen, so that it is useless as a fixed toolbar (since I 
>>> have 
>>> to scroll back up to the top to see it anyway). 
>>>
>>> *How do I tell the top boundary of the story view to stop at, say, 
>>> 30 px from the top?*
>>>
>>

-- 
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/16116bf7-fdc6-4bad-90be-da5bb14db6c2n%40googlegroups.com.


[tw5] Re: Right-handed Vertical Tabs?

2020-11-14 Thread Brian Radspinner
The "order" bit is a flex-box style that only works since the parent div 
has a flex-box style applied. 

For the borders, you need to change the border colors so that the left 
border is either not displayed, or matches the background-color. In the 
style sheet, try this:

*.tc-vertical .tc-tab-buttons button.tc-tab-selected {*
*   border-left-color:rgb(255, 255, 255)*

*   border-right-color: rgb(204, 204, 204)*
*}*

It should make the left border white and right border grey, matching the 
background color.


Another option is the adjust the border widths, and use position:relative 
and left:-1px to nudge the tab over, or any a few other options, but the 
above should work out OK for the stock TW color scheme.
On Friday, November 13, 2020 at 11:57:59 PM UTC-7 Tiddly Novice wrote:

> Wow, that's amazing. I would never have thought something called "order" 
> would be what would be used to do this. But there's an odd problem. 
> Following your instructions exactly results in the selected tab button 
> having the gap side (see picture) being on the right like the tab bar was 
> still on the left of the content. I can't figure out how to move it to the 
> left side of the button. I had success hiding the gap on the right side 
> using border-right, but border-left actually seems to refer to a line just 
> short of the long vertical line, meaning I can't use it to make the gap 
> like it might be expected to. (I'm not yet trying to make little sticky 
> note tab buttons that look like they were stuck to the content. I'll try 
> that when I have a better understanding of CSS.) But at least I'm pretty 
> sure I can get the horizonal tabs that are transcluded by the vertical tabs 
> moved to where I want them.
>
> Is there some special extra border or something that makes the gap appear?
>
> On Thursday, November 12, 2020 at 7:53:26 AM UTC-8 Brian Radspinner wrote:
>
>> You'll need to adjust for CSS styles to get the tabs to look good, but 
>> here are the basics for putting the tabs on the right side. Put these in a 
>> tiddler tagged with *$:/tags/Stylesheet*...
>>
>> .tc-vertical .tc-tab-content { 
>>order: 1; 
>>border: solid #999; 
>>border-width: 0 1px 0 0; 
>> }
>>
>> .tc-vertical .tc-tab-buttons { 
>>order: 3; 
>> } 
>> On Thursday, November 12, 2020 at 12:14:32 AM UTC-7 TW Tones wrote:
>>
>>> Hi again Novice (Real name?)
>>>
>>> Rather than tabs, have you thought of using the TOC macros?
>>>
>>> To change the tabs macro, or copy and rename the macro see 
>>> $:/core/macros/tabs 
>>> 
>>>
>>> It would be possible by modifying the existing toc macros I am sure. 
>>> Have you tried 
>>> https://tiddlywiki.com/#Example%20Table%20of%20Contents%3A%20Tabbed%20Internal
>>>
>>> It may just be a matter of changing the order of the table details to 
>>> swap columns.
>>>
>>> So here is a quick hack (attached) which modifies the the current toc 
>>> macros, the internal and external toc's use the right hand side instead.
>>>
>>> Regards'
>>> Tones
>>>
>>>
>>>
>>> On Thursday, 12 November 2020 11:48:21 UTC+11, Tiddly Novice wrote:

 To replicate the look of a book that's had little tabs stuck in at 
 points, I need a version of the vertical format tabs macro (tc-vertical) 
 that is on the right side of its content area instead of the left. Is this 
 even possible?

>>>

-- 
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/a56bd2b8-4437-48b0-88bb-6855969948can%40googlegroups.com.


[tw5] Re: Stop Classic story view from covering x px from the top.

2020-11-14 Thread Brian Radspinner
Got things turned around...the "PageTemplate" class will keep the tiddler 
separate from the Story River, the "tc-adjust-top-of-scroll" class adjusts 
the margin. Tag the new tiddler with "*$:/tags/PageTemplate*". 
On Saturday, November 14, 2020 at 7:21:41 AM UTC-7 Brian Radspinner wrote:

> Whatever tiddler you have that holds the top bar, give it the class of "
> *$:/tags/PageTemplate*". The height of that tiddler should be the new 
> scroll margin. 
>
> An alternative is to have a tiddler just made to be that margin:
>
> Put the following in the body of a new tiddler...
>
>
> * style="height:30px;position:absolute;left:0;right:0; 
> top:0;visibility:hidden;">This DIV is just here to give a height for the 
> top bar, and apply the TC-ADJUST-TOP-OF-SCROLL class for TiddlyWiki to have 
> tiddler title bars not end up behind the top bar. It won't be seen on the 
> page.*
>
> On Saturday, November 14, 2020 at 7:12:10 AM UTC-7 Sapphireslinger wrote:
>
>> I'm so sorry, I don't know what the name of the Page Toolbar tiddler is. 
>>
>> I know I should go to "More" and then click on either "Shadows" or 
>> "System" but I don't know how to find the Page Toolbar tiddler.
>>
>> On Saturday, November 14, 2020 at 9:54:47 PM UTC+8 BurningTreeC wrote:
>>
>>> @Sapphireslinger, it would be helpful if you showed how your Page 
>>> Toolbar looks like... And the code it uses
>>>
>>> BTC
>>>
>>> BurningTreeC schrieb am Samstag, 14. November 2020 um 14:53:34 UTC+1:
>>>
 Hi @Sapphireslinger, have you tried adding the class 
 "tc-adjust-top-of-scroll" to your top Page Toolbar?

 BTC

 Sapphireslinger schrieb am Samstag, 14. November 2020 um 14:10:58 UTC+1:

> Thank you for your suggestion. Unfortunately, I aleardy tried that, 
> and it didn't work. I changed the 30 px to 300 px. The result: Tiddlers 
> still scroll entirely up over the viewable part of the screen (And as 
> always, I just see the covered up toolbar poking out the left side of the 
> Story View, but the one icon visible is not clickable.) Only when I 
> scroll 
> all the way to the top does the entire "fixed" toolbar come into view, 
> and 
> I see that there is indeed a 300 px gap between the first tiddler and the 
> toolbar. 
>
> On Saturday, November 14, 2020 at 8:41:22 PM UTC+8 saq.i...@gmail.com 
> wrote:
>
>> $:/ControlPanel -> Appearance -> Theme Tweaks -> Story top position
>>
>> On Saturday, November 14, 2020 at 12:54:19 PM UTC+1 Sapphireslinger 
>> wrote:
>>
>>> I am using Classic Story View with Vanilla Basic Theme (Blanca 
>>> palette).
>>>
>>> The Story View scrolls completely over my fixed Page Toolbar at the 
>>> top of the screen, so that it is useless as a fixed toolbar (since I 
>>> have 
>>> to scroll back up to the top to see it anyway). 
>>>
>>> *How do I tell the top boundary of the story view to stop at, say, 
>>> 30 px from the top?*
>>>
>>

-- 
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/d28543a6-a38b-4c2d-91b3-38f03a8b2f7cn%40googlegroups.com.


[tw5] Re: Stop Classic story view from covering x px from the top.

2020-11-14 Thread Brian Radspinner
Whatever tiddler you have that holds the top bar, give it the class of "
*$:/tags/PageTemplate*". The height of that tiddler should be the new 
scroll margin. 

An alternative is to have a tiddler just made to be that margin:

Put the following in the body of a new tiddler...


*This DIV is just here to give a height for the 
top bar, and apply the TC-ADJUST-TOP-OF-SCROLL class for TiddlyWiki to have 
tiddler title bars not end up behind the top bar. It won't be seen on the 
page.*

On Saturday, November 14, 2020 at 7:12:10 AM UTC-7 Sapphireslinger wrote:

> I'm so sorry, I don't know what the name of the Page Toolbar tiddler is. 
>
> I know I should go to "More" and then click on either "Shadows" or 
> "System" but I don't know how to find the Page Toolbar tiddler.
>
> On Saturday, November 14, 2020 at 9:54:47 PM UTC+8 BurningTreeC wrote:
>
>> @Sapphireslinger, it would be helpful if you showed how your Page Toolbar 
>> looks like... And the code it uses
>>
>> BTC
>>
>> BurningTreeC schrieb am Samstag, 14. November 2020 um 14:53:34 UTC+1:
>>
>>> Hi @Sapphireslinger, have you tried adding the class 
>>> "tc-adjust-top-of-scroll" to your top Page Toolbar?
>>>
>>> BTC
>>>
>>> Sapphireslinger schrieb am Samstag, 14. November 2020 um 14:10:58 UTC+1:
>>>
 Thank you for your suggestion. Unfortunately, I aleardy tried that, and 
 it didn't work. I changed the 30 px to 300 px. The result: Tiddlers still 
 scroll entirely up over the viewable part of the screen (And as always, I 
 just see the covered up toolbar poking out the left side of the Story 
 View, 
 but the one icon visible is not clickable.) Only when I scroll all the way 
 to the top does the entire "fixed" toolbar come into view, and I see that 
 there is indeed a 300 px gap between the first tiddler and the toolbar. 

 On Saturday, November 14, 2020 at 8:41:22 PM UTC+8 saq.i...@gmail.com 
 wrote:

> $:/ControlPanel -> Appearance -> Theme Tweaks -> Story top position
>
> On Saturday, November 14, 2020 at 12:54:19 PM UTC+1 Sapphireslinger 
> wrote:
>
>> I am using Classic Story View with Vanilla Basic Theme (Blanca 
>> palette).
>>
>> The Story View scrolls completely over my fixed Page Toolbar at the 
>> top of the screen, so that it is useless as a fixed toolbar (since I 
>> have 
>> to scroll back up to the top to see it anyway). 
>>
>> *How do I tell the top boundary of the story view to stop at, say, 30 
>> px from the top?*
>>
>

-- 
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/4de3864f-2bda-447a-a4bd-36f44ec0efbfn%40googlegroups.com.


[tw5] Re: Stop Classic story view from covering x px from the top.

2020-11-14 Thread BurningTreeC
Maybe with a Screenshot we can tell you more

Sapphireslinger schrieb am Samstag, 14. November 2020 um 15:12:10 UTC+1:

> I'm so sorry, I don't know what the name of the Page Toolbar tiddler is. 
>
> I know I should go to "More" and then click on either "Shadows" or 
> "System" but I don't know how to find the Page Toolbar tiddler.
>
> On Saturday, November 14, 2020 at 9:54:47 PM UTC+8 BurningTreeC wrote:
>
>> @Sapphireslinger, it would be helpful if you showed how your Page Toolbar 
>> looks like... And the code it uses
>>
>> BTC
>>
>> BurningTreeC schrieb am Samstag, 14. November 2020 um 14:53:34 UTC+1:
>>
>>> Hi @Sapphireslinger, have you tried adding the class 
>>> "tc-adjust-top-of-scroll" to your top Page Toolbar?
>>>
>>> BTC
>>>
>>> Sapphireslinger schrieb am Samstag, 14. November 2020 um 14:10:58 UTC+1:
>>>
 Thank you for your suggestion. Unfortunately, I aleardy tried that, and 
 it didn't work. I changed the 30 px to 300 px. The result: Tiddlers still 
 scroll entirely up over the viewable part of the screen (And as always, I 
 just see the covered up toolbar poking out the left side of the Story 
 View, 
 but the one icon visible is not clickable.) Only when I scroll all the way 
 to the top does the entire "fixed" toolbar come into view, and I see that 
 there is indeed a 300 px gap between the first tiddler and the toolbar. 

 On Saturday, November 14, 2020 at 8:41:22 PM UTC+8 saq.i...@gmail.com 
 wrote:

> $:/ControlPanel -> Appearance -> Theme Tweaks -> Story top position
>
> On Saturday, November 14, 2020 at 12:54:19 PM UTC+1 Sapphireslinger 
> wrote:
>
>> I am using Classic Story View with Vanilla Basic Theme (Blanca 
>> palette).
>>
>> The Story View scrolls completely over my fixed Page Toolbar at the 
>> top of the screen, so that it is useless as a fixed toolbar (since I 
>> have 
>> to scroll back up to the top to see it anyway). 
>>
>> *How do I tell the top boundary of the story view to stop at, say, 30 
>> px from the top?*
>>
>

-- 
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/2c8663f0-3719-44d0-887d-7e995ab863abn%40googlegroups.com.


[tw5] Re: Stop Classic story view from covering x px from the top.

2020-11-14 Thread Sapphireslinger
I'm so sorry, I don't know what the name of the Page Toolbar tiddler is. 

I know I should go to "More" and then click on either "Shadows" or "System" 
but I don't know how to find the Page Toolbar tiddler.

On Saturday, November 14, 2020 at 9:54:47 PM UTC+8 BurningTreeC wrote:

> @Sapphireslinger, it would be helpful if you showed how your Page Toolbar 
> looks like... And the code it uses
>
> BTC
>
> BurningTreeC schrieb am Samstag, 14. November 2020 um 14:53:34 UTC+1:
>
>> Hi @Sapphireslinger, have you tried adding the class 
>> "tc-adjust-top-of-scroll" to your top Page Toolbar?
>>
>> BTC
>>
>> Sapphireslinger schrieb am Samstag, 14. November 2020 um 14:10:58 UTC+1:
>>
>>> Thank you for your suggestion. Unfortunately, I aleardy tried that, and 
>>> it didn't work. I changed the 30 px to 300 px. The result: Tiddlers still 
>>> scroll entirely up over the viewable part of the screen (And as always, I 
>>> just see the covered up toolbar poking out the left side of the Story View, 
>>> but the one icon visible is not clickable.) Only when I scroll all the way 
>>> to the top does the entire "fixed" toolbar come into view, and I see that 
>>> there is indeed a 300 px gap between the first tiddler and the toolbar. 
>>>
>>> On Saturday, November 14, 2020 at 8:41:22 PM UTC+8 saq.i...@gmail.com 
>>> wrote:
>>>
 $:/ControlPanel -> Appearance -> Theme Tweaks -> Story top position

 On Saturday, November 14, 2020 at 12:54:19 PM UTC+1 Sapphireslinger 
 wrote:

> I am using Classic Story View with Vanilla Basic Theme (Blanca 
> palette).
>
> The Story View scrolls completely over my fixed Page Toolbar at the 
> top of the screen, so that it is useless as a fixed toolbar (since I have 
> to scroll back up to the top to see it anyway). 
>
> *How do I tell the top boundary of the story view to stop at, say, 30 
> px from the top?*
>


-- 
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/c644609a-4190-43de-b687-80559a4de050n%40googlegroups.com.


[tw5] AgglutinativeLanguage / Re: Just a bit of a test

2020-11-14 Thread Hans Wobbe
TT's interest in Germanic word structures is based on the concepts 
underlying an AgglutinativeLanguage.  These concepts were also applied by 
WardCunningham in creating CamelCase Page names

* https://en.wikipedia.org/wiki/Agglutinative_language

On Thursday, October 24, 2019 at 5:56:24 PM UTC-4 Hans Wobbe wrote:

> * The existing Google Search Options are very useful.
> ** 2020.03.26 
> 
>  
> :craft some more specific links
> * I finally realized that AND searches on tags are possible.  It might be 
> possible to incorporate suggested combinations into this Thread.
>
>- Link to the more extensive suggestions that have appeared.
>   - Consider using tags to craft such links
>- 2020.06.13: Confirm that the Search Selection has changed recently.
>   - decide how this will affect my usage pattern(s)
>   
>

-- 
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/29df1883-7d16-4862-a832-d04f06049dd5n%40googlegroups.com.


[tw5] Re: Stop Classic story view from covering x px from the top.

2020-11-14 Thread BurningTreeC
@Sapphireslinger, it would be helpful if you showed how your Page Toolbar 
looks like... And the code it uses

BTC

BurningTreeC schrieb am Samstag, 14. November 2020 um 14:53:34 UTC+1:

> Hi @Sapphireslinger, have you tried adding the class 
> "tc-adjust-top-of-scroll" to your top Page Toolbar?
>
> BTC
>
> Sapphireslinger schrieb am Samstag, 14. November 2020 um 14:10:58 UTC+1:
>
>> Thank you for your suggestion. Unfortunately, I aleardy tried that, and 
>> it didn't work. I changed the 30 px to 300 px. The result: Tiddlers still 
>> scroll entirely up over the viewable part of the screen (And as always, I 
>> just see the covered up toolbar poking out the left side of the Story View, 
>> but the one icon visible is not clickable.) Only when I scroll all the way 
>> to the top does the entire "fixed" toolbar come into view, and I see that 
>> there is indeed a 300 px gap between the first tiddler and the toolbar. 
>>
>> On Saturday, November 14, 2020 at 8:41:22 PM UTC+8 saq.i...@gmail.com 
>> wrote:
>>
>>> $:/ControlPanel -> Appearance -> Theme Tweaks -> Story top position
>>>
>>> On Saturday, November 14, 2020 at 12:54:19 PM UTC+1 Sapphireslinger 
>>> wrote:
>>>
 I am using Classic Story View with Vanilla Basic Theme (Blanca palette).

 The Story View scrolls completely over my fixed Page Toolbar at the top 
 of the screen, so that it is useless as a fixed toolbar (since I have to 
 scroll back up to the top to see it anyway). 

 *How do I tell the top boundary of the story view to stop at, say, 30 
 px from the top?*

>>>

-- 
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/1b607956-e7ac-4110-9d93-b94d2ae437b1n%40googlegroups.com.


[tw5] Re: Stop Classic story view from covering x px from the top.

2020-11-14 Thread BurningTreeC
Hi @Sapphireslinger, have you tried adding the class 
"tc-adjust-top-of-scroll" to your top Page Toolbar?

BTC

Sapphireslinger schrieb am Samstag, 14. November 2020 um 14:10:58 UTC+1:

> Thank you for your suggestion. Unfortunately, I aleardy tried that, and it 
> didn't work. I changed the 30 px to 300 px. The result: Tiddlers still 
> scroll entirely up over the viewable part of the screen (And as always, I 
> just see the covered up toolbar poking out the left side of the Story View, 
> but the one icon visible is not clickable.) Only when I scroll all the way 
> to the top does the entire "fixed" toolbar come into view, and I see that 
> there is indeed a 300 px gap between the first tiddler and the toolbar. 
>
> On Saturday, November 14, 2020 at 8:41:22 PM UTC+8 saq.i...@gmail.com 
> wrote:
>
>> $:/ControlPanel -> Appearance -> Theme Tweaks -> Story top position
>>
>> On Saturday, November 14, 2020 at 12:54:19 PM UTC+1 Sapphireslinger wrote:
>>
>>> I am using Classic Story View with Vanilla Basic Theme (Blanca palette).
>>>
>>> The Story View scrolls completely over my fixed Page Toolbar at the top 
>>> of the screen, so that it is useless as a fixed toolbar (since I have to 
>>> scroll back up to the top to see it anyway). 
>>>
>>> *How do I tell the top boundary of the story view to stop at, say, 30 px 
>>> from the top?*
>>>
>>

-- 
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/728418ea-d39a-4dbc-bbac-59c5361540c3n%40googlegroups.com.


[tw5] Re: Stop Classic story view from covering x px from the top.

2020-11-14 Thread Sapphireslinger
I just found this on the tiddlywiki website:

As part of navigating to a tiddler, TiddlyWiki 
 scrolls the page so that the top of 
the tiddler lines up with the top of the browser window. This means that 
the upper part of tiddlers can be obscured when using custom position:fixed 
toolbars at the top of the window.

To adjust the scroll position to allow for the toolbar, add the CSS class 
tc-adjust-top-of-scroll to the toolbar. TiddlyWiki 
's scrolling mechanism will then 
dynamically adjust the scroll position by the height of that element. 

How do I "add the CSS class tc-adjust-top-of-scroll to the toolbar"?

Do I make a tiddler, tag it with tags/stylesheet, and put something like 
this inside:

.tc-adjust-top-of-scroll {top: 30px} 



On Saturday, November 14, 2020 at 9:10:58 PM UTC+8 Sapphireslinger wrote:

> Thank you for your suggestion. Unfortunately, I aleardy tried that, and it 
> didn't work. I changed the 30 px to 300 px. The result: Tiddlers still 
> scroll entirely up over the viewable part of the screen (And as always, I 
> just see the covered up toolbar poking out the left side of the Story View, 
> but the one icon visible is not clickable.) Only when I scroll all the way 
> to the top does the entire "fixed" toolbar come into view, and I see that 
> there is indeed a 300 px gap between the first tiddler and the toolbar. 
>
> On Saturday, November 14, 2020 at 8:41:22 PM UTC+8 saq.i...@gmail.com 
> wrote:
>
>> $:/ControlPanel -> Appearance -> Theme Tweaks -> Story top position
>>
>> On Saturday, November 14, 2020 at 12:54:19 PM UTC+1 Sapphireslinger wrote:
>>
>>> I am using Classic Story View with Vanilla Basic Theme (Blanca palette).
>>>
>>> The Story View scrolls completely over my fixed Page Toolbar at the top 
>>> of the screen, so that it is useless as a fixed toolbar (since I have to 
>>> scroll back up to the top to see it anyway). 
>>>
>>> *How do I tell the top boundary of the story view to stop at, say, 30 px 
>>> from the top?*
>>>
>>

-- 
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/ba002ed5-0e18-46c2-a996-46fa2ff4888bn%40googlegroups.com.


[tw5] Re: Stop Classic story view from covering x px from the top.

2020-11-14 Thread Sapphireslinger
Thank you for your suggestion. Unfortunately, I aleardy tried that, and it 
didn't work. I changed the 30 px to 300 px. The result: Tiddlers still 
scroll entirely up over the viewable part of the screen (And as always, I 
just see the covered up toolbar poking out the left side of the Story View, 
but the one icon visible is not clickable.) Only when I scroll all the way 
to the top does the entire "fixed" toolbar come into view, and I see that 
there is indeed a 300 px gap between the first tiddler and the toolbar. 

On Saturday, November 14, 2020 at 8:41:22 PM UTC+8 saq.i...@gmail.com wrote:

> $:/ControlPanel -> Appearance -> Theme Tweaks -> Story top position
>
> On Saturday, November 14, 2020 at 12:54:19 PM UTC+1 Sapphireslinger wrote:
>
>> I am using Classic Story View with Vanilla Basic Theme (Blanca palette).
>>
>> The Story View scrolls completely over my fixed Page Toolbar at the top 
>> of the screen, so that it is useless as a fixed toolbar (since I have to 
>> scroll back up to the top to see it anyway). 
>>
>> *How do I tell the top boundary of the story view to stop at, say, 30 px 
>> from the top?*
>>
>

-- 
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/44afa21c-9123-4995-b995-0f62021fb440n%40googlegroups.com.


[tw5] Query: German Alternative Naming Of TW Might Be Germane

2020-11-14 Thread TiddlyTweeter
Though I can't speak German I recognize its *superb ability to recombine 
words into new concepts*.

Describing TiddlyWiki is not easy. Germans are common here and could likely 
provide neat one-word-concepts of ...

-- "a-program-that-changes-itself" (in German, one word?)

-- "a-self-filtering-webpage" (in German, one word?)

-- "a-20-year-wiki" (in German, one word?)


   and others ...

IMO it would be useful.

I use a lot the French word "Bricolage" (DIY activity plus serendipity) to 
describe use of TW in practice.
It is pretty accurate.
But German linguistic precision would be interesting to see too.

Best wishes
TT




-- 
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/e3cdaf9f-8fdf-4db2-ad27-ee104fc34d8fo%40googlegroups.com.


[tw5] Re: Stop Classic story view from covering x px from the top.

2020-11-14 Thread Saq Imtiaz
$:/ControlPanel -> Appearance -> Theme Tweaks -> Story top position

On Saturday, November 14, 2020 at 12:54:19 PM UTC+1 Sapphireslinger wrote:

> I am using Classic Story View with Vanilla Basic Theme (Blanca palette).
>
> The Story View scrolls completely over my fixed Page Toolbar at the top of 
> the screen, so that it is useless as a fixed toolbar (since I have to 
> scroll back up to the top to see it anyway). 
>
> *How do I tell the top boundary of the story view to stop at, say, 30 px 
> from the top?*
>

-- 
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/83ce6a99-72d2-4ab3-aabf-1a6cb2bfd5f6n%40googlegroups.com.


[tw5] Stop Classic story view from covering x px from the top.

2020-11-14 Thread Sapphireslinger
I am using Classic Story View with Vanilla Basic Theme (Blanca palette).

The Story View scrolls completely over my fixed Page Toolbar at the top of 
the screen, so that it is useless as a fixed toolbar (since I have to 
scroll back up to the top to see it anyway). 

*How do I tell the top boundary of the story view to stop at, say, 30 px 
from the top?*

-- 
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/6a0e0cf9-0d90-487d-9438-f42353564f16n%40googlegroups.com.


[tw5] Re: How do I use "searchNreplace?"

2020-11-14 Thread TiddlyTweeter
I agree with Mohammad that his Tiddler Commander is the single best tool to 
use in TW for bulk search and replace.

That said, It is vital to grasp that TW does NOT have UNDO that much 
regular software has.

So ALWAYS be SURE you know what you are doing! As most changes are 
irreversible. 

BACKING up before changes is essential!

Best wishes
TT

On Saturday, 14 November 2020 05:50:36 UTC+1, Mohammad wrote:
>
> A simple solution is to use the Commander. First read the tutorial
>
> TW-Commander  bulk operations on 
> tiddlers  
>
> Best wishes
> Mohammad
>
> On Saturday, November 14, 2020 at 2:32:47 AM UTC+3:30 jin20...@gmail.com 
> wrote:
>
>> Hi, I wanted to remove all "==" from my TiddlyWiki. How do I proceed? 
>> Thank you 
>>
>>
>>

-- 
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/30bc852e-d21d-4b54-b1f2-4e1fbffd4783o%40googlegroups.com.


[tw5] Re: Icon Explorer with Instant searching, powered by Iconify

2020-11-14 Thread TiddlyTweeter
Ciao TW Tones

TW Tones wrote:
>
> the resource Mohammad shared it excellent. I just do not know how to find 
> out if I am breaking any licence?
>

FYI, the resources listed in Mohammad's link at https://icones.js.org/ provide 
further links to licences & terms of use for every icon set.

Best wishes
TT

-- 
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/4b239efe-afac-4274-b37f-21721e95d975o%40googlegroups.com.


[tw5] Re: Icon Explorer with Instant searching, powered by Iconify

2020-11-14 Thread TiddlyTweeter
Ciao TW Tones

TW Tones wrote:

> I show how you can embed a unicode character in a svg to get icons. It is 
> an additional and equivalent source of "icons" without any need to load an 
> SVG icon.


Two points ... 

1 - You are missing something. Sure since text/fonts can be be embedded in 
SVG it sure is right it is useful! But NOT for ICONS.

It is far less an issue with normal euro-text (a-z stuff). It is an issue 
with other stuff often.

This because the the embed will be of the specific font available. SINCE 
fonts vary in their representation of GLYPHS this is not really a solution 
if you trying to make an icon via a Unicode characters as the FONT 
SUBSTITUTION cascade differs between platforms. 


For a CONSISTENT Icon set you'd need to enforce one font for it. BUT, then 
you are back to the issue of KNOWING WHICH Unicode is supported in which 
fonts sytlistcally consistent.

2 - I think the benefit of embedding a SINGLE GLYPH in an SVG needs 
justifying. 

Why? Well if you have it available you can just use it as a normal 
character!

So I can't really see the added value of making Icons using a singular 
Unicode character when you can just use the character directly. 


I hope this is clear. 

Best wishes
TT

-- 
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/725358de-502a-46ec-9650-f5953aaa571co%40googlegroups.com.


[tw5] Re: Including text and field values conditional on a field having a value

2020-11-14 Thread Anthony
Thanks again, Eric. I'm using the first method as I find it little easier 
to follow (especially for later when I may have forgotten what's going on). 
I'm considering how to make it more general and not just hardwired to 
https://orcid.org 
and assume I can use both $(...)$ and $...$ in the same macro... I wonder 
whether this is good practice or not... so maybe it would be better to pass 
all variables into a macro using the second method with param1=<> 
param2=<> etc. in the $macrocall.

Take care,

Anthony

On Thursday, 12 November 2020 at 16:00:57 UTC Eric Shulman wrote:

> On Thursday, November 12, 2020 at 6:06:14 AM UTC-8, Anthony wrote:
>>
>> Thanks Eric, I guess the '' just creates a filtered list 
>> from the current tiddler and whether text is displayed depends on this 
>> being null or not.
>>
>
> "[has[death-date]]" means "if the current tiddler has a 
> non-blank death-date field"
>
> Without using  at the beginning of the filter, then filter 
> would be applied to ALL tiddlers by default,
> and "has[death-date]" would produce output for every tiddler with a 
> non-blank death-date field, not just the current one.
>
> Now, using the same methodology, I'm trying to construct an external link 
>> and tried:
>>
>> <$list filter="[has[orcid]]">
>>''ORCID'': [[{{!!orcid}}|https://orcid.org/{{!!orcid}}]]
>> 
>>
>
> The problem here is that TiddlyWiki syntax doesn't "nest".  That is, you 
> can't use one kind of syntax
> such as transclusion -- {{!!orcid}} -- within another, such as a link -- 
> [[text|url]].
>
> You can, however, *construct* the link syntax by using a macro, like this:
> \define mylink() [[$(this_orcid)$|https://orcid.org/$(this_orcid)$]]
>
> <$list filter="[get[orcid]]" variable="this_orcid">
>''ORCID'': <>
> 
>
> Note that the filter uses "get[orcid]" rather than "has[orcid]". This not 
> only tests to see if the "orcid" field is non-blank, but also fetches it's 
> value, which is set into the "this_orcid" variable. Then, the 
> $(this_orcid)$ syntax within the macro does a string substitution, based on 
> the current value of the "this_orcid" variable.
>
> Note also that the $(...)$ syntax can only be used within a macro.  Keep 
> in mind that macros only do two things:
>
>1. replace instances of $(...)$ with values from variables, where the 
>variables are defined *outside* of the macro
>2. replace instances of $...$ with values from parameters, where the 
>parameters are passed into the macro
>
> All other processing of the macro output is performed by the calling 
> context.  In the above example, this means the resulting link syntax -- 
> [[foo|https:/orcid.org/foo]] -- is parsed and wikified after being 
> "returned" from the macro.
>
> Another point about macro syntax:  if you want to use the "parameter" 
> method to pass the "this_orcid" value into the macro, you would write 
> something like this:
> \define mylink(id) [[$id$|https://orcid.org/$id$]]
>
> <$list filter="[get[orcid]]" variable="this_orcid">
>''ORCID'': <$macrocall $name="mylink" id=<> />
> 
>
> Note the use of the <$macrocall> widget to invoke the "mylink" macro with 
> the "id" parameter set to the current value of the "this_orcid" variable. 
> This is needed because you can't nest the variable reference -- 
> <> within the shorthand <> syntax; i.e., you CANNOT 
> write <>>> because the closing ">>" of the variable 
> reference would be seen as ending the enclosing macro, with the second ">>" 
> being left over to "fall out" as displayed text.
>
> TiddlyWiki syntax is consistent, but somewhat less flexible than other 
> languages.  While this may be a little confusing at first, once you get 
> used to it's peculiarities, it becomes easier.
>  
>
>> Apologies, I can't figure out how to format the code in monospace in a 
>> grey-background box.
>>
>
> That is a feature of the old GoogleGroups editing interface that they have 
> inexplicably left out of the new interface. To view this group using the 
> old interface (which I prefer), you can use a URL like this:
>
> https://groups.google.com/forum/?oldui=1#!forum/tiddlywiki
>
> enjoy,
> -e
>

-- 
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/a6b3ca06-b4d3-490c-b0c0-78818521f02fn%40googlegroups.com.