[tw] Re: TiddlyTouch/MuuriTouch

2018-01-17 Thread BurningTreeC
@all,

updated the first post with some info why I make tiddlytouch

the demo page has 3 grids now where tiddlers *are going to be *
interchangable
it's not in a stable state but you can try and see where I want it to go
the horizontal view gets one grid above and one below
with the current state I'm trying to figure out where I should store the 
tiddlers that are put in the left/right grids
hiding a grid does not only hide it from the view, but also remove it from 
the cache for better performance,
and this must be stored somehow somewhere

In the meantime I've figured out how to use muuris integrated functions 
better than I did first - this will reflect in the next alpha release

all the best,
Simon

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/8e9b5f81-e6ca-4acd-8311-0fb16741723b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Using Tiddler Color and Icon in macros

2018-01-17 Thread 'Mark S.' via TiddlyWiki

Maybe like this:

\define custombutton(color,icon,caption)
<$button style="background-color:$color$">@@background-color:$color$;
{{$icon$}} $caption$@@
\end

<$macrocall $name=custombutton color={{ButtonInfo!!color}} 
icon={{ButtonInfo!!icon}} caption={{ButtonInfo!!caption}} />

Using a tiddler ButtonInfo which has fields color=lightblue, 
icon=$:/core/images/chevron-down, and caption="A little blue"

-- Mark



On Wednesday, January 17, 2018 at 5:25:08 PM UTC-8, TonyM wrote:
>
> Hi Folks,
>
> A Question I have not being able to answer
>
> I have tiddlera calling a macro
>
> <>
>
>
> The Macro is global ie tagged  with $:/tags/Macro
>
> In the tiddlercmacro tiddler I have
>
> \define macroname(tiddlername)
> 
>  
><$transclude tiddler="$tiddlername$" field=caption mode=inline/>
>   
>  
>
> The Above is displaying the content of the caption field as the button 
> name - as wanted.
>
> However I have tried a number of things and can not seem to also do the 
> following.
>
> Display the icon from  tiddler="$tiddlername$" field=icon
> Colour the icon and caption from tiddler="$tiddlername$" field=color
>
> Thanks in Advance
> Tony
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/8be44501-c5b5-4b1f-874a-cabaf2a5bd43%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: How to edit the styling (tiddler-frame in view-mode) of only certain tiddlers?

2018-01-17 Thread Birthe C
Hi Surya,

.tc-tagged-yourtag .tc-tiddler-body {padding-left:10px;}

yourtag is of course the name of the tag, you want to use.

Also Pmario made a video https://www.youtube.com/watch?v=Jva7Azqu0hs


Birthe

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/bddd4a6f-718a-46a6-bbdb-ed675ed6018a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Ability to open/save multiple tiddlers ?

2018-01-17 Thread Josh Luitjens
WOW. Thank you so much for this!

Cheers!

On Wednesday, January 17, 2018 at 8:58:41 PM UTC-6, Mark S. wrote:
>
>
> http://tobibeer.github.io/tb5/#Saving%20And%20Loading%20A%20History%20Snapshot
>
> Tobias has a link to an older version as well, which I've been using for a 
> long time now.
>
> -- Mark
>
> On Wednesday, January 17, 2018 at 6:34:48 PM UTC-8, Josh Luitjens wrote:
>>
>> Few questions.. 
>>
>>
>> Is there the ability for TiddlyWiki in its base product to open multiple 
>> tiddlers at once via link navmenu on the right? 
>> Saving a 'set' of tiddlers open > for the former process?
>>
>> Akin process to https://tiddlywiki.com/ home page, a whole set of 
>> tiddlers load. Is that possible?
>>
>> Thanks!
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/d9136f65-cf18-4ac2-a2a0-13321fe530d6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Ability to open/save multiple tiddlers ?

2018-01-17 Thread 'Mark S.' via TiddlyWiki
http://tobibeer.github.io/tb5/#Saving%20And%20Loading%20A%20History%20Snapshot

Tobias has a link to an older version as well, which I've been using for a 
long time now.

-- Mark

On Wednesday, January 17, 2018 at 6:34:48 PM UTC-8, Josh Luitjens wrote:
>
> Few questions.. 
>
>
> Is there the ability for TiddlyWiki in its base product to open multiple 
> tiddlers at once via link navmenu on the right? 
> Saving a 'set' of tiddlers open > for the former process?
>
> Akin process to https://tiddlywiki.com/ home page, a whole set of 
> tiddlers load. Is that possible?
>
> Thanks!
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/eb08efba-9388-4bc5-94c6-6cf380776566%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: How to edit the styling (tiddler-frame in view-mode) of only certain tiddlers?

2018-01-17 Thread 'Surya' via TiddlyWiki
Hi Mark,

now the styling for the certain tiddler is working again :-)

Strange behaviour

I will now sleep and look later in my tablet and with which command I did 
it now...

Funny...

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/e61526fd-8f44-4364-8ab1-3bcd9d5b6f51%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Ability to open/save multiple tiddlers ?

2018-01-17 Thread Josh Luitjens
Cool wiki. Few questions..

Is it possible to open multiple tiddlers at once via link navmenu on the 
right? 
Saving a 'set' of tiddlers open > for the former process?


Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/12cf02de-99e3-453b-b72a-629a1c44acb8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: How to edit the styling (tiddler-frame in view-mode) of only certain tiddlers?

2018-01-17 Thread 'Surya' via TiddlyWiki
Hi,

@Mark:

Oh yeah, delete that -- cut/paste error.
>
> On Wednesday, January 17, 2018 at 2:36:52 PM UTC-8, Surya wrote:Hi Mark,
> *$**:/core/ui/ViewTemplate*
>
>>>I deleted, and it doesn't show anymore :-)


I edited it like you wrote

> Looking at the code I posted too fast, I see that the first set :
>
> [data-style="customframe"]  { 
>
> { padding-top: 5px; padding-right: 5px; padding-bottom: 1px; padding-left: 
> 10px; border:2px solid darkgreen; }
>
> }
>
> Should probably be:
>
> [data-style="customframe"]  { 
>
>  padding-top: 5px; padding-right: 5px; padding-bottom: 1px; padding-left: 
> 10px; border:2px solid darkgreen; 
>
> }
>
>>>The style for that certain tiddlers is gone (is back to the default 
style I build).
Edited it again back to the first version -still the default style I build.
I still can't build it up again like it was before.

That's really strange.

The synchronisation is great working! The whole style is the same on my 
tablet, all new tiddlers are there. Everything is the same- except the 
(left-frame)-styling for that certain tiddler.
But, that is now also past, because like I wrote, that certain styling is 
now not anymore working on the desktop too.



@Birthe:

When you use your tablet you pass sidebar breakpoint and the view is 
> changed (Tiddler-frame smaller).

 >>>Ahhh, I guessed that. Fine, that I guessed it right :-)

I think you are right you will have to change .tc-tiddler-body

>>>I had a look into that (with the right click >elements). But I didn't 
find anything, how to edit that, that there is a white space is build.

I think you must use tags to make the difference (you have used that 
> before, I know)

How to write then the command?

Offtopic: Thanks for the links in your mail :-)
Something there gave me an idea, I already build up successfully :-)
And I got some great hints there for a question I will ask here later :-)

Good night soon... Surya

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/65251f0d-8202-4d16-9039-ae8ebb6a7b24%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] [TW5] Using Tiddler Color and Icon in macros

2018-01-17 Thread TonyM
Hi Folks,

A Question I have not being able to answer

I have tiddlera calling a macro

<>


The Macro is global ie tagged  with $:/tags/Macro

In the tiddlercmacro tiddler I have

\define macroname(tiddlername)

 
   <$transclude tiddler="$tiddlername$" field=caption mode=inline/>
  
 

The Above is displaying the content of the caption field as the button name 
- as wanted.

However I have tried a number of things and can not seem to also do the 
following.

Display the icon from  tiddler="$tiddlername$" field=icon
Colour the icon and caption from tiddler="$tiddlername$" field=color

Thanks in Advance
Tony

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/528c08b6-8ad8-4ce8-b669-fa004c1d14ce%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: How to Reduce font size of tiddler title and the (default white) frame around the tiddlers?

2018-01-17 Thread 'Surya' via TiddlyWiki
WHAT???
A bread roll?
For the next breakfast?

ha ha ha ha

no, please wait, I have to be baken a bit longer

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/e1710d12-06da-4385-a117-30ef966d7586%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: How to Reduce font size of tiddler title and the (default white) frame around the tiddlers?

2018-01-17 Thread TonyM
Surya,

Congrats, You are now "on a roll", a "tiddlywiki roll"

Welcome to the club

Tony
On Thursday, January 18, 2018 at 7:27:10 AM UTC+11, Surya wrote:
>
> Hello :-
>
> Do you know, how proud I am now???
>
> I made everything I wanted :- YES
>
>
> With the help of Birthes answer:
>
> Try this..it worked in my tiddlywiki.
>>
>> .tc-tiddler-frame {
>> padding-top:10px; 
>> border:2px solid red;
>> }
>>
>>
>> .tc-tiddler-title {
>> font-size:10px;
>> }
>>
> and with just a happy coincidence (or fortuity?) I found it out.
>
> I always copy & paste what commands are posted here and I copy & paste, 
> what I wrote before or what is written anywhere else. To find out the 
> difference or to find out a pattern or just find out anything.
>
> Because of that I had the .tc-tiddler-frame two times, like this:
> .tc-tiddler-frame { padding-top:5px;  padding-left:10px; border:2px solid 
> darkgreen; }
>
> .tc-tiddler-frame {
> padding: 5px 5px 1px;
> padding-top: 5px;
> padding-right: 5px;
> padding-bottom: 1px;
> padding-left: 10px;
> border:2px solid darkgreen;
> }
> And then it worked.
> Before I had only
> .tc-tiddler-frame {
> padding: 5px 5px 1px;
> padding-top: 5px;
> padding-right: 5px;
> padding-bottom: 1px;
> padding-left: 10px;
> border:2px solid darkgreen;
> }
> and it didn't work.
>
>
> And I saw, that there was written nothing from the left panel (in the 
> elements). Nothing like .
> I thought, okay, maybe it is more simple, than I thought before. Just try 
> always to write the command from the right panel, but two times.
>
> I tried that with my other wishes I have written before. But it didn't 
> work.
> I looked again at the tiddler-frame command, what worked.
> And I guessed a pattern- ... and that guess was the right one :-)
>
> The pattern is:
> In the 1. I have to write *only* this thing I changed (blue marked), *nothing 
> else*.
> In the 2. I have to write the whole chapter, but also nothing else.
>
> So, if I want to change the frame on the top and the bottom (but not on 
> the left & right) and add a green frame to it:
>
>
> 1. .tc-tiddler-frame { padding-top: 5px; padding-bottom: 1px; border:2px 
> solid darkgreen; }
>
> 2. .tc-tiddler-frame {
> padding: 5px 42px 1px 42px;
> padding-top: 5px;
> padding-right: 42px;
> padding-bottom: 1px;
> padding-left: 42px;
> border:2px solid darkgreen;
> }
>
> This is in one tiddler tagged with $:/tags/StyleSheet.
>
> And I wrote all my other wishes for page & tiddler styling in this one 
> tiddler.
>
>
> Maybe this description will help some other newbies :-)
>
> So, thanks a lot to Birthe and all other helpers!
> I'll come back with questions immediately ;-)
> But I don't have so much questions anymore :-)
> Surya
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/6bbf62ab-202e-4669-924a-0a851381dc74%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: How to edit the styling (tiddler-frame in view-mode) of only certain tiddlers?

2018-01-17 Thread 'Mark S.' via TiddlyWiki


On Wednesday, January 17, 2018 at 2:36:52 PM UTC-8, Surya wrote:
>
> Hi Mark,
>
> The other But... is:
> On my tablet it doesn't show the change. It is synchronised, everything is 
> the same. I think, it is because of the different screen size?
> Maybe it is better to edit not the frame, but the look of the tiddler-body 
> (the left side of the body)?
>

Are you sure the synchronize is working? Trying it on a tablet, and the 
green border is definitely there. The padding effects might be too subtle 
to observe easily.  

Looking at the code I posted too fast, I see that the first set :

[data-style="customframe"]  { 

{ padding-top: 5px; padding-right: 5px; padding-bottom: 1px; padding-left: 
10px; border:2px solid darkgreen; }

}

Should probably be:

[data-style="customframe"]  { 

 padding-top: 5px; padding-right: 5px; padding-bottom: 1px; padding-left: 
10px; border:2px solid darkgreen; 

}

Not sure why you're defining padding 2 different ways. 

Have fun,

-- Mark

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/8eb536f1-9be4-4a85-b1f3-421302aa9b33%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: How to edit the styling (tiddler-frame in view-mode) of only certain tiddlers?

2018-01-17 Thread 'Mark S.' via TiddlyWiki
Oh yeah, delete that -- cut/paste error.

On Wednesday, January 17, 2018 at 2:36:52 PM UTC-8, Surya wrote:
>
> Hi Mark,
> *$**:/core/ui/ViewTemplate*
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/0c1126ff-de7d-4b41-958e-0d5e16008e4d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: How to edit the styling (tiddler-frame in view-mode) of only certain tiddlers?

2018-01-17 Thread Birthe C
Hi Surya,

When you use your tablet you pass sidebar breakpoint and the view is 
changed (Tiddler-frame smaller). I think you are right you will have to 
change .tc-tiddler-body

you want some padding-left:10px; (or something)

BUT you only  want it for some tiddlers not all. I think you must use tags 
to make the difference (you have used that before, I know)

Birthe

Den onsdag den 17. januar 2018 kl. 23.39.38 UTC+1 skrev Surya:
>
> And I tried it with padding-left: 10px up to padding-left: 150px
> -no change...
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/f2f45b25-ef57-4a73-88b8-58d7e030be65%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: How to edit the styling (tiddler-frame in view-mode) of only certain tiddlers?

2018-01-17 Thread 'Surya' via TiddlyWiki
And I tried it with padding-left: 10px up to padding-left: 150px
-no change...

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/a449029a-c5a8-4223-92d6-d222477a612b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: How to edit the styling (tiddler-frame in view-mode) of only certain tiddlers?

2018-01-17 Thread 'Surya' via TiddlyWiki
Hi Mark,

that works, thanks :-)

But...:

Above every tiddler is now the link to  $:/core/ui/ViewTemplate.
?Maybe I have just to delete the last (I formatted it bold) in
\define frame-classes()
tc-tiddler-frame tc-tiddler-view-frame $(missingTiddlerClass)$ $(
shadowTiddlerClass)$ $(systemTiddlerClass)$ $(tiddlerTagClasses)$
\end
\define folded-state()
$:/state/folded/$(currentTiddler)$
\end
<$set name="storyTiddler" value=<>><$set name=
"tiddlerInfoState" value=<>><$set 
name="customstylevar" value={{!!customstylefield}}><$tiddler tiddler=<<
currentTiddler class=<>><$list filter=
"[all[shadows+tiddlers]tag[$:/tags/ViewTemplate]!has[draft.of]]" variable=
"listItem"><$transclude tiddler=<>/>


*$**:/core/ui/ViewTemplate*


The other But... is:
On my tablet it doesn't show the change. It is synchronised, everything is 
the same. I think, it is because of the different screen size?
Maybe it is better to edit not the frame, but the look of the tiddler-body 
(the left side of the body)?

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/29ccf575-4512-4d55-a854-c217dc3aec05%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: How to edit the styling (tiddler-frame in view-mode) of only certain tiddlers?

2018-01-17 Thread 'Mark S.' via TiddlyWiki
I think Riz's method still works, but the page view template has changed, 
so how you stitch your changes in will make a difference.

Here's what I did.

Change $:/core/ui/ViewTemplate to look like this:

\define frame-classes()
tc-tiddler-frame tc-tiddler-view-frame $(missingTiddlerClass)$ $(
shadowTiddlerClass)$ $(systemTiddlerClass)$ $(tiddlerTagClasses)$
\end
\define folded-state()
$:/state/folded/$(currentTiddler)$
\end
<$set name="storyTiddler" value=<>><$set name=
"tiddlerInfoState" value=<>><$set 
name="customstylevar" value={{!!customstylefield}}><$tiddler tiddler=<<
currentTiddler class=<>><$list filter=
"[all[shadows+tiddlers]tag[$:/tags/ViewTemplate]!has[draft.of]]" variable=
"listItem"><$transclude tiddler=<>/>


$:/core/ui/ViewTemplate

Make a new stylesheet tiddler ($:/tags/Stylesheet) with contents:

[data-style="customframe"]  { 

{ padding-top: 5px; padding-right: 5px; padding-bottom: 1px; padding-left: 
10px; border:2px solid darkgreen; }

}


[data-style="customframe"]   {
padding: 5px 5px 1px 10px;
padding-top: 5px;
padding-right: 5px;
padding-bottom: 1px;
padding-left: 10px;
border:2px solid darkgreen;
}


In the tiddlers you want treated this way, make a field "customstylefield" 
and populate it with "customframe" (but without the quotes).

It appears to work. OH, since you're messing with the page view template, 
be sure to make a backup before trying any of this. Note that this kind of 
change may interfere with future upgrades.

HTH

-- Mark


On Wednesday, January 17, 2018 at 12:41:11 PM UTC-8, Surya wrote:
>
>
> Hi,
>
> I edited now the styling of the tiddlers in view mode and the styling of 
> the page with a tiddler tagged $:/tags/StyleSheet.
> For the tiddler-frame I did it with:
> .tc-tiddler-frame { padding-top: 5px; padding-right: 5px; padding-bottom: 
> 1px; padding-left: 10px; border:2px solid darkgreen; }
>
> .tc-tiddler-frame {
> padding: 5px 5px 1px 10px;
> padding-top: 5px;
> padding-right: 5px;
> padding-bottom: 1px;
> padding-left: 10px;
> border:2px solid darkgreen;
> }
>
>
>
> But I couldn't find out how to edit the style for only certain tiddlers.
> I tried, what is written in 
> https://groups.google.com/d/msg/tiddlywiki/6wRRqZeOZ6Q/PzRbtnmeFQAJ
> But it didn't make any effect.
>
> I want to edit only the style of the tiddler-frame, but like I said, only 
> for certain tiddlers.
> These tiddlers are lists, which are now (with my actual frame-styling) 
> shown on the very very left side of the tiddler. That doesn't look nice and 
> is not so comfortable in using.
> I'd like to have a bit space on the left side of the list.
> So how to edit the left side of the tiddler-frame for these certain 
> tiddlers?
>
> Who can help?
> Surya
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/61f7301e-a945-4ada-97a8-c959fb64c640%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] How to edit the styling (tiddler-frame in view-mode) of only certain tiddlers?

2018-01-17 Thread 'Surya' via TiddlyWiki

Hi,

I edited now the styling of the tiddlers in view mode and the styling of 
the page with a tiddler tagged $:/tags/StyleSheet.
For the tiddler-frame I did it with:
.tc-tiddler-frame { padding-top: 5px; padding-right: 5px; padding-bottom: 
1px; padding-left: 10px; border:2px solid darkgreen; }

.tc-tiddler-frame {
padding: 5px 5px 1px 10px;
padding-top: 5px;
padding-right: 5px;
padding-bottom: 1px;
padding-left: 10px;
border:2px solid darkgreen;
}



But I couldn't find out how to edit the style for only certain tiddlers.
I tried, what is written in 
https://groups.google.com/d/msg/tiddlywiki/6wRRqZeOZ6Q/PzRbtnmeFQAJ
But it didn't make any effect.

I want to edit only the style of the tiddler-frame, but like I said, only 
for certain tiddlers.
These tiddlers are lists, which are now (with my actual frame-styling) 
shown on the very very left side of the tiddler. That doesn't look nice and 
is not so comfortable in using.
I'd like to have a bit space on the left side of the list.
So how to edit the left side of the tiddler-frame for these certain 
tiddlers?

Who can help?
Surya

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/51320a56-5cff-4946-a150-0684d77e5183%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Best Way to Serve Large Tiddlywiki

2018-01-17 Thread 'Mark S.' via TiddlyWiki
You could experiment with lazy loading: https://tiddlywiki.com/#LazyLoading 
under node.js

In the past I haven't had much luck with this approach, but I was probably 
doing something wrong.

-- Mark

On Wednesday, January 17, 2018 at 12:19:36 PM UTC-8, h0p3 wrote:
>
> I have a Tiddlywiki html file that is ~10.5MB in size, and even after 
> compression, it's ~3MB in size. It is slow to load from the web if you 
> don't have a fairly fast connection, and it's only getting slower (this 
> monster continues to snowball). I've been trying out the npm tiddlywiki 
> server, and I'm pleased to see tiddlers are broken down into .tid files 
> (incredibly useful); I think it's really elegant. This got me to thinking 
> that it might be possible to serve individual tiddlers upon request 
> (instead of all of them at once), which would greatly reduce load times 
> over the web. Assuming the npm server doesn't already do this (it's 
> possible that it might given the different performance feel of the npm 
> served content compared to the local .html file), what is the best way (if 
> any) to server individual tiddlers instead of the entire tiddlywiki all at 
> once? Also, in case it might change your answer (although, I'm not sure how 
> it would), I think I want to use a reverse-proxy from a more standard 
> webserver to the npm tiddlywiki server.
>
> This is a different question, but I noticed .tid files I've added manually 
> aren't served until I've restarted the tiddlywiki server daemon. Is there a 
> good way to update the daemon without restarting? If there isn't, are there 
> any problems I need to be concerned with restarting the daemon 
> automatically whenever the tiddlers folder is modified? 
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/35b4ce30-68c3-407f-ace5-fcf4d5ad0fa8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: How to Reduce font size of tiddler title and the (default white) frame around the tiddlers?

2018-01-17 Thread 'Surya' via TiddlyWiki
Hello :-

Do you know, how proud I am now???

I made everything I wanted :- YES


With the help of Birthes answer:

Try this..it worked in my tiddlywiki.
>
> .tc-tiddler-frame {
> padding-top:10px; 
> border:2px solid red;
> }
>
>
> .tc-tiddler-title {
> font-size:10px;
> }
>
and with just a happy coincidence (or fortuity?) I found it out.

I always copy & paste what commands are posted here and I copy & paste, 
what I wrote before or what is written anywhere else. To find out the 
difference or to find out a pattern or just find out anything.

Because of that I had the .tc-tiddler-frame two times, like this:
.tc-tiddler-frame { padding-top:5px;  padding-left:10px; border:2px solid 
darkgreen; }

.tc-tiddler-frame {
padding: 5px 5px 1px;
padding-top: 5px;
padding-right: 5px;
padding-bottom: 1px;
padding-left: 10px;
border:2px solid darkgreen;
}
And then it worked.
Before I had only
.tc-tiddler-frame {
padding: 5px 5px 1px;
padding-top: 5px;
padding-right: 5px;
padding-bottom: 1px;
padding-left: 10px;
border:2px solid darkgreen;
}
and it didn't work.


And I saw, that there was written nothing from the left panel (in the 
elements). Nothing like .
I thought, okay, maybe it is more simple, than I thought before. Just try 
always to write the command from the right panel, but two times.

I tried that with my other wishes I have written before. But it didn't work.
I looked again at the tiddler-frame command, what worked.
And I guessed a pattern- ... and that guess was the right one :-)

The pattern is:
In the 1. I have to write *only* this thing I changed (blue marked), *nothing 
else*.
In the 2. I have to write the whole chapter, but also nothing else.

So, if I want to change the frame on the top and the bottom (but not on the 
left & right) and add a green frame to it:


1. .tc-tiddler-frame { padding-top: 5px; padding-bottom: 1px; border:2px 
solid darkgreen; }

2. .tc-tiddler-frame {
padding: 5px 42px 1px 42px;
padding-top: 5px;
padding-right: 42px;
padding-bottom: 1px;
padding-left: 42px;
border:2px solid darkgreen;
}

This is in one tiddler tagged with $:/tags/StyleSheet.

And I wrote all my other wishes for page & tiddler styling in this one 
tiddler.


Maybe this description will help some other newbies :-)

So, thanks a lot to Birthe and all other helpers!
I'll come back with questions immediately ;-)
But I don't have so much questions anymore :-)
Surya

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/8793c647-8519-4e75-9554-14b7afe8e754%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Query: About BJ's TiddlyClip as a "Screen Scraper"?

2018-01-17 Thread 'Mark S.' via TiddlyWiki
Thanks! It was the comma. Always the little things that get you.

I see now that the @variables are being passed from the web extension. Or 
at least some of them.

Thanks!
Mark

On Wednesday, January 17, 2018 at 11:39:57 AM UTC-8, BJ wrote:
>
>
> On Wednesday, January 17, 2018 at 7:17:26 PM UTC, Mark S. wrote:
>>
>> Is there any other magic? I have the javascript macro, but the variables 
>> inside it are "invisible".
>>  
>>
> the macros need to be of type application/javascript and module type 
>  'macro'
>
> There needs to be a comma between parameters when calling the macro 
> (missing from your example)-
> ((*@makelink(@text,@linkURL)*))
>
>> My macro:
>>
>> exports.name ="makelink";
>> exports.run  = function(clip,link) {
>>var ret = "[["+clip+"|"+link+"]]";
>>return ret ;
>> }
>>
>>
>> (tagged with $:/tags/tiddlyclip)
>>
>> When I run it via a clip, the result is "undefined", suggesting that it 
>> doesn't see one or more of the values that are passed.
>>
>> Also, I'm looking through the code, but I can't find where linkURL and 
>> other variables are defined. Any hints?
>>
>> Thanks!
>> -- Mark
>>
>> On Wednesday, January 17, 2018 at 11:06:18 AM UTC-8, BJ wrote:
>>>
>>>
>>>
>>> On Wednesday, January 17, 2018 at 3:54:03 PM UTC, Mark S. wrote:

 I'm attempting to use macros in tiddlyclip

 I have a macro *makelink *tagged globally with $:/tags/Macro.

 tiddlyclip macros are javascript only and are tagged with 
>>> $:/tags/tiddlyclip 
>>>
 It's contents are:

 \define makelink(clip link) [[$clip$|$link$]]

 In the body column of the clip rule I have:

 \n\n((*@makelink(@text @linkURL)*))

 But when I run it, I get:

 source: invalid val @text @linkURL

 and then

 makelinkmarco not found

 The @text and @linkURL variables worked by themselves. And the makelink 
 macro works fine by itself (not called from tiddlyclip). Is there a some 
 sort of registration that has to happen for the macro to work?

 Thanks!
 Mark

 On Tuesday, January 16, 2018 at 8:22:36 PM UTC-8, Mark S. wrote:
>
> Thanks for maintaining this code, BJ!
>
> A few comments.
>
> There seem to be a LOT of undocumented @variables.
>
> The Image and Link modes don't seem to hide/unhide the rule, but maybe 
> I'm not using it correctly.
>
> How do I make a Link inside a rule? The "|" destroys the table 
> formatting causing the whole rule to not be run.
>
> There is a reference to "Sections", but I only see how to identify 
> categories. How/where are sections used?
>
> It would be handy if there was a linkTEXT (or linkText) variable so 
> that a complete link with name could be captured
>
> Thanks!
> Mark
>


-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/82cb056c-2dc3-496f-aca3-80e4da34350b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Query: About BJ's TiddlyClip as a "Screen Scraper"?

2018-01-17 Thread BJ

On Wednesday, January 17, 2018 at 7:17:26 PM UTC, Mark S. wrote:
>
> Is there any other magic? I have the javascript macro, but the variables 
> inside it are "invisible".
>  
>
the macros need to be of type application/javascript and module type 
 'macro'

There needs to be a comma between parameters when calling the macro 
(missing from your example)-
((*@makelink(@text,@linkURL)*))

> My macro:
>
> exports.name ="makelink";
> exports.run  = function(clip,link) {
>var ret = "[["+clip+"|"+link+"]]";
>return ret ;
> }
>
>
> (tagged with $:/tags/tiddlyclip)
>
> When I run it via a clip, the result is "undefined", suggesting that it 
> doesn't see one or more of the values that are passed.
>
> Also, I'm looking through the code, but I can't find where linkURL and 
> other variables are defined. Any hints?
>
> Thanks!
> -- Mark
>
> On Wednesday, January 17, 2018 at 11:06:18 AM UTC-8, BJ wrote:
>>
>>
>>
>> On Wednesday, January 17, 2018 at 3:54:03 PM UTC, Mark S. wrote:
>>>
>>> I'm attempting to use macros in tiddlyclip
>>>
>>> I have a macro *makelink *tagged globally with $:/tags/Macro.
>>>
>>> tiddlyclip macros are javascript only and are tagged with 
>> $:/tags/tiddlyclip 
>>
>>> It's contents are:
>>>
>>> \define makelink(clip link) [[$clip$|$link$]]
>>>
>>> In the body column of the clip rule I have:
>>>
>>> \n\n((*@makelink(@text @linkURL)*))
>>>
>>> But when I run it, I get:
>>>
>>> source: invalid val @text @linkURL
>>>
>>> and then
>>>
>>> makelinkmarco not found
>>>
>>> The @text and @linkURL variables worked by themselves. And the makelink 
>>> macro works fine by itself (not called from tiddlyclip). Is there a some 
>>> sort of registration that has to happen for the macro to work?
>>>
>>> Thanks!
>>> Mark
>>>
>>> On Tuesday, January 16, 2018 at 8:22:36 PM UTC-8, Mark S. wrote:

 Thanks for maintaining this code, BJ!

 A few comments.

 There seem to be a LOT of undocumented @variables.

 The Image and Link modes don't seem to hide/unhide the rule, but maybe 
 I'm not using it correctly.

 How do I make a Link inside a rule? The "|" destroys the table 
 formatting causing the whole rule to not be run.

 There is a reference to "Sections", but I only see how to identify 
 categories. How/where are sections used?

 It would be handy if there was a linkTEXT (or linkText) variable so 
 that a complete link with name could be captured

 Thanks!
 Mark

>>>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/69cf669f-de3a-438a-875b-310819bcd31c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Query: About BJ's TiddlyClip as a "Screen Scraper"?

2018-01-17 Thread 'Mark S.' via TiddlyWiki
Is there any other magic? I have the javascript macro, but the variables 
inside it are "invisible".

My macro:

exports.name ="makelink";
exports.run  = function(clip,link) {
   var ret = "[["+clip+"|"+link+"]]";
   return ret ;
}


(tagged with $:/tags/tiddlyclip)

When I run it via a clip, the result is "undefined", suggesting that it 
doesn't see one or more of the values that are passed.

Also, I'm looking through the code, but I can't find where linkURL and 
other variables are defined. Any hints?

Thanks!
-- Mark

On Wednesday, January 17, 2018 at 11:06:18 AM UTC-8, BJ wrote:
>
>
>
> On Wednesday, January 17, 2018 at 3:54:03 PM UTC, Mark S. wrote:
>>
>> I'm attempting to use macros in tiddlyclip
>>
>> I have a macro *makelink *tagged globally with $:/tags/Macro.
>>
>> tiddlyclip macros are javascript only and are tagged with 
> $:/tags/tiddlyclip 
>
>> It's contents are:
>>
>> \define makelink(clip link) [[$clip$|$link$]]
>>
>> In the body column of the clip rule I have:
>>
>> \n\n((*@makelink(@text @linkURL)*))
>>
>> But when I run it, I get:
>>
>> source: invalid val @text @linkURL
>>
>> and then
>>
>> makelinkmarco not found
>>
>> The @text and @linkURL variables worked by themselves. And the makelink 
>> macro works fine by itself (not called from tiddlyclip). Is there a some 
>> sort of registration that has to happen for the macro to work?
>>
>> Thanks!
>> Mark
>>
>> On Tuesday, January 16, 2018 at 8:22:36 PM UTC-8, Mark S. wrote:
>>>
>>> Thanks for maintaining this code, BJ!
>>>
>>> A few comments.
>>>
>>> There seem to be a LOT of undocumented @variables.
>>>
>>> The Image and Link modes don't seem to hide/unhide the rule, but maybe 
>>> I'm not using it correctly.
>>>
>>> How do I make a Link inside a rule? The "|" destroys the table 
>>> formatting causing the whole rule to not be run.
>>>
>>> There is a reference to "Sections", but I only see how to identify 
>>> categories. How/where are sections used?
>>>
>>> It would be handy if there was a linkTEXT (or linkText) variable so that 
>>> a complete link with name could be captured
>>>
>>> Thanks!
>>> Mark
>>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/40a45403-f3bf-4624-acbc-90002e08df2b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Query: About BJ's TiddlyClip as a "Screen Scraper"?

2018-01-17 Thread BJ


On Wednesday, January 17, 2018 at 3:54:03 PM UTC, Mark S. wrote:
>
> I'm attempting to use macros in tiddlyclip
>
> I have a macro *makelink *tagged globally with $:/tags/Macro.
>
> tiddlyclip macros are javascript only and are tagged with 
$:/tags/tiddlyclip 

> It's contents are:
>
> \define makelink(clip link) [[$clip$|$link$]]
>
> In the body column of the clip rule I have:
>
> \n\n((*@makelink(@text @linkURL)*))
>
> But when I run it, I get:
>
> source: invalid val @text @linkURL
>
> and then
>
> makelinkmarco not found
>
> The @text and @linkURL variables worked by themselves. And the makelink 
> macro works fine by itself (not called from tiddlyclip). Is there a some 
> sort of registration that has to happen for the macro to work?
>
> Thanks!
> Mark
>
> On Tuesday, January 16, 2018 at 8:22:36 PM UTC-8, Mark S. wrote:
>>
>> Thanks for maintaining this code, BJ!
>>
>> A few comments.
>>
>> There seem to be a LOT of undocumented @variables.
>>
>> The Image and Link modes don't seem to hide/unhide the rule, but maybe 
>> I'm not using it correctly.
>>
>> How do I make a Link inside a rule? The "|" destroys the table formatting 
>> causing the whole rule to not be run.
>>
>> There is a reference to "Sections", but I only see how to identify 
>> categories. How/where are sections used?
>>
>> It would be handy if there was a linkTEXT (or linkText) variable so that 
>> a complete link with name could be captured
>>
>> Thanks!
>> Mark
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/fa257dd3-215a-4be2-bd08-8479a56beb8a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Query: About BJ's TiddlyClip as a "Screen Scraper"?

2018-01-17 Thread BJ


On Wednesday, January 17, 2018 at 4:22:36 AM UTC, Mark S. wrote:
>
> Thanks for maintaining this code, BJ!
>
> A few comments.
>
> There seem to be a LOT of undocumented @variables.
>
> The Image and Link modes don't seem to hide/unhide the rule, but maybe I'm 
> not using it correctly. 
>
 

> As of version 0.1.2 not everything is working as it used to.
>
> How do I make a Link inside a rule? The "|" destroys the table formatting 
> causing the whole rule to not be run. ""
>
There are a number of way to get round this, you could use triple double 
quots around the bar i.e. """|""", but the rule will display in the 
tiddlywiki incorrectly, you will need to remove the 'rule' pragma with the 
tiddler to see the tiddlyclip rule show correctly. 

>
> There is a reference to "Sections", but I only see how to identify 
> categories. How/where are sections used?
>
you will only see one section called 'default'. I've attached my config 
which shows more. Each section is the name of the table of categories, 
these form the basis of the tiddlyclip context menus (see attached screen 
shots). 

>  
>

> It would be handy if there was a linkTEXT (or linkText) variable so that a 
> complete link with name could be captured
>
maybe in the future, at present you need to hightlight the text 

>
> Thanks!
> Mark
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/919f6a89-0c2e-485f-8c60-ba472a74607a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TOC from Headings in Tiddler

2018-01-17 Thread @TiddlyTweeter
Right. It's a bummer. It blocks lots of use cases. It makes things that are 
normally easy difficult. Its an architectural issue. And I think one that 
should be looked at. 

On Tuesday, 16 January 2018 22:37:48 UTC+1, Tony Grosinger wrote:
>
> TiddlyWiki lacks a possibility to make intra-tiddler links. Jumping around 
>> in a single tiddler seems to be impossible as the # is used in other ways.
>
>
> Oh that is definitely a bummer. That was my primary use case. Thanks for 
> the info anyways! 
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/297c8bee-a4fe-4279-9c8d-29ed238ec87f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TOC from Headings in Tiddler

2018-01-17 Thread 'Mark S.' via TiddlyWiki
If you did things the "TW5 Way" 
(https://tiddlywiki.com/#Philosophy%20of%20Tiddlers) then what you would is 
break each of those sections into their own tiddler, and then transclude 
them back into your all-up tiddler (possibly with a single list widget). 
Then it would be easy to make a TOC at the top. Only that when you clicked 
on a link, you would go to the source tiddler for that section instead of 
indexing inside your all-up tiddler. I guess this would give you an 
opportunity for distraction-free editing of just that section tiddler.

-- Mark

On Tuesday, January 16, 2018 at 1:37:48 PM UTC-8, Tony Grosinger wrote:
>
> TiddlyWiki lacks a possibility to make intra-tiddler links. Jumping around 
>> in a single tiddler seems to be impossible as the # is used in other ways.
>
>
> Oh that is definitely a bummer. That was my primary use case. Thanks for 
> the info anyways! 
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/b43e5d13-c61d-4866-b585-c16e25bef60c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TOC from Headings in Tiddler

2018-01-17 Thread Tony Grosinger

>
> It may be possible if you just want a list of heading items not actual 
> links to that part of each tiddler.


Hmm, I don't think that would work for my use case. Thank you though 

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/f24792d1-c12e-4ae7-b058-dd351b6322fa%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Reveal based on presence or absense of tiddler field?

2018-01-17 Thread leeand00
Thank you Thomas that did the trick! :)

On Wednesday, 17 January 2018 09:54:59 UTC-5, Thomas Elmiger wrote:
>
> Hi Andrew, 
>
> as Eric pointed out some time ago in 
> https://groups.google.com/d/msg/tiddlywiki/my9YIZEPGng/g_WCNmGuBwAJ 
>
> … you could use reveal like this with the default attribute: 
>
> <$reveal text="1" type="match" default=<> > 
>
> Alternatively you could use a list widget with filter to display content 
> if the filter is true … 
>
> All the best, 
> Thomas 
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/b2536b11-4cd8-4b4d-b386-ffaaea749e43%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Query: About BJ's TiddlyClip as a "Screen Scraper"?

2018-01-17 Thread 'Mark S.' via TiddlyWiki
I'm attempting to use macros in tiddlyclip

I have a macro *makelink *tagged globally with $:/tags/Macro.

It's contents are:

\define makelink(clip link) [[$clip$|$link$]]

In the body column of the clip rule I have:

\n\n((*@makelink(@text @linkURL)*))

But when I run it, I get:

source: invalid val @text @linkURL

and then

makelinkmarco not found

The @text and @linkURL variables worked by themselves. And the makelink 
macro works fine by itself (not called from tiddlyclip). Is there a some 
sort of registration that has to happen for the macro to work?

Thanks!
Mark

On Tuesday, January 16, 2018 at 8:22:36 PM UTC-8, Mark S. wrote:
>
> Thanks for maintaining this code, BJ!
>
> A few comments.
>
> There seem to be a LOT of undocumented @variables.
>
> The Image and Link modes don't seem to hide/unhide the rule, but maybe I'm 
> not using it correctly.
>
> How do I make a Link inside a rule? The "|" destroys the table formatting 
> causing the whole rule to not be run.
>
> There is a reference to "Sections", but I only see how to identify 
> categories. How/where are sections used?
>
> It would be handy if there was a linkTEXT (or linkText) variable so that a 
> complete link with name could be captured
>
> Thanks!
> Mark
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/0f18c2f7-3e13-41d9-b5e1-829183f54349%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Tiddly Editor Custom Font

2018-01-17 Thread h0p3
I use a stylesheet with a font embedded in it that looks something like 
this:

@font-face { font-family:'customfont'; src: 
> url('data:application/octet-stream;charset=utf-8;base64 ...


This is the font I want inside and out in the wiki. I don't want any other 
font. In the Settings of Theme Tweaks of Appearance of ControlPanel, I've 
set 'Font Family', 'Code font family', and 'Editor font family' all to this 
custom font. This works, except for the actual tiddler editor font (and 
it's Title when being edited). The font for the editor can be changed, but 
so far, I can't get it to use my custom font. I'm sure I must be missing 
something obvious. At the very least, I need a mono-spaced font, so I just 
have 'mono' set in 'Editor font family'. This still isn't my preference. 

Please help me. I don't know if I've given you enough information, but I 
don't know what other information would be useful to give (I don't know 
what I don't know).

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/76e4684c-a267-467d-8d7e-fe63aae855ae%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Reveal based on presence or absense of tiddler field?

2018-01-17 Thread PMario
On Wednesday, January 17, 2018 at 3:54:59 PM UTC+1, Thomas Elmiger wrote:
>
> Alternatively you could use a list widget with filter to display content 
> if the filter is true … 
>

The list widget also has an "emptyMessage" parameter, that can be used if 
the filter doesn't return a result. 

-m 

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/8deafca8-af52-4214-84ae-bede1cf5c567%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Reveal based on presence or absense of tiddler field?

2018-01-17 Thread Thomas Elmiger
Hi Andrew,

as Eric pointed out some time ago in 
https://groups.google.com/d/msg/tiddlywiki/my9YIZEPGng/g_WCNmGuBwAJ

… you could use reveal like this with the default attribute:

<$reveal text="1" type="match" default=<> >

Alternatively you could use a list widget with filter to display content if the 
filter is true …

All the best,
Thomas 

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/227133e5-a6a2-480d-991e-8bad18e94eff%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Reveal based on presence or absense of tiddler field?

2018-01-17 Thread leeand00
I have a tiddler with the following:

<$set name="myVariable" filter="[all[current]has[catanchor]]" value="1" 
emptyValue="0">

<$text text=<>/>

<$reveal type="match" state=<> text="1">

FIELD PRESENT



<$reveal type="match" state=<> text="0">

NO FIELD




NewTiddler
field:catanchor


The above example somewhat works, 

If the field catanchor is not present myVariable is set to 0 and is 
displayed.
Conversely, if it is present, myVariable is set to 1 and is displayed.


But I am unable to reveal the text based on the value of myVariable.


It almost seems as though I'm going to be required to set a state shadow 
tiddler and pull the value from there, which seems like alot of trouble to 
through just to display and hide text.  


Is it possible to do this based on a variable instead?  

(What I'm putting between the $reveal blocks is more complex than that 
which is in the example)


Thank you, 
  Andrew J. Leer



-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/62a8fa5b-f6b5-4405-9e20-e28ee123a442%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Formula 0.2: Functional computing & spreadsheet formulas for TiddlyWiki

2018-01-17 Thread PMario
On Wednesday, January 17, 2018 at 8:15:24 AM UTC+1, Evan Balster wrote:
>
> Announcing the second generation of my formula plugin for TiddlyWiki.
>
> See the *Formula wiki* for the latest documentation:  
> http://evanbalster.com/tiddlywiki/formulas.html
>

Great Work!

I just had a view about your licensing. ... Most of your plugins use MIT 
license, which is great. ... But some don't have any license. ... 

You also should consider, to switch those plugins, that you want to be part 
of the TiddlyWiki core, to be "BSD 3 clause" see: [1]. OR you can also use 
a dual license, for those parts. MIT and BSD-3clause work well together but 
the TW core needs BSD [1]

Just to be clearer. ... If you stay with MIT, it won't be a big problem, 
because MIT allows us to change the license to BSD, once we include stuff 
from your plugins into the core [2]. The other way around would not be 
possible, except with a dual-license. 

have fun!
mario

[1] 
https://github.com/Jermolene/TiddlyWiki5/blob/master/licenses/cla-individual.md#23-outbound-license
[2] 
https://en.wikipedia.org/wiki/License_compatibility#Compatibility_of_FOSS_licenses

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/05ffaefe-a358-4cc0-9946-2d6249a45320%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Formula 0.2: Functional computing & spreadsheet formulas for TiddlyWiki

2018-01-17 Thread Stephen Wilson
Hi Evan,
Don't know if your aware, or if it's useful, but Matt did some graph work 
last year.

http://graphs.tiddlyspot.com/

On Wednesday, 17 January 2018 11:19:45 UTC, @TiddlyTweeter wrote:
>
> Ciao Evan
>
> IMO, this plugin is SO rich it deserves an EXAMPLE CHANNEL.
>
> I'm wondering if you'd be okay if I started another thread about 
> developing examples of usage? Not necessarily for you to answer on but also 
> other folk who are developing grasp of what it can do?
>
> FWIW, I'm down on the farm of basic accounts, but I could probably rise to 
> the challenge of how you could use your math to visually create kinship 
> charts.
>
> Josiah
>
>  
>
> On Wednesday, 17 January 2018 08:17:14 UTC+1, Evan Balster wrote:
>>
>> I've started this new thread because some users were complaining that the 
>> length of the previous thread 
>>  
>> was making it hard to read and navigate on some devices.
>>
>> Changelog for version 0.2.1:
>>
>> 0.2.1 — January 16, 2018
>>
>>- Implemented /* comments */ in the C/JavaScript style.
>>- Implemented closures 
>> — 
>>functions can now "capture" local variables declared outside them.
>>   - Note: Variables are captured from the place a function is 
>>   declared, not where it is used.
>>- Added the join function, which is simpler than textjoin.
>>- Fixed a major error in value conversion that caused a reversion to 
>>JavaScript behaviors.
>>- Fixed the transclude_index function.
>>
>>
>>
>> On Wednesday, 17 January 2018 01:15:24 UTC-6, Evan Balster wrote:
>>>
>>> Announcing the second generation of my formula plugin for TiddlyWiki.
>>>
>>> See the *Formula wiki* for the latest documentation:  
>>> http://evanbalster.com/tiddlywiki/formulas.html
>>>
>>> *Report issues and view source GitHub*:  
>>> https://github.com/EvanBalster/TiddlyWikiFormula
>>>
>>>
>>> Formula lets you do computation in TiddlyWiki in the style of popular 
>>> spreadsheet apps Excel and Google Sheets, with the addition of TiddlyWiki's 
>>> own filter, transclude and variable systems.  Tiddlers can behave like 
>>> individual rows in a spreadsheet.  A large collection of built-in functions 
>>> is included, for use with text, numbers, dates, arrays and regular 
>>> expressions.
>>>
>>> Formula is implemented as a widget, with a special *(=* "mushroom 
>>> bracket" *=)* syntax for inclusion in WikiText, and can also be used in 
>>> widget/HTML attributes.  Formulas included via transclusion, filters and 
>>> variables are computed and refreshed like any other part of your wiki.
>>>
>>> (= ( sum([tag[Profits]get[value]]) - sum(tag[Expenses]get[value]]) ) * 
>>> {{Tax!!rate}} =)
>>>
>>> The second generation of formula adds support for local variables, 
>>> comments, lambda functions and element-wise operations on arrays (such as 
>>> filter results), allowing more advanced computations to be expressed inside 
>>> TiddlyWiki.  Search the wiki for "demo" to see some of the things I've 
>>> built.
>>>
>>>
>>> The plugin is a work in progress and may have bugs.  Please report these 
>>> on GitHub or in this thread.
>>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/4913e897-576f-42c5-9429-4aa040f681a7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] CSS to pop over tiddler titles

2018-01-17 Thread @TiddlyTweeter
Right. But to do that you gotta see the numbers.

-j

On Wednesday, 17 January 2018 13:43:48 UTC+1, PMario wrote:
>
> On Wednesday, January 17, 2018 at 12:28:29 PM UTC+1, @TiddlyTweeter wrote:
>>
>> Right. But I'm not so sure that is what is happening in practice.
>>
>> Part of the issue in TW is lack of a public index of the already used 
>> indices. Yes?
>>
>
> Yea. if  the frist sentence in the docs is: DON'T mess around with z-index 
> if you don't need to. It will make maintenance a nightmare. 
>
> -m
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/789141c3-85c0-4667-81bd-4427613c9318%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] CSS to pop over tiddler titles

2018-01-17 Thread PMario
On Wednesday, January 17, 2018 at 12:28:29 PM UTC+1, @TiddlyTweeter wrote:
>
> Right. But I'm not so sure that is what is happening in practice.
>
> Part of the issue in TW is lack of a public index of the already used 
> indices. Yes?
>

Yea. if  the frist sentence in the docs is: DON'T mess around with z-index 
if you don't need to. It will make maintenance a nightmare. 

-m

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/7b62e088-f49f-4fef-a2c2-7de31ea6cb6d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] CSS to pop over tiddler titles

2018-01-17 Thread TonyM
Thanks Tom that will be a good reference.

I had assumed there would be values between -1 and 5, how wrong was I

Tony

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/635d143f-a803-4750-b56e-902f86915211%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] CSS to pop over tiddler titles

2018-01-17 Thread @TiddlyTweeter
Right. But I'm not so sure that is what is happening in practice.

Part of the issue in TW is lack of a public index of the already used 
indices. Yes?

J.

PMario wrote:
>
> That's an interesting point of view. ... But I think there's a much more 
> pragmatic reason.
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/729b2bfb-3515-4040-bcca-19f9bb912e77%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] CSS to pop over tiddler titles

2018-01-17 Thread PMario
On Wednesday, January 17, 2018 at 11:14:23 AM UTC+1, @TiddlyTweeter wrote:
>
> FWIW, I find this subject interesting. Why? Because it illustrates 
> something about the "Sociology of Programming".
>

That's an interesting point of view. ... But I think there's a much more 
pragmatic reason.

The general rule is: Try to avoid z-index. Only use it, if there is no 
better way. 

The code will be much easier to maintain without them. 

Sometimes z-indizes can't be avoided, so the programmer chooses a value 
around 100. There is enough space for others to be above and below.

10 isn't sensible, since there are only 10 values (0..9) left. If you need 
lower priority, you'll need to start to use negative numbers, which 
introduces a new "mental model" eg: -1 is highger priority than -2 ... 

High numbers are used, if you "really really" want an element to stick on 
top. eg: 1 or -1

Around 4 digits it's pretty save, that others don't overwrite your 
intentions by accident. They may also start at 100 and find out, if that's 
enough or not. 

BUT 

The primariy rule is: *Try to avoid z-index*, except it's needed or it 
improves animation performance (google is your frind here ;). 

have fun!
mario



-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/b965687a-7bb5-409b-b5d7-fefe573a54ee%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Formula 0.2: Functional computing & spreadsheet formulas for TiddlyWiki

2018-01-17 Thread @TiddlyTweeter
Ciao Evan

IMO, this plugin is SO rich it deserves an EXAMPLE CHANNEL.

I'm wondering if you'd be okay if I started another thread about developing 
examples of usage? Not necessarily for you to answer on but also other folk 
who are developing grasp of what it can do?

FWIW, I'm down on the farm of basic accounts, but I could probably rise to 
the challenge of how you could use your math to visually create kinship 
charts.

Josiah

 

On Wednesday, 17 January 2018 08:17:14 UTC+1, Evan Balster wrote:
>
> I've started this new thread because some users were complaining that the 
> length of the previous thread 
>  
> was making it hard to read and navigate on some devices.
>
> Changelog for version 0.2.1:
>
> 0.2.1 — January 16, 2018
>
>- Implemented /* comments */ in the C/JavaScript style.
>- Implemented closures 
> — 
>functions can now "capture" local variables declared outside them.
>   - Note: Variables are captured from the place a function is 
>   declared, not where it is used.
>- Added the join function, which is simpler than textjoin.
>- Fixed a major error in value conversion that caused a reversion to 
>JavaScript behaviors.
>- Fixed the transclude_index function.
>
>
>
> On Wednesday, 17 January 2018 01:15:24 UTC-6, Evan Balster wrote:
>>
>> Announcing the second generation of my formula plugin for TiddlyWiki.
>>
>> See the *Formula wiki* for the latest documentation:  
>> http://evanbalster.com/tiddlywiki/formulas.html
>>
>> *Report issues and view source GitHub*:  
>> https://github.com/EvanBalster/TiddlyWikiFormula
>>
>>
>> Formula lets you do computation in TiddlyWiki in the style of popular 
>> spreadsheet apps Excel and Google Sheets, with the addition of TiddlyWiki's 
>> own filter, transclude and variable systems.  Tiddlers can behave like 
>> individual rows in a spreadsheet.  A large collection of built-in functions 
>> is included, for use with text, numbers, dates, arrays and regular 
>> expressions.
>>
>> Formula is implemented as a widget, with a special *(=* "mushroom 
>> bracket" *=)* syntax for inclusion in WikiText, and can also be used in 
>> widget/HTML attributes.  Formulas included via transclusion, filters and 
>> variables are computed and refreshed like any other part of your wiki.
>>
>> (= ( sum([tag[Profits]get[value]]) - sum(tag[Expenses]get[value]]) ) * {{
>> Tax!!rate}} =)
>>
>> The second generation of formula adds support for local variables, 
>> comments, lambda functions and element-wise operations on arrays (such as 
>> filter results), allowing more advanced computations to be expressed inside 
>> TiddlyWiki.  Search the wiki for "demo" to see some of the things I've 
>> built.
>>
>>
>> The plugin is a work in progress and may have bugs.  Please report these 
>> on GitHub or in this thread.
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/2a4eba54-b9e4-43fb-89a9-9f5b55941632%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] CSS to pop over tiddler titles

2018-01-17 Thread @TiddlyTweeter
I just posted an issue on Github about this as I can't find those indices 
in documentation.

https://github.com/Jermolene/TiddlyWiki5/issues/3092

Best wishes
Josiah 

On Wednesday, 17 January 2018 11:11:02 UTC+1, Ton Gerner wrote:
>
> Hi Tony,
>
> When you inspect $:/themes/tiddlywiki/vanilla/base you will see 13 times 
> z-index has been used (with sometimes high values).
>
> Below summarized the class that uses a z-index + the value used:
>
> class z-index
> .tc-tiddler-dragger -1
> .tc-dropzone.tc-dragover:before 1
> .tc-plugin-reload-warning 1000
> .tc-topbar 1200
> .tc-block-dropdown 1000
> .tc-modal-wrapper 900
> .tc-modal-backdrop 1000
> .tc-modal 1100
> .tc-notification 1300
> .tc-tab-buttons.tc-vertical 100
> .tc-alerts 2
> .tc-static-alert-inner 100
> .tc-tabbed-table-of-contents .tc-table-of-contents 100
>
> Cheers,
>
> Ton
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/c576e62f-979c-453e-84a4-58decf240659%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] CSS to pop over tiddler titles

2018-01-17 Thread @TiddlyTweeter
Ciao Ton

You just gave the data that I thought could be useful! Great stuff.

J.

On Wednesday, 17 January 2018 11:11:02 UTC+1, Ton Gerner wrote:
>
> Hi Tony,
>
> When you inspect $:/themes/tiddlywiki/vanilla/base you will see 13 times 
> z-index has been used (with sometimes high values).
>
> Below summarized the class that uses a z-index + the value used:
>
> class z-index
> .tc-tiddler-dragger -1
> .tc-dropzone.tc-dragover:before 1
> .tc-plugin-reload-warning 1000
> .tc-topbar 1200
> .tc-block-dropdown 1000
> .tc-modal-wrapper 900
> .tc-modal-backdrop 1000
> .tc-modal 1100
> .tc-notification 1300
> .tc-tab-buttons.tc-vertical 100
> .tc-alerts 2
> .tc-static-alert-inner 100
> .tc-tabbed-table-of-contents .tc-table-of-contents 100
>
> Cheers,
>
> Ton
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/8be1d5d4-424f-4e5f-a79c-314186f868b8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] CSS to pop over tiddler titles

2018-01-17 Thread @TiddlyTweeter
FWIW, I find this subject interesting. Why? Because it illustrates 
something about the "Sociology of Programming".

My general impression is that z-index is often used in a BIG NUMBERS way. 
Practically, when you want something always foregrounded most often one 
thinks of a big number when testing. I start at 1,001. Bad practice, but 
its widely done. 

On SHARED code bases that can be problematic and frustrating for careful 
folk like you. 

Just a thought: an INDEX of Z-INDEXES used in base TW might be useful?

Best wishes
Josiah

TonyM wrote:
>
> Thanks Coda,
>
> I did not realise how much stacking can occur. I expect I should try 999 
> to allow alerts to remain visible.
>
> 550 but not 500 works in this case
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/20e4ec45-0c4d-4c8e-b6aa-18bd65df32a7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] CSS to pop over tiddler titles

2018-01-17 Thread Ton Gerner
Hi Tony,

When you inspect $:/themes/tiddlywiki/vanilla/base you will see 13 times 
z-index has been used (with sometimes high values).

Below summarized the class that uses a z-index + the value used:

class z-index
.tc-tiddler-dragger -1
.tc-dropzone.tc-dragover:before 1
.tc-plugin-reload-warning 1000
.tc-topbar 1200
.tc-block-dropdown 1000
.tc-modal-wrapper 900
.tc-modal-backdrop 1000
.tc-modal 1100
.tc-notification 1300
.tc-tab-buttons.tc-vertical 100
.tc-alerts 2
.tc-static-alert-inner 100
.tc-tabbed-table-of-contents .tc-table-of-contents 100

Cheers,

Ton

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/bce0c35d-7861-4e6d-beff-8463247c6f09%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] CSS to pop over tiddler titles

2018-01-17 Thread TonyM
Thanks Coda,

I did not realise how much stacking can occur. I expect I should try 999 to 
allow alerts to remain visible.

550 but not 500 works in this case

Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/22174925-efcb-4378-9cac-8f65d95f617a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.