[tw5] Re: Tiddlername as tag

2020-11-26 Thread Gerald Weis
Hello 

What i wanna do is 
1. Macro see what the user is called in the tiddler title. 
2. Search which devices of the device class e.g. Screen the user has. 
3. Show the devices in the user's tiddler.


soren.b...@gmail.com schrieb am Donnerstag, 26. November 2020 um 15:39:22 
UTC+1:

> My bad, that was a typo caused by my text editor’s bracket autocomplete. 
> It 
> does work with the typo fixed, which is strange because I swear this has 
> not 
> worked for me before. Maybe at the time I didn’t know anything about 
> TiddlyWiki and I was doing something else wrong. Learned something new, 
> thanks! 
>
> Tones, I would think the benefit is that the <__parameter__> syntax can’t 
> get 
> messed up by quoting, no matter what is in the parameter (same reason you 
> might want to use it outside a filter). In your version, if there was a 
> double-quote in the name of the tag, the filter would break. You could use 
> triple quotes around the filter, but then triple quotes would mess it up, 
> and 
> so on.
>
>
> On Wednesday, November 25, 2020 at 6:19:55 PM UTC-6 Mark S. wrote:
>
>> The angle braces REPLACE the square brackets in filter expressions. So 
>> your code should look like:
>>
>> \define testme(parameter)
>>   <$list filter="[tag<__parameter__>]">
>>   <$link to=<>/>
>>   
>> \end
>>
>>
>>
>> On Wednesday, November 25, 2020 at 11:48:56 AM UTC-8 soren.b...@gmail.com 
>> wrote:
>>
>>> On Wednesday, November 25, 2020 at 1:09:22 PM UTC-6 Mark S. wrote:
>>>
 Inside a filter, a variable could be referenced as tag[$art$] or as 
 tag<__art__> .

>>>
>>> Really? Did that work for you? I thought parameters-as-variables only 
>>> work in a strict transclusion context with double angle brackets. In a 
>>> simple test it yields a syntax error:
>>>
>>> \define testme(parameter)
>>>   <$list filter="[tag<__parameter__>]]">
>>>   <$link to=<>/>
>>>   
>>> \end
>>>
>>> <>
>>>
>>

-- 
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/f25a1dc2-d00a-474c-98aa-6dc3b53451e5n%40googlegroups.com.


[tw5] Re: Tiddlername as tag

2020-11-26 Thread Gerald Weis
 

I have a tiddly with which I manage the IT equipment of the staff. 
There are also equipment tiddlers and personal tiddlers. 
The names of the devices are stored as tags in the person tiddlers. 
The names of the persons and the device classes are stored as tags in the 
device tiddlers. 
Now I would like to determine from the person tiddler which devices the 
person has. 
At the moment I have to enter the person name in the macro call, even 
though I have written the personal name exactly like the tag. 
I want to avoid that.
My macro call currently looks like this: 

<< person-device-a "person name" "device class" >>

The macro currently looks like this: 

```
\ define person-device-a (person class) 
 $class$
<$list filter = "[tag [$class$]sort[title]]+[tag[$person$]sort 
[title]]">

<$list filter="[tag[$person$]]+[tag [$class $]count[]]">


\end 
```


Mark S. schrieb am Donnerstag, 26. November 2020 um 01:19:55 UTC+1:

> The angle braces REPLACE the square brackets in filter expressions. So 
> your code should look like:
>
> \define testme(parameter)
>   <$list filter="[tag<__parameter__>]">
>   <$link to=<>/>
>   
> \end
>
>
>
> On Wednesday, November 25, 2020 at 11:48:56 AM UTC-8 soren.b...@gmail.com 
> wrote:
>
>> On Wednesday, November 25, 2020 at 1:09:22 PM UTC-6 Mark S. wrote:
>>
>>> Inside a filter, a variable could be referenced as tag[$art$] or as 
>>> tag<__art__> .
>>>
>>
>> Really? Did that work for you? I thought parameters-as-variables only 
>> work in a strict transclusion context with double angle brackets. In a 
>> simple test it yields a syntax error:
>>
>> \define testme(parameter)
>>   <$list filter="[tag<__parameter__>]]">
>>   <$link to=<>/>
>>   
>> \end
>>
>> <>
>>
>

-- 
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/698240b5-029c-498c-ab68-399a9460ad26n%40googlegroups.com.


[tw5] Tiddlername as tag

2020-11-25 Thread Gerald Weis
 
I have the following problem. In a tiddler I wrote the title exactly as I 
did in the tag. Now I would like to insert the title as a tag name in a 
macro. However, 

´´´
<$ list [tag [<>]] + [tag [$ art $]]>
```
does not work. at the moment my input looks like this. 

```
<< person-device-a "tiddler name" "geraeteart" >>
```

Since there are several types of devices, the macro is called several times. 
The 
macro currently looks like this. 

```
\ define person-device-a (person type)
  $ art $  
 
<$ list filter = "[tag [$ art $] sort [title]] + [tag [$ person $] sort 
[title]]"> 
 

<$ list filter = "[tag [$ person $]] + [tag [$ art $] count []]"> 
 
 
\end
```

What I want is that I can save myself having to enter the tiddler name. Is 
there a way to do this?


-- 
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/801dae49-cda9-4cd2-81e4-8817eab05c40n%40googlegroups.com.


[tw5] Re: Field names composed of variable and constant

2020-11-18 Thread Gerald Weis
Hit Tones

line 2: i have tried it in css:
text-align:left; works,
vertical-align:top; dont works.

That is the reason for the html-tag.


line 3: the fieldname in the transclusion are composed form the variable 
$tooltip$ and the string _tooltip. It works.

My Input ist "A21", the fieldname ist "A21_tooltip". How must do i it 
correct?

Yes the macro is called in a table.
The tr-tag is entried in the table.
The macro show the Button in a table-cell.
beetween  2 td-tags will entried the value.

Macro show and value entry can be more then one in 1 table-row

tr-tag is ending the table-row

TW Tones schrieb am Dienstag, 17. November 2020 um 23:40:23 UTC+1:

> First question are you inserting spaces in your code?
>
> It actually makes it harder to read for someone steeped in Wikitext.
>
> If you just asked the question you require solved; the outcome you want - 
> without wiki text which is adding complexity to your question, we may be 
> able to help more. 
>
> \define beztool(description tooltipname)
> 
> <$button class="button" tooltip = {{!!$tooltipname$ _tooltip}}> 
> $description$ 
> 
> \end
>
> References to above
> Line 2: these values should be inside a style="" parameter with a 
> different format?
> Line 3: Inside the transclusion {{}} what is _tooltip ? the syntax it 
> incorrect
> Line 2-4: so we assume this macro is called from inside a tr or table row ?
>
>
>- Do persist, it becomes easier and we in the community love to help.
>- Also Gerald it you are fluent in another language perhaps provide 
>your question in both English and your native language, perhaps someone 
>here also speaks your language and can help.
>
> Tones
> On Tuesday, 17 November 2020 at 23:40:22 UTC+11 Gerald Weis wrote:
>
>> Hello everybody 
>> apparently that was incomprehensible what I wrote. I'll try again.
>> So I'm trying to recreate the structure of the registration of a vehicle. 
>> So that the whole thing doesn't get too broad, I've thought of the 
>> following. 
>> 1. The name of the field remains as it is in the approval. 
>> 2. The meaning of the field name is given in a tooltip. 
>> so far the macro looks like this 
>>
>> \ define beztool (description tooltipname)
>> 
>> <$ button class = "button" tooltip = {{!! $ tooltipname $ _tooltip}}> $ 
>> description $  
>>  
>> \end 
>>
>> So the following call is necessary so far. 
>>
>> << beztool "A" "a" >> 
>> << beztool "P.2 / P.4" "p.2-p.4" >>
>>
>> But I want to simplify the call. The writing for $ tooltipname $ should 
>> be omitted. The call should linger in the future
>>
>> << beztool "A" >> 
>> << beztool "P.2 / P.4" >> 
>>
>> In order for it to work like this, I would also replace the "/" character 
>> with another character that is allowed in the naming of fields. 
>> For this it is necessary that the variable $ designation $ is transferred 
>> to a new variable and then transferred in lower case. 
>>
>> Is there a way to do this? 
>> Thank you
>>
>> Gerald Weis schrieb am Freitag, 13. November 2020 um 10:13:53 UTC+1:
>>
>>>  Hello friends The code below to create a tooltip label works. But the 
>>> tooltips sometimes get longer so that the macro call becomes confusing. I 
>>> want to change that. 
>>>
>>> \ define beztool (name tooltip)
>>> 
>>> <$ button tooltip = $ tooltip $> $ label $  
>>>  
>>> \end 
>>>
>>> I have the following idea. Since I have a table in which there should be 
>>> a lot of tooltips, this should be done with fields. The designations in the 
>>> buttons are by necessity capital letters. now i would like the content of 
>>> the box DescriptionIn lower case _ tooltip is read out and displayed as a 
>>> tooltip. becomes. I've already tried the following. 
>>>
>>> \ define beztool (name) 
>>> <$ vars = "fieldname" value = lowercase [$ label $] _ tooltip> 
>>>  
>>> <$ button tooltip = $ fieldname $> $ description $  
>>>  
>>> \end 
>>>
>>> unfortunately that doesn't work. Can someone help me there?
>>>
>>> thanks
>>> Gerald
>>>
>>

-- 
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/7382e32f-5973-4e18-bbff-13fcdd3c40f0n%40googlegroups.com.


[tw5] Re: Field names composed of variable and constant

2020-11-17 Thread Gerald Weis
 
Hello everybody 
apparently that was incomprehensible what I wrote. I'll try again.
So I'm trying to recreate the structure of the registration of a vehicle. 
So that the whole thing doesn't get too broad, I've thought of the 
following. 
1. The name of the field remains as it is in the approval. 
2. The meaning of the field name is given in a tooltip. 
so far the macro looks like this 

\ define beztool (description tooltipname)

<$ button class = "button" tooltip = {{!! $ tooltipname $ _tooltip}}> $ 
description $  
 
\end 

So the following call is necessary so far. 

<< beztool "A" "a" >> 
<< beztool "P.2 / P.4" "p.2-p.4" >>

But I want to simplify the call. The writing for $ tooltipname $ should be 
omitted. The call should linger in the future

<< beztool "A" >> 
<< beztool "P.2 / P.4" >> 

In order for it to work like this, I would also replace the "/" character 
with another character that is allowed in the naming of fields. 
For this it is necessary that the variable $ designation $ is transferred 
to a new variable and then transferred in lower case. 

Is there a way to do this? 
Thank you

Gerald Weis schrieb am Freitag, 13. November 2020 um 10:13:53 UTC+1:

>  Hello friends The code below to create a tooltip label works. But the 
> tooltips sometimes get longer so that the macro call becomes confusing. I 
> want to change that. 
>
> \ define beztool (name tooltip)
> 
> <$ button tooltip = $ tooltip $> $ label $  
>  
> \end 
>
> I have the following idea. Since I have a table in which there should be a 
> lot of tooltips, this should be done with fields. The designations in the 
> buttons are by necessity capital letters. now i would like the content of 
> the box DescriptionIn lower case _ tooltip is read out and displayed as a 
> tooltip. becomes. I've already tried the following. 
>
> \ define beztool (name) 
> <$ vars = "fieldname" value = lowercase [$ label $] _ tooltip> 
>  
> <$ button tooltip = $ fieldname $> $ description $  
>  
> \end 
>
> unfortunately that doesn't work. Can someone help me there?
>
> thanks
> Gerald
>

-- 
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/d6ea58a8-0683-4901-8ec3-3fc7b7f6d564n%40googlegroups.com.


[tw5] Field names composed of variable and constant

2020-11-13 Thread Gerald Weis
 
 Hello friends The code below to create a tooltip label works. But the 
tooltips sometimes get longer so that the macro call becomes confusing. I 
want to change that. 

\ define beztool (name tooltip)

<$ button tooltip = $ tooltip $> $ label $  
 
\end 

I have the following idea. Since I have a table in which there should be a 
lot of tooltips, this should be done with fields. The designations in the 
buttons are by necessity capital letters. now i would like the content of 
the box DescriptionIn lower case _ tooltip is read out and displayed as a 
tooltip. becomes. I've already tried the following. 

\ define beztool (name) 
<$ vars = "fieldname" value = lowercase [$ label $] _ tooltip> 
 
<$ button tooltip = $ fieldname $> $ description $  
 
\end 

unfortunately that doesn't work. Can someone help me there?

thanks
Gerald

-- 
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/e3704d0a-b8f2-4456-b68d-ffe7f6aa24f3n%40googlegroups.com.


[tw5] Re: Radiobutton automatic

2020-11-01 Thread Gerald Weis
Hello Eric,

thankyou for your help.
You are great.

Eric Shulman schrieb am Samstag, 31. Oktober 2020 um 17:59:47 UTC+1:

> On Saturday, October 31, 2020 at 3:00:47 AM UTC-7, Gerald Weis wrote:
>>
>> Hello Eric,
>> Unfortunately, NOT every entry is a separate tiddler. That's why I also 
>> have the counter variable in my macro kzu_ein2. It defines the number of 
>> the row in the table.
>> The macro kzu_tab defines the head of the table. This table header is 
>> used in exactly the same way for other tables.
>> kzu_ein2 defines the input line of the table. This macro is called for 
>> every row in the table, currently 15 times in the table.
>>
>
> I think you would be better off using the power of TiddlyWiki to construct
> the table output from separate tiddlers that hold the data in fields rather
> than hard-coding literals as macro parameters.  This would allow you
> MUCH more flexibility to reference the stored field values in other places.
>
> However, given your current implementation, try this:
> \define kzu_ein2(datum normvon normbis gewicht  zaehler Wertung)
> 
> $datum$
> $normvon$ - $normbis$
> $gewicht$<
> /td>
> 
><$list filter="[[$gewicht$]compare:number:lt[$normvon$]]"
>   emptyMessage="">
>
>   
>
> 
> 
><$list filter="[[$gewicht$]compare:number:gt[$normbis$]]"
>   emptyMessage="">
>
>   
>
> 
> 
> 
><$list filter="[[$gewicht$]compare:number:gteq[$normvon$]then[$gewicht$
> ]compare:number:lteq[$normbis$]]"
>   emptyMessage="">
>
>   
>
> 
> \end
>
> Notes:
> * Each $list compares the "$gewicht$" parameter value with the $normvon$ 
> and/or $normbis$ values,
> and, if the comparison is true, it shows a checked radio button; otherwise 
> it shows an unchecked radio button
> * Since you are passing in values for normvon, normbis, and gewicht, there 
> is no need to use
> "gewichtNN" field values to hold "1", "2" or "3"
>
> Also... since you are hand-coding and passing constant values into the 
> macro just to
> produce formatted table output, you could omit all the macros, and just 
> using wikitext
> table syntax directly, like this:
>
> |!Datum |!Norm (kg) |!Gewicht |>|>|>|!Wertung |
> |! |! |! |! - |! 0 |! + |
> |18.09.2020 |55,3 - 67,6 | 68,0|| >||
> |01.07.2020 |56,7 - 69,4 | 69,8|| >||
> |11.03.2020 |56,5 - 69,0 | 70,6|| >||
> ...etc...
> |>|>|>|>|>|!- = Neidrig, 0 = Norm, + = Hoch|
>
> -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/ceccfa8e-9bb3-46e2-8be6-2ff2f1cf5245n%40googlegroups.com.


[tw5] Re: Radiobutton automatic

2020-10-31 Thread Gerald Weis
 Hi Guys,
first of all thanks for your help.
But this solution works wonderfully for one line,
but how do i make it dynamic?
My table currently has 15 rows. and at least one line is added every week.
Eric Shulman schrieb am Mittwoch, 28. Oktober 2020 um 13:33:34 UTC+1:

>
>
> On Wednesday, October 28, 2020 at 2:21:46 AM UTC-7, Gerald Weis wrote:
>>
>> I enter 3 values
>> 1. the minimum value
>> 2. the maximum value
>> 3. the real measured value
>>
>> The radio widget should now automatically change the value in the display.
>> If the real measured value is > should be set to 1.
>> If the real measured value is> than the maximum value, then the value 
>> should be set to 3.
>> Otherwise the value should be set to 2.
>> This provides an overview of how the value has changed, whether it is in 
>> the normal range, or whether it has moved up or down.
>>
>
> If I understand correctly, it would seem that want to use the radio 
> buttons for *display* only, not as input controls that can be changed.
>
> If that is the case, then why not just use text output (e.g., "low", 
> "high", "normal")?  Something like this:
> min: <$edit-text field="minval" />
> max: <$edit-text field="maxval" />
> real: <$edit-text field="realval" />
>
> <$list filter="[{!!realval}compare:number:lt{!!minval}]">
>LOW
> 
> <$list filter="[{!!realval}compare:number:gt{!!maxval}]">
>HIGH
> 
> <$list filter=
> "[{!!realval}compare:number:gteq{!!minval}then{!!realval}compare:number:lteq{!!maxval}]"
> >
>NORMAL
> 
>
> If you must use radio buttons as output, then you don't actually need the 
> TiddlyWiki <$radio> widget,
> and instead, can use "plain" HTML radio buttons to produce the desired 
> display, like this:
>
> min: <$edit-text field="minval" />
> max: <$edit-text field="maxval" />
> real: <$edit-text field="realval" />
>
> <$list filter="[{!!realval}compare:number:lt{!!minval}]">
>
>
>
> 
> <$list filter="[{!!realval}compare:number:gt{!!maxval}]">
>
>
>
> 
> <$list 
> filter="[{!!realval}compare:number:gteq{!!minval}then{!!realval}compare:number:lteq{!!maxval}]">
>
>
>
> 
>
> You can, of course, place the above bits of syntax inside a table layout 
> to further suit your desired display.  I leave that to you to work out.
>
> 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/d198550d-d67a-439d-89dc-5dfbc193b34bn%40googlegroups.com.


[tw5] Re: Radiobutton automatic

2020-10-28 Thread Gerald Weis
Sorry
in english now

So here again the whole thing is understandable

I enter 3 values

1. the minimum value
2. the maximum value
3. the real measured value

The radio widget should now automatically change the value in the display.

If the real measured value is  than the maximum value, then the value 
should be set to 3.
Otherwise the value should be set to 2.

This provides an overview of how the value has changed, whether it is in 
the normal range, or whether it has moved up or down.

The next problem is that I have to number the lines by hand. Can you do 
this automatically?


kzu_ein is a macro that contains the following values.

date,
normvon (minimum value of a body value in numbers with decimal places)
normbis (maximum value of a body value in numbers with decimal places)
weight (body value in numbers with decimal places)
counter (number of the line)
Rating:
(Radio button low - value = 1)
(Radio button Norm - value = 2)
(Radio button up - value = 3)
This value should be based on the values
Minimum value (normof)
Maximum value (normal to)
Measured value (weight)
automatically set and displayed.

No further actions should take place. 

Gerald Weis schrieb am Mittwoch, 28. Oktober 2020 um 09:44:41 UTC+1:

> Also hier nochmal das ganze verständlich
>
> ich gebe 3 Werte ein
>
> 1. den Minimalwert
> 2. den Maximalwert
> 3. den realgemessenen Wert
>
> Nun soll der Radiowidget automatisch den Wert in der Anzeige verändern.
>
> Ist der realgemessene Wert < als  der Minimalwert , dann soll Wert auf 1 
> gesetzt werden.
> Ist der reaögemessene Wert > als der Maximalwert, dann soll Wert auf 3 
> gesetzt werden.
> Ansonsten ist Wert auf 2 zu setzen.
>
> Dies dient der Übersicht wie sich der Wert verändert hat, ob er im 
> Normbereich liegt, oder ob er sich nach oben oder unten bewegt hat.
>
> Das nächste Problem ist, dass ich die Zeilen per hand numerieren muss. 
> Kann man dies auch automatisch machen?
>
>
> kzu_ein ist ein Makro das folgende Werte enthält.
>
> datum, 
> normvon (Minimalwert eines Körperwertes in zahlen mit Dezimalstellen)
> normbis (Maximalwert eines Körperwertes in Zahlen mit Dezimalstellen)
>  gewicht (Körperwert in Zahlen mit Dezimalstellen)
> zaehler (Nummer  der Zeile)
> Wertung:
> (Radiobutton niedrig - value=1)
> (Radiobutton Norm - value=2)
> (Radiobutton hoch - value=3)
> Dieser Wert soll anhand der Werte 
> Minimalwert(normvon)
>  Maximalwert(normbis)
>  Messwert(gewicht)
> automatisch gesetzt und angezeigt werden.
>
> Weitere Aktionen sollen nicht mehr erfolgen.
>
>
>
>
>
>
> TW Tones schrieb am Freitag, 23. Oktober 2020 um 23:19:33 UTC+2:
>
>> Gerald a Quick brain dump
>>
>>
>> 1. i input the min-value.
>>> 2. i input the high-value.
>>> 3. i input the real-value.
>>>
>>>
>> Use three edit-text widgets to edit three fields in a separate config 
>> tiddler,  in-value high-value and real-value.
>>
>>  
>>
>>> Now should the radiowidget set himself the position
>>>
>>
>> I am not sure what the radio widget supposed to do?
>>  
>>
>>>
>>> My next problem is that i must count the table-rows by hand.
>>> can this tiddlywiki do automaticly?
>>>
>>
>> What determines the number of rows, and how are you generating them?
>>
>> A list that calls kzu_ein2?
>>
>>  
>>
>>>
>>> < min-value = low
>>> > high-valule = high
>>> others = standard
>>>
>>> how can i do that
>>>
>>
>> What do you want to do with the values given?
>>  
>>
>>>
>>> my code at the time is this
>>> kzu_tab define the table-head
>>> kzu_ein define the table-input
>>>
>>
>> More a table row, yes. The input is elsewhere.
>>  
>>
>>>
>>> \define kzu_tab()
>>> 
>>> 
>>> Datum
>>> Norm (kg)
>>> Gewicht
>>> Wertung
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>>  = niedrig = Norm = hoch
>>> 
>>> 
>>> \end
>>>
>>> \define kzu_ein2(datum normvon normbis gewicht  zaehler Wertung)
>>> 
>>> $datum$
>>> $normvon$ - $normbis$
>>> $gewicht$
>>> <$radio field="gewicht$zaehler$" value="1">
>>> <$radio field="gewicht$zaehler$" value="2">
>>> <$radio field="gewicht$zaehler$" value="3">
>>> \end
>>>
>>
>> Here you are NOT closing the  
>>
>> Regards
>> Tones
>>
>

-- 
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/422dac74-3719-43f3-921f-6746c38a4077n%40googlegroups.com.


[tw5] Re: Radiobutton automatic

2020-10-28 Thread Gerald Weis
Also hier nochmal das ganze verständlich

ich gebe 3 Werte ein

1. den Minimalwert
2. den Maximalwert
3. den realgemessenen Wert

Nun soll der Radiowidget automatisch den Wert in der Anzeige verändern.

Ist der realgemessene Wert < als  der Minimalwert , dann soll Wert auf 1 
gesetzt werden.
Ist der reaögemessene Wert > als der Maximalwert, dann soll Wert auf 3 
gesetzt werden.
Ansonsten ist Wert auf 2 zu setzen.

Dies dient der Übersicht wie sich der Wert verändert hat, ob er im 
Normbereich liegt, oder ob er sich nach oben oder unten bewegt hat.

Das nächste Problem ist, dass ich die Zeilen per hand numerieren muss. Kann 
man dies auch automatisch machen?


kzu_ein ist ein Makro das folgende Werte enthält.

datum, 
normvon (Minimalwert eines Körperwertes in zahlen mit Dezimalstellen)
normbis (Maximalwert eines Körperwertes in Zahlen mit Dezimalstellen)
 gewicht (Körperwert in Zahlen mit Dezimalstellen)
zaehler (Nummer  der Zeile)
Wertung:
(Radiobutton niedrig - value=1)
(Radiobutton Norm - value=2)
(Radiobutton hoch - value=3)
Dieser Wert soll anhand der Werte 
Minimalwert(normvon)
 Maximalwert(normbis)
 Messwert(gewicht)
automatisch gesetzt und angezeigt werden.

Weitere Aktionen sollen nicht mehr erfolgen.






TW Tones schrieb am Freitag, 23. Oktober 2020 um 23:19:33 UTC+2:

> Gerald a Quick brain dump
>
>
> 1. i input the min-value.
>> 2. i input the high-value.
>> 3. i input the real-value.
>>
>>
> Use three edit-text widgets to edit three fields in a separate config 
> tiddler,  in-value high-value and real-value.
>
>  
>
>> Now should the radiowidget set himself the position
>>
>
> I am not sure what the radio widget supposed to do?
>  
>
>>
>> My next problem is that i must count the table-rows by hand.
>> can this tiddlywiki do automaticly?
>>
>
> What determines the number of rows, and how are you generating them?
>
> A list that calls kzu_ein2?
>
>  
>
>>
>> < min-value = low
>> > high-valule = high
>> others = standard
>>
>> how can i do that
>>
>
> What do you want to do with the values given?
>  
>
>>
>> my code at the time is this
>> kzu_tab define the table-head
>> kzu_ein define the table-input
>>
>
> More a table row, yes. The input is elsewhere.
>  
>
>>
>> \define kzu_tab()
>> 
>> 
>> Datum
>> Norm (kg)
>> Gewicht
>> Wertung
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>>  = niedrig = Norm = hoch
>> 
>> 
>> \end
>>
>> \define kzu_ein2(datum normvon normbis gewicht  zaehler Wertung)
>> 
>> $datum$
>> $normvon$ - $normbis$
>> $gewicht$
>> <$radio field="gewicht$zaehler$" value="1">
>> <$radio field="gewicht$zaehler$" value="2">
>> <$radio field="gewicht$zaehler$" value="3">
>> \end
>>
>
> Here you are NOT closing the  
>
> Regards
> Tones
>

-- 
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/b5fbe38e-f127-4a66-8ca1-178b7b99732cn%40googlegroups.com.


[tw5] Radiobutton automatic

2020-10-23 Thread Gerald Weis
hello friends,

i want to do this thing.

1. i input the min-value.
2. i input the high-value.
3. i input the real-value.

Now shoud the radiowidget set himself the position

My next problem is that i must count the table-rows by hand.
can this tiddlywiki do automaticly?

< min-value = low
> high-valule = high
others = standard

how can i do that

my code at the time is this
kzu_tab define the table-head
kzu_ein define the table-input

\define kzu_tab()


Datum
Norm (kg)
Gewicht
Wertung









 = niedrig = Norm = hoch


\end

\define kzu_ein2(datum normvon normbis gewicht  zaehler Wertung)

$datum$
$normvon$ - $normbis$
$gewicht$
<$radio field="gewicht$zaehler$" value="1">
<$radio field="gewicht$zaehler$" value="2">
<$radio field="gewicht$zaehler$" value="3">
\end

-- 
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/db527a0c-c2fa-4cde-8908-e6dd161eccfan%40googlegroups.com.


[tw5] Re: dropdown from source

2020-10-08 Thread Gerald Weis
Hello Friends
i have found an solution



\define NeuerZyklus(Kennzeichen Sache Jahr)
<$button>''$Sache$'' für das Jahr ''$Jahr$''
<$action-createtiddler $basetitle="$Kennzeichen$-$Sache$ - $Jahr$" 
tags="[[$Kennzeichen$]] [[$Sache$]]" text={{$Kennzeichen$-$Sache$ - 
VORLAGE}}/>

\end

<$vars ph="Geben Sie den Text für den Tiddler ein">
Sache:

<$select tiddler="$:/temp/Sache">
Benzin
Fahrzeugpflege
Inspektionen/TÜV
Reifen/Felgen
Reparaturen/Wartung
Scheibenwischer


<$edit-text tiddler="$:/temp/Sache" tag=input size=30 
placeHolder=<> default="Sache"/>
Kennzeichen: <$edit-text tiddler="$:/temp/Kennzeichen" 
tag=input size=12  placeHolder=<> default="Kennzeichen"/>
Jahr:<$edit-text tiddler="$:/temp/Jahr" tag=input size=10 
placeHolder=<> default="2020"/>


<$macrocall $name=NeuerZyklus Kennzeichen={{$:/temp/Kennzeichen}}  
Sache={{$:/temp/Sache}} Jahr={{$:/temp/Jahr}}/>
<>


now i'm searching for an possibilty the field
<$edit-text tiddler="$:/temp/Sache" tag=input size=30 placeHolder=<> 
default="Sache"/> 
to set invisible

Any Ideas?

thanks
Gerald

Gerald Weis schrieb am Donnerstag, 8. Oktober 2020 um 15:48:58 UTC+2:

>
> Hallo Eric
>
> My Problem is
>
> i need the two tags where are input in the field Kennzeichen and the field 
> Sache
>
> How can i do that?
>
> How i must change the code?
>
> Eric Shulman schrieb am Donnerstag, 8. Oktober 2020 um 15:27:20 UTC+2:
>
>> On Thursday, October 8, 2020 at 4:54:04 AM UTC-7, Gerald Weis wrote:
>>
>>> 
>>> Benzin 
>>> Fahrzeugpflege 
>>> Inspektionen/TÜV 
>>> Reparaturen/Wartung 
>>> Scheibenwischer 
>>> 
>>> 
>>>
>> I don't know what's wrong.
>>>
>>
>> 1) The widgetname needs a leading "$" i.e., <$select ...> and 
>> 
>> 2) The $select widget doesn't use a tags="..." param, so this is unneeded 
>> (but otherwise ignored)
>>
>> -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/628c463b-cbbd-4c68-80c5-720529705b02n%40googlegroups.com.


[tw5] Re: dropdown from source

2020-10-08 Thread Gerald Weis

Hallo Eric

My Problem is

i need the two tags where are input in the field Kennzeichen and the field 
Sache

How can i do that?

How i must change the code?

Eric Shulman schrieb am Donnerstag, 8. Oktober 2020 um 15:27:20 UTC+2:

> On Thursday, October 8, 2020 at 4:54:04 AM UTC-7, Gerald Weis wrote:
>
>> 
>> Benzin 
>> Fahrzeugpflege 
>> Inspektionen/TÜV 
>> Reparaturen/Wartung 
>> Scheibenwischer 
>> 
>> 
>>
> I don't know what's wrong.
>>
>
> 1) The widgetname needs a leading "$" i.e., <$select ...> and 
> 
> 2) The $select widget doesn't use a tags="..." param, so this is unneeded 
> (but otherwise ignored)
>
> -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/c91a15ad-4bf4-4e94-8a5a-5224f6e51a97n%40googlegroups.com.


[tw5] dropdown from source

2020-10-08 Thread Gerald Weis
hi friends of tiddlywiki
the blue code is the original
rest is trying  to change of dropdown

\define NeuerZyklus(Kennzeichen Sache Jahr)
<$button>''$Sache$'' für das Jahr ''$Jahr$''
<$action-createtiddler $basetitle="$Kennzeichen$-$Sache$ - $Jahr$" 
tags="[[$Kennzeichen$]] [[$Sache$]]" text={{$Kennzeichen$-$Sache$ - 
VORLAGE}}/>

\end

<$vars ph="Geben Sie den Text für den Tiddler ein">
Sache:

Benzin 
Fahrzeugpflege 
Inspektionen/TÜV 
Reparaturen/Wartung 
Scheibenwischer 



Kennzeichen: <$edit-text tiddler="$:/temp/Kennzeichen" 
tag=input size=12  placeHolder=<> default="Kennzeichen"/>
Jahr:<$edit-text tiddler="$:/temp/Jahr" tag=input size=4 
placeHolder=<> default="2020"/>


<$macrocall $name=NeuerZyklus Kennzeichen={{$:/temp/Kennzeichen}}  
tiddler={{$:/temp/Sache}} Jahr={{$:/temp/Jahr}}/>
<>

Its dont work.
i don't no what's wrong.

Any Ideas?

Thanks for help
Gerald

-- 
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/19f97757-2833-4772-90fa-620b09686833n%40googlegroups.com.


[tw5] Re: content of another tidder copy in tiddler

2020-10-07 Thread Gerald Weis
Hi Tones i found it.

it was an writing-error.

It would be quite safe to habe a selectionfield where i can select the 
content of the field "Sache" 
I should be like to eliminate writing-errors in the field "Sache".
The selection-field should be replace the textfield "Sache" 
But i can't it.
TW Tones schrieb am Mittwoch, 7. Oktober 2020 um 08:37:47 UTC+2:

> Gerald,
>
> It would be better if you packaged a set of tiddlers that if installed on 
> tiddlywiki.com demonstrate the fault and contains all necessary 
> components.
>
> Of course if you speak German there will be speakers here sooner or later.
>
> I see macros that do not exist and can only imagine what they are without 
> being able to understand their names.
>
> Regards
> Tones
>
>
> On Wednesday, 7 October 2020 16:58:55 UTC+11, Gerald Weis wrote:
>>
>> hi Tones
>>
>> i call in thetemplate a macro an create a table.
>> this shoud be contained in the new tiddler.
>> thats my problem
>>
>> the content of the template:
>>
>> 
>> <>
>> <>
>> 
>>
>> on this way are all of the templates
>>
>> thanks
>>
>>
>> TW Tones schrieb am Dienstag, 6. Oktober 2020 um 13:20:16 UTC+2:
>>
>>> Gerald, is caption="$Sache$ - $Jahr$" in the create tiddler widget not 
>>> working for you?
>>>
>>> By the way I avoid caps in parameters or they become another possible 
>>> error, but this looks correct.
>>>
>>> Tones
>>>
>>>
>>> On Tuesday, 6 October 2020 18:27:23 UTC+11, Gerald Weis wrote:
>>>>
>>>> Now Folks i have found the error
>>>> the templatename was fail.
>>>>
>>>> But now i want to insert the field "caption" in the tiddler 
>>>> The kontent of the field schoud bie $Sache$ - $Jahr$
>>>> i can't find the way to do.
>>>>
>>>>
>>>> Gerald Weis schrieb am Montag, 5. Oktober 2020 um 13:19:32 UTC+2:
>>>>
>>>>>
>>>>> Hi Folks,
>>>>>
>>>>> i have cloned an tiddler.
>>>>> but ths works not fine.
>>>>>
>>>>> Title and tags are done
>>>>> Content no
>>>>>
>>>>> this is the code for this action
>>>>>
>>>>> \define NeuerZyklus(Kennzeichen Sache Jahr)
>>>>> <$button>''$Sache$''Jahr - ''$Jahr$''
>>>>> <$action-createtiddler $basetitle="$Sache$ - $Jahr$" 
>>>>> tags="[[$Kennzeichen$]] [[$Sache$]]" text={{$Kennzeichen$-$Sache$ - 
>>>>> Jahr}} 
>>>>> />
>>>>> 
>>>>> \end
>>>>>
>>>>> <$vars ph="Geben Sie den Text für den Tiddler ein">
>>>>> Sache:<$edit-text tiddler="$:/temp/Sache" tag=input 
>>>>> size=50 placeHolder=<> default="Sache"/>
>>>>> Kennzeichen: <$edit-text 
>>>>> tiddler="$:/temp/Kennzeichen" tag=input size=50  placeHolder=<> 
>>>>> default="Kennzeichen"/>
>>>>> Jahr:<$edit-text tiddler="$:/temp/Jahr" tag=input 
>>>>> size=10 placeHolder=<> default="2020"/>
>>>>> 
>>>>>
>>>>> <$macrocall $name=NeuerZyklus Kennzeichen={{$:/temp/Kennzeichen}}  
>>>>> Sache={{$:/temp/Sache}} Jahr={{$:/temp/Jahr}} />
>>>>>
>>>>> How i can the content of the template in this tiddler?
>>>>>
>>>>> Important: i'm using more then one template.
>>>>>
>>>>> In this wiki it are three
>>>>>
>>>>> one for gasonlinetab
>>>>> one for sevices
>>>>> one for insurances
>>>>>
>>>>> thanks for help
>>>>>
>>>>>
>>>>>
>>>>>

-- 
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/2011f6b8-eb2c-4456-ae03-b8a5f323e022n%40googlegroups.com.


[tw5] Re: content of another tidder copy in tiddler

2020-10-06 Thread Gerald Weis
hi Tones

i call in thetemplate a macro an create a table.
this shoud be contained in the new tiddler.
thats my problem

the content of the template:


<>
<>


on this way are all of the templates

thanks


TW Tones schrieb am Dienstag, 6. Oktober 2020 um 13:20:16 UTC+2:

> Gerald, is caption="$Sache$ - $Jahr$" in the create tiddler widget not 
> working for you?
>
> By the way I avoid caps in parameters or they become another possible 
> error, but this looks correct.
>
> Tones
>
>
> On Tuesday, 6 October 2020 18:27:23 UTC+11, Gerald Weis wrote:
>>
>> Now Folks i have found the error
>> the templatename was fail.
>>
>> But now i want to insert the field "caption" in the tiddler 
>> The kontent of the field schoud bie $Sache$ - $Jahr$
>> i can't find the way to do.
>>
>>
>> Gerald Weis schrieb am Montag, 5. Oktober 2020 um 13:19:32 UTC+2:
>>
>>>
>>> Hi Folks,
>>>
>>> i have cloned an tiddler.
>>> but ths works not fine.
>>>
>>> Title and tags are done
>>> Content no
>>>
>>> this is the code for this action
>>>
>>> \define NeuerZyklus(Kennzeichen Sache Jahr)
>>> <$button>''$Sache$''Jahr - ''$Jahr$''
>>> <$action-createtiddler $basetitle="$Sache$ - $Jahr$" 
>>> tags="[[$Kennzeichen$]] [[$Sache$]]" text={{$Kennzeichen$-$Sache$ - Jahr}} 
>>> />
>>> 
>>> \end
>>>
>>> <$vars ph="Geben Sie den Text für den Tiddler ein">
>>> Sache:<$edit-text tiddler="$:/temp/Sache" tag=input 
>>> size=50 placeHolder=<> default="Sache"/>
>>> Kennzeichen: <$edit-text tiddler="$:/temp/Kennzeichen" 
>>> tag=input size=50  placeHolder=<> default="Kennzeichen"/>
>>> Jahr:<$edit-text tiddler="$:/temp/Jahr" tag=input 
>>> size=10 placeHolder=<> default="2020"/>
>>> 
>>>
>>> <$macrocall $name=NeuerZyklus Kennzeichen={{$:/temp/Kennzeichen}}  
>>> Sache={{$:/temp/Sache}} Jahr={{$:/temp/Jahr}} />
>>>
>>> How i can the content of the template in this tiddler?
>>>
>>> Important: i'm using more then one template.
>>>
>>> In this wiki it are three
>>>
>>> one for gasonlinetab
>>> one for sevices
>>> one for insurances
>>>
>>> thanks for help
>>>
>>>
>>>
>>>

-- 
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/baaa2f79-0f1d-47da-894c-72f149d4d071n%40googlegroups.com.


[tw5] Re: content of another tidder copy in tiddler

2020-10-06 Thread Gerald Weis
Now Folks i have found the error
the templatename was fail.

But now i want to insert the field "caption" in the tiddler 
The kontent of the field schoud bie $Sache$ - $Jahr$
i can't find the way to do.


Gerald Weis schrieb am Montag, 5. Oktober 2020 um 13:19:32 UTC+2:

>
> Hi Folks,
>
> i have cloned an tiddler.
> but ths works not fine.
>
> Title and tags are done
> Content no
>
> this is the code for this action
>
> \define NeuerZyklus(Kennzeichen Sache Jahr)
> <$button>''$Sache$''Jahr - ''$Jahr$''
> <$action-createtiddler $basetitle="$Sache$ - $Jahr$" 
> tags="[[$Kennzeichen$]] [[$Sache$]]" text={{$Kennzeichen$-$Sache$ - Jahr}} 
> />
> 
> \end
>
> <$vars ph="Geben Sie den Text für den Tiddler ein">
> Sache:<$edit-text tiddler="$:/temp/Sache" tag=input 
> size=50 placeHolder=<> default="Sache"/>
> Kennzeichen: <$edit-text tiddler="$:/temp/Kennzeichen" 
> tag=input size=50  placeHolder=<> default="Kennzeichen"/>
> Jahr:<$edit-text tiddler="$:/temp/Jahr" tag=input size=10 
> placeHolder=<> default="2020"/>
> 
>
> <$macrocall $name=NeuerZyklus Kennzeichen={{$:/temp/Kennzeichen}}  
> Sache={{$:/temp/Sache}} Jahr={{$:/temp/Jahr}} />
>
> How i can the content of the template in this tiddler?
>
> Important: i'm using more then one template.
>
> In this wiki it are three
>
> one for gasonlinetab
> one for sevices
> one for insurances
>
> thanks for help
>
>
>
>

-- 
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/3d75d715-abc9-4f13-8cdb-1d3722b3ccc2n%40googlegroups.com.


[tw5] content of another tidder copy in tiddler

2020-10-05 Thread Gerald Weis

Hi Folks,

i have cloned an tiddler.
but ths works not fine.

Title and tags are done
Content no

this is the code for this action

\define NeuerZyklus(Kennzeichen Sache Jahr)
<$button>''$Sache$''Jahr - ''$Jahr$''
<$action-createtiddler $basetitle="$Sache$ - $Jahr$" 
tags="[[$Kennzeichen$]] [[$Sache$]]" text={{$Kennzeichen$-$Sache$ - Jahr}} 
/>

\end

<$vars ph="Geben Sie den Text für den Tiddler ein">
Sache:<$edit-text tiddler="$:/temp/Sache" tag=input 
size=50 placeHolder=<> default="Sache"/>
Kennzeichen: <$edit-text tiddler="$:/temp/Kennzeichen" 
tag=input size=50  placeHolder=<> default="Kennzeichen"/>
Jahr:<$edit-text tiddler="$:/temp/Jahr" tag=input size=10 
placeHolder=<> default="2020"/>


<$macrocall $name=NeuerZyklus Kennzeichen={{$:/temp/Kennzeichen}}  
Sache={{$:/temp/Sache}} Jahr={{$:/temp/Jahr}} />

How i can the content of the template in this tiddler?

Important: i'm using more then one template.

In this wiki it are three

one for gasonlinetab
one for sevices
one for insurances

thanks for help



-- 
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/13b87829-24a4-44d3-aa4c-3bb7c082bcb1n%40googlegroups.com.


[tw5] Re: Sorting sidebar in more Levels

2020-08-20 Thread Gerald Weis
I solved it with < Gerald,
>
> As you suggest, you wish the second level to be sorted differently to the 
> first, we must also ask what about the third and forth levels?
>
> I do not recall the standard toc macros being designed to handle this. I 
> have posted a number of occasions on recursive macros which a toc macro is. 
> I have also give examples of level type macros that treat each level 
> differently (a few levels only). For example you could call a macro that 
> sorts in one order and for each of the items below call another that sorts 
> in another order, but then perhaps always, sort levels further below that, 
> in one particular way.
>
> I your example you only need to have one list inside another list, and 
> each can have a different sort order. However unlike the TOC macro it will 
> not drill down into deeper and deeper levels.
>
> One though I had it to make an advanced macro that looks to see if there 
> is a sort filter (field) on each tiddler, and sort the children by that if 
> it exists, otherwise use the default sort. In  which case you would need to 
> set this alternative sort order on all tiddlers at the level you want the 
> different sort.
>
> However you could have your top and second level list's nested, then for 
> the children use the TOC macro to go the rest of the way down.
>
> I can give more details to morrow, but see if this helps you understand 
> the issues.
>
> Regards
> Tones
>
>
>
>
> On Friday, August 14, 2020 at 7:25:52 PM UTC+10, Gerald Weis wrote:
>>
>>
>> Hallo the spezialists
>>
>> i have an problem with sorting the sidebar. i want to sort defferents 
>> level in different modes.
>>
>> i admin my cars with tidlywiki.
>>
>> the cyarname should be sorted in the create field down
>> the carthings in the caption field up
>>
>> example:
>>
>>
>>- Auto2
>>   - Benzin
>>   - Fahrzeugpflege
>>   - Inspektion und TÜV
>>   - Räder: Reifen und Felgen
>>   - Reparaturen
>>   - Scheibenwischer
>>   - Versicherung 
>>   - Zulassung
>>   - Auto1
>>   - Benzin
>>   - Fahrzeugpflege
>>   - Inspektion und TÜV
>>   - Räder: Reifen und Felgen
>>   - Reparaturen
>>   - Scheibenwischer
>>   - Versicherung 
>>   - Zulassung
>>- Hilfe
>>
>> the sorting works in a tiddler but not in the the sidebar.
>>
>> i do it so
>>
>> in tiddler Content
>> 
>> <>
>> 
>>
>> in tiddler Auto1 and Auto2
>>
>> 
>> <>
>> 
>>
>> 
>> <>
>> 
>>
>> what can i do that the sorting works in the sidebar.
>>
>> thanks for help
>>
>>
>>
>>
>>

-- 
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/fabbe7ba-b89c-4ade-9f0b-ac827f5f456en%40googlegroups.com.


[tw5] Re: Sorting sidebar in more Levels

2020-08-15 Thread Gerald Weis
Hi Mat

that is not solving my Problem.

I want 
level 1 of toc Z to A and 
level 2 of toc A to Z sorting.

your solution are sorting all in one way

thanks

Mat schrieb am Samstag, 15. August 2020 um 08:43:36 UTC+2:

> I agree with TW Tones, your syntax is wrong. Should probably be
>
> <>
>>
>>
> It's not sure this solves your actual question tho.
>
> <:-)
>

-- 
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/54477ad3-fa6c-40eb-b2ec-262782081a9bn%40googlegroups.com.


[tw5] Sorting sidebar in more Levels

2020-08-14 Thread Gerald Weis

Hallo the spezialists

i have an problem with sorting the sidebar. i want to sort defferents level 
in different modes.

i admin my cars with tidlywiki.

the cyarname should be sorted in the create field down
the carthings in the caption field up

example:


   - Auto2
  - Benzin
  - Fahrzeugpflege
  - Inspektion und TÜV
  - Räder: Reifen und Felgen
  - Reparaturen
  - Scheibenwischer
  - Versicherung 
  - Zulassung
  - Auto1
  - Benzin
  - Fahrzeugpflege
  - Inspektion und TÜV
  - Räder: Reifen und Felgen
  - Reparaturen
  - Scheibenwischer
  - Versicherung 
  - Zulassung
   - Hilfe
   
the sorting works in a tiddler but not in the the sidebar.

i do it so

in tiddler Content

<>


in tiddler Auto1 and Auto2


<>



<>


what can i do that the sorting works in the sidebar.

thanks for help




-- 
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/6c4232b6-6492-4d90-9ad5-49e64359e5f9n%40googlegroups.com.


[tw5] Re: allgemeines substring [Frage auf Deutsch]

2020-04-01 Thread Gerald Weis
Hallo Mario,

wenn man das Datum jetzt noch auf DD.MM. drehen könnte wäre es klasse. 
Denn ein Anschreiben in dem ein Datum rückwärts steht sieht nicht gut aus.

Am Mittwoch, 1. April 2020 16:46:40 UTC+2 schrieb PMario:
>
> Hallo Gerald, 
>
> Ich habe etwas gebastelt, dass das tut, was Du beschrieben hast. ... Ich 
> persönlich bin aber nicht ganz zufrieden damit. 
>
>
> Ausgehend von einem Muster: bereich - text - datum habe ich 4 macros 
> geschrieben: Siehe Anhang
>
> <>, <>, <> und <>
>
> bereich schaut so aus: 
>
> \define bereich(nimm:2)
> <$set name="tv-wikilinks" value=no>{{{[split[ 
> ]first[$nimm$]join[ ]]}}}
> 
> \end
>
> Es splittet den Tiddler Titel bei den Leerzeichen. 
> Der "first" filter operator nimmt dann die angegebene Zahl von Wörtern. 
> Standard: nimm:2  (... das konnte ich mir nicht verkneifen ;)
>
>
> Ausgehend von: *Meier Harald Schreiben vom 2020-04-02*
>
> wird es so verwendet: <> ergibe: *Meier Harald*oder < 1>> gibt: *Meier *
>
> text macro: 
>
> \define text(start) 
> <$set name="tv-wikilinks" value=no>
> <$set name=xx filter="[split[ ]last[]]" >
> {{{[split[ ]allafter:include[$start$]] +[removejoin[ 
> ]]}}}
> 
> 
> \end
>
> Das text macro braucht als ersten parameter das erste Wort aus dem "Text 
> Bereich" das noch angezeigt werden soll. ... exklusive das Datum
> also:
>
> <> ergibt: Schreiben vom
>
> Ein weiteres macro hat 2 parameter <> also bei einem 
> Tiddler Titel:  *Meier Harald Schreiben zu Diesem und Jenem vom 
> 2020-04-02* 
>
> <> bekommt man: *Schreiben zu Diesem und Jenem* 
> usw
>
> datum macro: 
>
> <> gibt: *2020-04-02*
>
> \define datum()
> <$set name="tv-wikilinks" value=no>
> {{{[split[ ]last[]]}}}
> 
> \end
>
> ---
>
> Es sollte also möglich sein ein Template mit diesem Inhalt zu haben. 
>
> Sehr geehrter <>
>
> Ich nehme Bezug auf das <> <>
>
> oder
>
> Ich nehme Bezug auf das <> vom <>
>
> Den Anhang herunterladen und mit "drag and drop" ins TW importieren. 
>
> 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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/3eae6fdc-805b-4946-8823-72fa11009672%40googlegroups.com.


[tw5] Re: allgemeines substring [Frage auf Deutsch]

2020-04-01 Thread Gerald Weis
Hallo Mario

Die Namen der Tiddler folgen für einen Bereich einem Bestimmten Muster
Aber mit dem Bereich ändert sich das Muster so dass von einem durchgehend 
gleichen Muster nicht gesprochen werden kann. 
Die Namen der Mustertiddler sind in der Regel so aufgbaut *Bereich, weitere 
Benennung, Datum rückwärts wenn benötig *in der Überschrift.
Das heßt ich klone den Mustertiddler und benenne nur noch die Dinge die 
hinter dem Bereichsnamen folgen um genauer zu spezifizieren.

So kann der Titel aus einen oder mehreren Wörtern bestehen und vielleicht 
das Datum rückwärts.
Einzig das Datum rückwärts bleibt immer bei Datumseingaben gleich.

Der Mustertiddler wird geklont und dann manuell weiter bearbeitet.und 
entsprechend benannt
I
Ein nachträgliches Umbenennen des Tiddlers kommt in der Regel nich mehr 
vor. 




Am Dienstag, 31. März 2020 19:11:53 UTC+2 schrieb PMario:
>
> On Tuesday, March 31, 2020 at 3:03:03 PM UTC+2, Gerald Weis wrote:
>>
>>
>> *Beispiel:*
>> Mustertiddler geklont
>> *Name des neuen Tiddlers nach Umbenennung *Meier Harald Schreiben vom 
>> 2020-04-02
>>
>
> OK. Folgen die Titel der Tiddler einem allgemeinen Muster zB:  
>  aaa bbb ccc xxx yyy   oder kann es jeder beliebige Text 
> sein. 
>
> Wie werden die Tiddler erstellt. ... Manuell oder mit einem "Formular"?
>
> Werden die Tiddler Titel nachher noch öfter umbenannt?
>
> -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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/7dc67cce-6eec-41e2-a7f7-e80750c2fdaa%40googlegroups.com.


[tw5] Re: allgemeines substring [Frage auf Deutsch]

2020-03-31 Thread Gerald Weis
Hallo Mario,

alles fing damit an, dass ich ein Makro schreiben wollte, das Radiobuttons 
enthält.

Da das mit dem Makro nicht funktionierte brauchte ich den Template-Tiddler.

Da ich den Template-Tiddler nicht gefährden will, habe ich einen 
Muster-Tiddlerestellt, der den Templatetiddler {{{||template}} aufruft, da 
ich änderungen vornehmen können muss.
Das funktioniert soweit.

Nun muss ich aus dem Titel  eineas neu angelegten Tiddlers an beliebiger 
Stelle eine beliebige Anzahl Zeichen entnehmen und sie an beliebiger 
Stelle  im Text des Tiddlers einsetzen können.
Das krieg ich nicht gebacken.


*Beispiel:*
Mustertiddler geklont
*Name des neuen Tiddlers nach Umbenennung *Meier Harald Schreiben vom 
2020-04-02

Das Datum rückwärts habe ich drin, damit mir der Tiddler in der richtigen 
zeitlichen Abfolge einsortiert wird.

Nun möchte ich aus dem Tiddlernamen den *Namen *sowie das *Datum *vorwärts 
entnehemen und an anderer Stelle einsetzten.

Am Dienstag, 31. März 2020 13:20:51 UTC+2 schrieb PMario:
>
> Hallo Gerald, 
>
> Ich denke, wenn Du uns die Problemstellung erklärst, anstatt einen 
> "Lösungsansatz", dann können wir Dir wahrscheinlich besser helfen. 
>
> Ich habe so den Verdacht, .. dass der Ansatz für TW nicht passt und der 
> Weg weit komplizierter ist, als er sein könnte. 
>
> -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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/ad480667-65dd-41f3-a002-d2f74a3380c3%40googlegroups.com.


[tw5] Re: allgemeines substring [Frage auf Deutsch]

2020-03-31 Thread Gerald Weis
Hallo Leute,

das script scheint nur mit eingegebenem Gext zu funktionieren.

ich brauche es aber aus dem title-feld des CurrentTidller.
Wie kriege ich das hin.

Zur Information.

ich nutze einen Templatetiddler der aufgerufen wird wenn der Mustertiddler 
geklont wird.

Das sieht folgendermaßen aus.


Templatetiddler
enthält die Befehle und Makroaufrufe

Mustertiddler
enthält den Verweis aus den Templatetiddler und wird geklont

In dem  Klon des Tiddlers brauche ich dann den Zugriff auf 


Wie mach ich das?





Am Montag, 30. März 2020 19:01:23 UTC+2 schrieb Ton Gerner:
>
> Hi Mohammad
>
>  I just tried to help Gerald!
>>
>  
> Yes, I know. It was just the surprise I saw Dutch!
>
> So I thought Google translate may help :-)
>> But seems it does not work :-) :-)
>>
>> Google translate did a good job to translate it in Dutch ;-)
>
> 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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/e01072b8-1f8c-46af-9154-f801b2b86a56%40googlegroups.com.


[tw5] Re: allgemeines substring [Frage auf Deutsch]

2020-03-30 Thread Gerald Weis
Hallo Mario

ich raffe das ganze nicht so ganz.

Deshalb meine Fagen:

1. Kann ich hier auch Feldnamen vie title oder currentTiddler verwenden?
2. wenn ja, wie muss ich das kenntlich machen?
3. Wird der ausgewählte Teilstring dann direkt angezeigt, oder brauche ich 
sowas wie $var oder $set ?

Danke

Am Montag, 30. März 2020 10:48:52 UTC+2 schrieb PMario:
>
> Hallo Gerald,
>
> Es gibt einen ähnlichen "Thread". Siehe: 
> https://groups.google.com/forum/#!topic/tiddlywiki/MBBVVsTb23M
>
> Hast du das schon probiert?
>
> -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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/afdfc9c3-a33a-4e5f-b2f6-1cad61b80592%40googlegroups.com.


[tw5] allgemeines substring [Frage auf Deutsch]

2020-03-30 Thread Gerald Weis
Hallo Leute

ich suche eine Substring-Abfrage, die sich verhält wie die

substring-funktion von EXCEL



substring(Feldname oder der Text, Nr des Startzeichens, Länge des zu 
extrahierenden Strings) 

und diesen anzeigt

also

String: Körpertyp: 2020-03-11>
substring (, 19, 2)
Angezeigt wird: 11


oder substring ("Körpertyp", 7,3)
angezeigt wird: typ

Danke für eure Hilfe

-- 
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/b9a48a42-28c1-493d-926d-36fe1500c923%40googlegroups.com.


[tw5] Re: general substring possible?

2020-03-29 Thread Gerald Weis
Hi Toni,

Can i use some of this paramters in one Makro

an how can i do this.

an Macro with the colon i dont have seen till this day

Am Freitag, 27. März 2020 12:15:42 UTC+1 schrieb TonyM:
>
> Gerald,
>
> It would be good if you gave a sample string and the result.
>
> See here, https://tiddlywiki.com/prerelease/#Filter%20Operators
>
> Any filter can be used to do this, but the triple braces are quick and easy
>
> \define source-field() title
> <$set name=string value={{{ [all[current]get] }}}>
>
>
> ;Is one or some of these what you want?
> :First Character = {{{ [split[]first[]] }}}
> :Last Character = {{{ [split[]last[]] }}}
> :Count = {{{ [split[]count[]] }}}
> :Length = {{{ [length[]] }}}
>
>
> ;This is what split does, notice it removes the spaces (but not with count
> )
> {{{ [split[]] }}}
>
> 
>
>
> Regards
> Tony
>
> On Friday, March 27, 2020 at 5:34:17 PM UTC+11, Gerald Weis wrote:
>>
>> hi all
>>
>> I have an new projekt where i need an general substringfunktion
>>
>> the makro should work at the pattern "fieldname"  "starting 
>> characternumer which should be extracted" "last charcternumber wich should 
>> extracted"
>>
>> the most used field is the field "title" of the current Tiddler.
>> but other fields of current tiddlers should be possible to for use.
>>
>> this substring must be printet in an other field as string.
>>
>> my skill ist not so good.
>>
>>
>> thanks for ideas
>>
>

-- 
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/04ff7614-3b7a-48a6-acdf-f92e96d6734d%40googlegroups.com.


[tw5] Re: general substring possible?

2020-03-27 Thread Gerald Weis
hallo Hubert

i use a template-tiddler.

{{||Körpertyp-Radiobutton}}

ithis i do if the radiobutton no works as Macro

Now i must have that fProblem that all definitions must be for the 
currenttiddler.
And the date that you see in the format -MM-DD i must have in the 
format DD.MM.

i cant also set the date in the list-filter-definition.

what now?


Am Freitag, 27. März 2020 14:35:57 UTC+1 schrieb Hubert:
>
> I'm not quite sure what you're trying to accomplish.
>
> To split your input (2020-03-12) you can use the split[] operator and to 
> replace the dash (-) with a point (.) you can also use join, like for 
> instance:
>
> <$list filter="[[2020-03-12]split[-]join[.]]">
>
> 
>
> Thanks,
> Hubert
>
> On Friday, 27 March 2020 13:19:12 UTC, Gerald Weis wrote:
>
>> Hello Hubert
>>
>> i don't anderstand the solution from jed
>>
>> My Problem is the best to see in a date
>>
>> this is an example-title of a tiddler
>> Titel Titel Titel 2020-03-12 
>>
>>
>> now to example i want to have. 
>> Mister XY was writing on: 12.03.2020 or.
>> Mister XY was writing on: 12.03.
>> Mister XY was writing on: 12.
>>
>>
>> this date should will use in a textfield of a tiddler
>>
>>
>> Am Freitag, 27. März 2020 13:23:37 UTC+1 schrieb Hubert:
>>>
>>> Hi Gerald,
>>>
>>> Please also see Jed's solution here:
>>>
>>> https://groups.google.com/forum/?utm_medium=email_source=footer#!msg/tiddlywiki/MBBVVsTb23M/CNhyN8RCAQAJ
>>>
>>> Best regards,
>>> Hubert
>>>
>>> On Friday, 27 March 2020 11:51:43 UTC, Gerald Weis wrote:
>>>>
>>>> Hi Tony
>>>>
>>>> example-String
>>>>
>>>> That is a new testversion
>>>>
>>>> now i want it mak to a new (shorter )string
>>>>
>>>> <>
>>>> < Member for this <>>> "19">>
>>>>
>>>> should given "a Member for this test"
>>>>
>>>> the number of characters could be mutable
>>>>
>>>> Am Freitag, 27. März 2020 12:15:42 UTC+1 schrieb TonyM:
>>>>>
>>>>> Gerald,
>>>>>
>>>>> It would be good if you gave a sample string and the result.
>>>>>
>>>>> See here, https://tiddlywiki.com/prerelease/#Filter%20Operators
>>>>>
>>>>> Any filter can be used to do this, but the triple braces are quick and 
>>>>> easy
>>>>>
>>>>> \define source-field() title
>>>>> <$set name=string value={{{ [all[current]get] }}}>
>>>>>
>>>>>
>>>>> ;Is one or some of these what you want?
>>>>> :First Character = {{{ [split[]first[]] }}}
>>>>> :Last Character = {{{ [split[]last[]] }}}
>>>>> :Count = {{{ [split[]count[]] }}}
>>>>> :Length = {{{ [length[]] }}}
>>>>>
>>>>>
>>>>> ;This is what split does, notice it removes the spaces (but not with 
>>>>> count)
>>>>> {{{ [split[]] }}}
>>>>>
>>>>> 
>>>>>
>>>>>
>>>>> Regards
>>>>> Tony
>>>>>
>>>>> On Friday, March 27, 2020 at 5:34:17 PM UTC+11, Gerald Weis wrote:
>>>>>>
>>>>>> hi all
>>>>>>
>>>>>> I have an new projekt where i need an general substringfunktion
>>>>>>
>>>>>> the makro should work at the pattern "fieldname"  "starting 
>>>>>> characternumer which should be extracted" "last charcternumber wich 
>>>>>> should 
>>>>>> extracted"
>>>>>>
>>>>>> the most used field is the field "title" of the current Tiddler.
>>>>>> but other fields of current tiddlers should be possible to for use.
>>>>>>
>>>>>> this substring must be printet in an other field as string.
>>>>>>
>>>>>> my skill ist not so good.
>>>>>>
>>>>>>
>>>>>> thanks for ideas
>>>>>>
>>>>>

-- 
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/1a4e5bdf-6a02-4508-a74b-1896ff749946%40googlegroups.com.


[tw5] Re: general substring possible?

2020-03-27 Thread Gerald Weis
Hello Hubert

i don't anderstand the solution from jed

My Problem is the best to see in a date

this is an example-title of a tiddler
Titel Titel Titel 2020-03-12 


now to example i want to have. 
Mister XY was writing on: 12.03.2020 or.
Mister XY was writing on: 12.03.
Mister XY was writing on: 12.


this date should will use in a textfield of a tiddler


Am Freitag, 27. März 2020 13:23:37 UTC+1 schrieb Hubert:
>
> Hi Gerald,
>
> Please also see Jed's solution here:
>
> https://groups.google.com/forum/?utm_medium=email_source=footer#!msg/tiddlywiki/MBBVVsTb23M/CNhyN8RCAQAJ
>
> Best regards,
> Hubert
>
> On Friday, 27 March 2020 11:51:43 UTC, Gerald Weis wrote:
>>
>> Hi Tony
>>
>> example-String
>>
>> That is a new testversion
>>
>> now i want it mak to a new (shorter )string
>>
>> <>
>> < Member for this <> "19">>
>>
>> should given "a Member for this test"
>>
>> the number of characters could be mutable
>>
>> Am Freitag, 27. März 2020 12:15:42 UTC+1 schrieb TonyM:
>>>
>>> Gerald,
>>>
>>> It would be good if you gave a sample string and the result.
>>>
>>> See here, https://tiddlywiki.com/prerelease/#Filter%20Operators
>>>
>>> Any filter can be used to do this, but the triple braces are quick and 
>>> easy
>>>
>>> \define source-field() title
>>> <$set name=string value={{{ [all[current]get] }}}>
>>>
>>>
>>> ;Is one or some of these what you want?
>>> :First Character = {{{ [split[]first[]] }}}
>>> :Last Character = {{{ [split[]last[]] }}}
>>> :Count = {{{ [split[]count[]] }}}
>>> :Length = {{{ [length[]] }}}
>>>
>>>
>>> ;This is what split does, notice it removes the spaces (but not with 
>>> count)
>>> {{{ [split[]] }}}
>>>
>>> 
>>>
>>>
>>> Regards
>>> Tony
>>>
>>> On Friday, March 27, 2020 at 5:34:17 PM UTC+11, Gerald Weis wrote:
>>>>
>>>> hi all
>>>>
>>>> I have an new projekt where i need an general substringfunktion
>>>>
>>>> the makro should work at the pattern "fieldname"  "starting 
>>>> characternumer which should be extracted" "last charcternumber wich should 
>>>> extracted"
>>>>
>>>> the most used field is the field "title" of the current Tiddler.
>>>> but other fields of current tiddlers should be possible to for use.
>>>>
>>>> this substring must be printet in an other field as string.
>>>>
>>>> my skill ist not so good.
>>>>
>>>>
>>>> thanks for ideas
>>>>
>>>

-- 
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/49376dd4-343f-4473-b268-514e0837a5c5%40googlegroups.com.


[tw5] Re: general substring possible?

2020-03-27 Thread Gerald Weis
Hi Tony

example-String

That is a new testversion

now i want it mak to a new (shorter )string

<>
< Member for this <>

should given "a Member for this test"


Am Freitag, 27. März 2020 12:15:42 UTC+1 schrieb TonyM:
>
> Gerald,
>
> It would be good if you gave a sample string and the result.
>
> See here, https://tiddlywiki.com/prerelease/#Filter%20Operators
>
> Any filter can be used to do this, but the triple braces are quick and easy
>
> \define source-field() title
> <$set name=string value={{{ [all[current]get] }}}>
>
>
> ;Is one or some of these what you want?
> :First Character = {{{ [split[]first[]] }}}
> :Last Character = {{{ [split[]last[]] }}}
> :Count = {{{ [split[]count[]] }}}
> :Length = {{{ [length[]] }}}
>
>
> ;This is what split does, notice it removes the spaces (but not with count
> )
> {{{ [split[]] }}}
>
> 
>
>
> Regards
> Tony
>
> On Friday, March 27, 2020 at 5:34:17 PM UTC+11, Gerald Weis wrote:
>>
>> hi all
>>
>> I have an new projekt where i need an general substringfunktion
>>
>> the makro should work at the pattern "fieldname"  "starting 
>> characternumer which should be extracted" "last charcternumber wich should 
>> extracted"
>>
>> the most used field is the field "title" of the current Tiddler.
>> but other fields of current tiddlers should be possible to for use.
>>
>> this substring must be printet in an other field as string.
>>
>> my skill ist not so good.
>>
>>
>> thanks for ideas
>>
>

-- 
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/24c0f2d1-644c-48cf-a8f2-5fb23fa82ee3%40googlegroups.com.


[tw5] general substring possible?

2020-03-27 Thread Gerald Weis
hi all

I have an new projekt where i need an general substringfunktion

the makro should work at the pattern "fieldname"  "starting characternumer 
which should be extracted" "last charcternumber wich should extracted"

the most used field is the field "title" of the current Tiddler.
but other fields of current tiddlers should be possible to for use.

this substring must be printet in an other field as string.

my skill ist not so good.


thanks for ideas

-- 
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/030b035d-ed6d-42d7-b1c5-266c10ddef9f%40googlegroups.com.


[tw5] Re: Radiobutton as Makro

2020-03-25 Thread Gerald Weis
Hello Tony

the tiddler wich contains the radiobutton-macro is the 
standard-macro-tiddler of this wiki.
All macros works.
Only the radiobutton-macro doesnt.
This as Information


Am Dienstag, 24. März 2020 23:38:58 UTC+1 schrieb TonyM:
>
> Gerald,
>
> If the Makrofile/tiddler containing the macro definition is tagged 
> with $:/tags/Macro then <> will be available in any tiddler.
>
> However an alternative is to not define it as a macro but put your code in 
> a tiddler lets call it makrotemplate
> then where you want to use it in any tiddler, 
> `{{||makrotemplate}}` the `||` says use the currentTiddler when 
> transcluding.
>
> As long as a macro - or a template is designed to operate on the 
> currentTiddler it is easy to include it in any tiddler.
>
> I hope this helps without giving too much information
>
> Tony
>
> On Wednesday, March 25, 2020 at 4:36:06 AM UTC+11, Gerald Weis wrote:
>>
>> hello Tony,
>>
>> then i have the radiobuttonmatrix showing in the Makrofile
>>
>> but not in the tiddler where i want to use it.
>>
>>  
>>
>>
>> Am Dienstag, 24. März 2020 02:47:49 UTC+1 schrieb TonyM:
>>>
>>> Does this not work?
>>>
>>> \define Makro()
>>> 
>>>
>>> <Körpertyp>>
>>>
>>> 
>>> <>
>>> 
>>> <$radio field="modifier" value="11">wenig Fett/dünn<
>>> /$radio>
>>> <$radio
>>>  field="modifier" value="12">Übergewicht/ zu
>>> hoherFettgehalt 
>>> <$radio field="modifier" value="13">Adipös/fettleibig <
>>> /$radio>
>>> 
>>> 
>>> <$radio
>>>  field="modifier" value="21">geringes
>>> Gewicht/dünn
>>> <$radio field="modifier" value="22">Norm
>>> <$radio
>>>  field="modifier" value="23">hohes
>>> Gewicht/muskulös
>>> 
>>> 
>>> <$radio
>>>  field="modifier"
>>> value="31">fettarm/dünn
>>> <$radio
>>>  field="modifier"
>>> value="32">fettarm/muskulös
>>> <$radio
>>>  field="modifier" value="33">hohes
>>> Gewichtmuskulös
>>> 
>>> 
>>> \end
>>> <>
>>>
>>> I cant read code very will with another language in it, but I am curious 
>>> why this updates the modifier field tested on tiddlywiki.com
>>>
>>> Regards
>>> Tony
>>>
>>>
>>> On Monday, March 23, 2020 at 11:52:31 PM UTC+11, Gerald Weis wrote:
>>>>
>>>> Hello Friends,
>>>>
>>>> the code in the box works.
>>>>
>>>> But i want it to have as Makro
>>>>
>>>> is it possible that can do? It must to works in a lot of tiddler with 
>>>> diverse values.
>>>>
>>>>
>>>> 
>>>>
>>>> <Körpertyp>>
>>>>
>>>> 
>>>> <>
>>>> 
>>>> <$radio field="modifier" value="11">wenig Fett/
>>>> dünn
>>>> <$radio
>>>>  field="modifier" value="12">Übergewicht/ zu 
>>>> hoherFettgehalt 
>>>> <$radio field="modifier" value="13">Adipös/fettleibig 
>>>> 
>>>> 
>>>> 
>>>> <$radio
>>>>  field="modifier" value="21">geringes 
>>>> Gewicht/dünn
>>>> <$radio field="modifier" value="22">Norm
>>>> <$radio
>>>>  field="modifier" value="23">hohes 
>>>> Gewicht/muskulös
>>>> 
>>>> 
>>>> <$radio
>>>>  field="modifier" 
>>>> value="31">fettarm/dünn
>>>> <$radio
>>>>  field="modifier" 
>>>> value="32">fettarm/muskulös
>>>> <$radio
>>>>  field="modifier" value="33">hohes 
>>>> Gewichtmuskulö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/15c6d766-317c-4ba0-9ea3-d650b604892a%40googlegroups.com.


[tw5] Re: Radiobutton as Makro

2020-03-24 Thread Gerald Weis


Am Montag, 23. März 2020 13:52:31 UTC+1 schrieb Gerald Weis:
>
> Hello Friends,
>
> the code in the box works.
>
> But i want it to have as Makro
>
> is it possible that can do? It must to works in a lot of tiddler with 
> diverse values.
>
>
> 
>
> <Körpertyp>>
>
> 
> <>
> 
> <$radio field="modifier" value="11">wenig Fett/dünn
> 
> <$radio
>  field="modifier" value="12">Übergewicht/ zu 
> hoherFettgehalt 
> <$radio field="modifier" value="13">Adipös/fettleibig 
> 
> 
> 
> <$radio
>  field="modifier" value="21">geringes 
> Gewicht/dünn
> <$radio field="modifier" value="22">Norm
> <$radio
>  field="modifier" value="23">hohes 
> Gewicht/muskulös
> 
> 
> <$radio
>  field="modifier" 
> value="31">fettarm/dünn
> <$radio
>  field="modifier" 
> value="32">fettarm/muskulös
> <$radio
>  field="modifier" value="33">hohes 
> Gewichtmuskulö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/fc5d1093-8fba-4729-b7d3-0b2b4758f9a1%40googlegroups.com.


[tw5] Re: Radiobutton as Makro

2020-03-24 Thread Gerald Weis
hello Tony,

then i have the radiobuttonmatrix showing in the Makrofile

but not in the tiddler where i want to use it.

 


Am Dienstag, 24. März 2020 02:47:49 UTC+1 schrieb TonyM:
>
> Does this not work?
>
> \define Makro()
> 
>
> <Körpertyp>>
>
> 
> <>
> 
> <$radio field="modifier" value="11">wenig Fett/dünn td>
> <$radio
>  field="modifier" value="12">Übergewicht/ zu
> hoherFettgehalt 
> <$radio field="modifier" value="13">Adipös/fettleibig <
> /$radio>
> 
> 
> <$radio
>  field="modifier" value="21">geringes
> Gewicht/dünn
> <$radio field="modifier" value="22">Norm
> <$radio
>  field="modifier" value="23">hohes
> Gewicht/muskulös
> 
> 
> <$radio
>  field="modifier"
> value="31">fettarm/dünn
> <$radio
>  field="modifier"
> value="32">fettarm/muskulös
> <$radio
>  field="modifier" value="33">hohes
> Gewichtmuskulös
> 
> 
> \end
> <>
>
> I cant read code very will with another language in it, but I am curious 
> why this updates the modifier field tested on tiddlywiki.com
>
> Regards
> Tony
>
>
> On Monday, March 23, 2020 at 11:52:31 PM UTC+11, Gerald Weis wrote:
>>
>> Hello Friends,
>>
>> the code in the box works.
>>
>> But i want it to have as Makro
>>
>> is it possible that can do? It must to works in a lot of tiddler with 
>> diverse values.
>>
>>
>> 
>>
>> <Körpertyp>>
>>
>> 
>> <>
>> 
>> <$radio field="modifier" value="11">wenig Fett/dünn
>> 
>> <$radio
>>  field="modifier" value="12">Übergewicht/ zu 
>> hoherFettgehalt 
>> <$radio field="modifier" value="13">Adipös/fettleibig 
>> 
>> 
>> 
>> <$radio
>>  field="modifier" value="21">geringes 
>> Gewicht/dünn
>> <$radio field="modifier" value="22">Norm
>> <$radio
>>  field="modifier" value="23">hohes 
>> Gewicht/muskulös
>> 
>> 
>> <$radio
>>  field="modifier" 
>> value="31">fettarm/dünn
>> <$radio
>>  field="modifier" 
>> value="32">fettarm/muskulös
>> <$radio
>>  field="modifier" value="33">hohes 
>> Gewichtmuskulö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/2b19416f-dd20-4a53-b6b8-b499a354b5b6%40googlegroups.com.


[tw5] Re: combine of filters in makro

2020-03-23 Thread Gerald Weis
Hey Guys

now i have the code new
\define tabueb()
Messergebnis am

<$vars datum={{{[removeprefix[Körpertyp:]]}}}>
<$vars datum0=
{{{ [split[-]reverse[]join[.]] }}}>
<>
<>



\end

the code in the first <$vars> work
the code in the second <$vars> dont work.
It doesnt work with  and with <>.

i ask me why.

i have give to notice <> and i have the value *2020-11-30* (date in 
format *-MM-DD*)
now i have give to notice <> and i have seen nothing.
excepted was *30.11.2020* (date in format *DD.MM.*)

waht is wrong in the second condition?

Am Montag, 23. März 2020 13:11:56 UTC+1 schrieb Gerald Weis:
>
> Hello, 
>
> i give  an example
>
> Name of the Tiddler 
> *Körpertyp: 2020-03-11*
>
> introduction of the caption 
> *Messwert am*
>
> string to split  
> *2020-03-11*
> indicatet string: *11.03.2020*
> caption complete
> * Messwert am 11.03.2020*
>
> Also from the tiddlertitle* Körpertyp:  2020-03-11 *i want to have the
> * Date-string (-MM-DD).*
> then i must have the split reverse for the date make* in 
> Date-german-format (DD.MM.)*
> The caption should be
> * Messwert am (Date-german-format)*
>
>  and it is a lot of tiddler with this titlestructure..
> *question: *Is it possible to have an filter like 
>
> {{{ [removeprefix[Körpertyp:]][split[-]reverse[]join[.]] 
> }}}
>
> thats dont work
>
>
> Am Montag, 23. März 2020 11:44:31 UTC+1 schrieb TonyM:
>>
>> Gerald,
>>
>> If what you intended worked, the result would be;
>>
>> [[removeprefix[Körpertyp:]]split[-]reverse[]join[.]]
>> Both [[ and ]] are invalid
>>
>> Another problem I see is because variables inside filters, and fields 
>> etc only use one set of brackets
>> <$vars datum={{{ [<>split[-]reverse[]join[.]] }}} >
>> Would be
>> <$vars datum={{{ [split[-]reverse[]join[.]] }}} >
>>
>> In filters only one bracket is required, but outside two brackets are 
>> needed otherwise they would be confused with HTML tags `` etc...
>>
>> Lets see if that gets you any further.
>>
>> Bu the way one way to combine filters is using the subfilter operator 
>> https://tiddlywiki.com/#subfilter%20Operator
>>
>> If you are still lost perhaps explain what you want rather than how it 
>> does not work.
>>
>> Regards
>> Tony
>>
>>
>> On Monday, March 23, 2020 at 9:25:40 PM UTC+11, Gerald Weis wrote:
>>>
>>> Hi friends,
>>>
>>> i am trying to combine 2 filters.
>>>
>>> but its don't work
>>>
>>> thats my code and i don't know whats wrong.
>>>
>>> \define tabcaption()
>>> Messergebnis am
>>> <$vars datum0={{{ [removeprefix[Körpertyp:]] }}} >
>>> <$vars datum={{{ [<>split[-]reverse[]join[.]] }}} >
>>> <>
>>> 
>>> 
>>> 
>>> \end
>>>
>>> Whats my Mistake
>>>
>>> Tahnks for Help
>>>
>>

-- 
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/4a1a260c-ec90-49d6-bbba-4de421f23672%40googlegroups.com.


[tw5] Radiobutton as Makro

2020-03-23 Thread Gerald Weis
Hello Friends,

the code in the box works.

But i want it to have as Makro

is it possible that can do? It must to works in a lot of tiddler with 
diverse values.




>


<>

<$radio field="modifier" value="11">wenig Fett/dünn

<$radio
 field="modifier" value="12">Übergewicht/ zu 
hoherFettgehalt 
<$radio field="modifier" value="13">Adipös/fettleibig 



<$radio
 field="modifier" value="21">geringes 
Gewicht/dünn
<$radio field="modifier" value="22">Norm
<$radio
 field="modifier" value="23">hohes 
Gewicht/muskulös


<$radio
 field="modifier" 
value="31">fettarm/dünn
<$radio
 field="modifier" 
value="32">fettarm/muskulös
<$radio
 field="modifier" value="33">hohes 
Gewichtmuskulö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/50baabe1-cae2-4f11-b0b4-a3f22c9a27d2%40googlegroups.com.


[tw5] Re: combine of filters in makro

2020-03-23 Thread Gerald Weis
Hello, 

i give  an example

Name of the Tiddler 
*Körpertyp: 2020-03-11*

introduction of the caption 
*Messwert am*

string to split  
*2020-03-11*
indicatet string: *11.03.2020*
caption complete
* Messwert am 11.03.2020*

Also from the tiddlertitle* Körpertyp:  2020-03-11 *i want to have the
* Date-string (-MM-DD).*
then i must have the split reverse for the date make* in Date-german-format 
(DD.MM.)*
The caption should be
* Messwert am (Date-german-format)*

 and it is a lot of tiddler with this titlestructure..
*question: *Is it possible to have an filter like 

{{{ [removeprefix[Körpertyp:]][split[-]reverse[]join[.]] }}}



Am Montag, 23. März 2020 11:44:31 UTC+1 schrieb TonyM:
>
> Gerald,
>
> If what you intended worked, the result would be;
>
> [[removeprefix[Körpertyp:]]split[-]reverse[]join[.]]
> Both [[ and ]] are invalid
>
> Another problem I see is because variables inside filters, and fields 
> etc only use one set of brackets
> <$vars datum={{{ [<>split[-]reverse[]join[.]] }}} >
> Would be
> <$vars datum={{{ [split[-]reverse[]join[.]] }}} >
>
> In filters only one bracket is required, but outside two brackets are 
> needed otherwise they would be confused with HTML tags `` etc...
>
> Lets see if that gets you any further.
>
> Bu the way one way to combine filters is using the subfilter operator 
> https://tiddlywiki.com/#subfilter%20Operator
>
> If you are still lost perhaps explain what you want rather than how it 
> does not work.
>
> Regards
> Tony
>
>
> On Monday, March 23, 2020 at 9:25:40 PM UTC+11, Gerald Weis wrote:
>>
>> Hi friends,
>>
>> i am trying to combine 2 filters.
>>
>> but its don't work
>>
>> thats my code and i don't know whats wrong.
>>
>> \define tabcaption()
>> Messergebnis am
>> <$vars datum0={{{ [removeprefix[Körpertyp:]] }}} >
>> <$vars datum={{{ [<>split[-]reverse[]join[.]] }}} >
>> <>
>> 
>> 
>> 
>> \end
>>
>> Whats my Mistake
>>
>> Tahnks for Help
>>
>

-- 
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/a486ff81-6e0b-439c-8171-86bc10da5b47%40googlegroups.com.


[tw5] combine of filters in makro

2020-03-23 Thread Gerald Weis
Hi friends,

i am trying to combine 2 filters.

but its don't work

thats my code and i don't know whats wrong.

\define tabcaption()
Messergebnis am
<$vars datum0={{{ [removeprefix[Körpertyp:]] }}} >
<$vars datum={{{ [<>split[-]reverse[]join[.]] }}} >
<>



\end

Whats my Mistake

Tahnks for Help

-- 
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/a4913907-322b-47bd-ad1b-32cc5fdb0668%40googlegroups.com.


[tw5] modify a String

2020-03-22 Thread Gerald Weis
Hallo all

my first problem to cut  a String is solved.


{{{ [removeprefix[Software: ]] }}}

Now i must the string modify

the Original string from the filter is in the format 2019-11-30 (-MM-DD)

Now i need it in the format 30.11.2019 (DD.MM.)

thats an problem for me - thlen my english is very ill.

thanks for ideas



-- 
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/24569bd1-42ec-4ccb-9525-a7ed5fcb0b71%40googlegroups.com.


[tw5] Re: cut a String

2020-03-22 Thread Gerald Weis
thanks for help so quickly

Am Samstag, 21. März 2020 19:33:13 UTC+1 schrieb Mat:
>
> Sure
>
> {{{ [removeprefix[Software: ]] }}}
>
> <:-)
>

-- 
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/fd1f11f3-0a90-44f3-836e-799fc4f1e19f%40googlegroups.com.


[tw5] cut a String

2020-03-21 Thread Gerald Weis
Hi friends,

my Problem is the follow. i create an Wiki for my Software-DVDs.


at to keep track i have into the titles of the tiddlers Prefixes. the i 
have an lot groups of software

Now i want a caption on the tableheader without the prefixes.

Example

*Tiddlertitle* : Software: Abelesoft Audio Creator

*tableheader:* Abelesoft Audio Creator

i can not accept that i must wrote twice the name of the software

i'd love to have an general macro where i can say wich prefix shoud be 
removed.

Any ideas


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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/8facbed0-edc7-4610-b5f5-9dd270d2d739%40googlegroups.com.


[tw5] Re: input in sitetitle with action-sendmessage

2020-03-06 Thread Gerald Weis
Thats not the solultion.
i have testet it.

Am Freitag, 6. März 2020 16:19:14 UTC+1 schrieb Mat:
>
> 4. create an inputfield for the year: works.
>> 5. create the title of the new tiddler from the {$:/SiteTitle} and append 
>> the inputfield year: dont work.
>>
>> <$action-sendmessage $message="tm-new-tiddler" $param={{$:/SiteTitle}} 
>> $value={{$:/SiteTitle}} [[$year$ ]] tags=[[$licence-plate$]] />
>>
>
> That "year" parameter looks suspicious. Shouldn't it be year=[[$year$ ]] ? 
> Maybe the $year$ messes with the $value parameter?
>
> <:-) 
>

-- 
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/12bcdc29-67ef-452a-ad26-671f7a36439c%40googlegroups.com.


[tw5] input in sitetitle with action-sendmessage

2020-03-06 Thread Gerald Weis

Hi folks,

i have a problem with coding the function.

The code should do the follow hings:
1. create a optionfield with the options in the selectfunction: works
2. create an inputfield for licenceplate: works
3. create an tag in the new tiddler from inputfield: works
4. create an inputfield for the year: works.
5. create the title of the new tiddler from the {$:/SiteTitle} and append 
the inputfield year: dont work.

i dont know what is wrong

thanks for help


\define zyklusa(licence-plate year)
<$select tiddler='$:/SiteTitle' tooltip='select tiddler wich should will 
cloned'>
Benzin
Fahrzeugpflege
Inspektionen und TÜV
Räder: Reifen und Felgen
Reparaturen und Wartung<
/option>
Scheibenwischer
Versicherung
Zulassung


<$vars ph="Geben Sie die unten verlangten Angaben ein:">
''<>''
''licence-plate car:'' <$edit-text tiddler="$:/temp/licence-plate" tag=input 
size=20  placeHolder=<> default="licence-plate"/>
''year der Ausgabe:'' 
<$edit-text tiddler="$:/temp/year" tag=input size=10 placeHolder=<> 
default="2020"/>


<$button> clone selected tiddler
<$action-sendmessage $message="tm-new-tiddler" $param={{$:/SiteTitle}} 
$value={{$:/SiteTitle}} [[$year$ ]] tags=[[$licence-plate$]] />

\end

<$macrocall $name=zyklusa licence-plate={{$:/temp/licence-plate}}  tiddler
={{$:/SiteTitle}} year= {{$:/temp/year}} tags=[[$licence-plate$]] />


-- 
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/d06b7cdb-2109-4e51-b887-28e708f91429%40googlegroups.com.


[tw5] Re: how can i clone one selected tiddler

2020-03-05 Thread Gerald Weis
Mark you are great.

now i to reflect  how i can  commit the license-plate of the car into the 
new tiddler as tag
it shoud be an inputfield and the value of the inputfield will be the tag

tanks



Am Donnerstag, 5. März 2020 20:03:29 UTC+1 schrieb Mark S.:
>
> See code below.
>
> << ... >> is used for variables. Unfortunately, you can not use <$select> 
> to set a variable. You can only set a field, including the text field.
>
> The "action-sendmessage" needs the $param, not the title. What "$param" 
> holds will vary depending on the message.
>
> I don't think you can close the tiddler with the same button action  if 
> you make it with* tm-new-tiddler.*
>
> To make a tiddler without opening it, you will need either:
>
> ActionCreateTiddlerWidget
>
> or you will need action-setfield. If you use action-setfield then you will 
> need to set all the fields of the target tiddler. You will also have to 
> figure out a new title for the target tiddler.
>
> Good luck!
>
> <$select tiddler="$:/SiteTitle" tooltip="select tiddler which should will 
> cloned" >
> Benzin
> Fahrzeugpflege
> Inspektionen und TÜV
> Räder: Reifen und Felgen
> 
> Reparaturen und Wartung
> 
> Scheibenwischer
> Versicherung
> Zulassung
>
> 
>
> <$button> clone selected tiddler
> <$action-sendmessage $message="tm-new-tiddler" $param={{$:/SiteTitle}}/>
>
> 
>
> 
>
>
>
> On Thursday, March 5, 2020 at 9:53:43 AM UTC-8, Gerald Weis wrote:
>>
>>
>> Hi Mark this was an Part of the problem.
>> Thle code i have corrected
>>
>> <$select tiddler='$:/SiteTitle' tooltip='select tiddler wich should will 
>> cloned'>
>> <$vars selection="tiddler"> 
>> Benzin
>> Fahrzeugpflege
>> Inspektionen und TÜV
>> Räder: Reifen und Felgen
>> 
>> Reparaturen und Wartung
>> 
>> Scheibenwischer
>> Versicherung
>> Zulassung
>> 
>> 
>>
>> <$button> clone selected tiddler
>> <$list filter=<>>
>> <$action-sendmessage $message="tm-new-tiddler" title=<>/>
>> <$action-sendmessage $message="tm-close-tiddler" 
>> $param={{{[has[draft.of]field:draft.of<>]}}}/>
>> 
>> 
>>
>> i believe, the button-code are count the tiddlers and create new tiddlers 
>> so much this count.
>>
>> i want to create 1 tiddler as an clone of the selected tiddler.
>> what is wrong to my code?
>>
>>
>>
>>
>> Am Donnerstag, 5. März 2020 17:27:05 UTC+1 schrieb Mark S.:
>>>
>>> The  tag needs a value attribute:
>>>
>>> Benzin - Jahr
>>>
>>> On Thursday, March 5, 2020 at 8:11:11 AM UTC-8, Gerald Weis wrote:
>>>>
>>>> thats is my code.
>>>>
>>>> <$select tiddler='$:/SiteTitle' tooltip='select tiddler wich should 
>>>> will cloned'>
>>>> <$vars selection="tiddler"> 
>>>> Benzin - Jahr
>>>> Fahrzeugpflege - Jahr
>>>> Inspektionen und TÜV - Jahr
>>>> Räder: Reifen und Felgen - Jahr
>>>> Reparaturen und Wartung - Jahr
>>>> Scheibenwischer - Jahr
>>>> Versicherung - Jahr
>>>> Zulassung - Jahr
>>>> 
>>>> 
>>>>
>>>> <$button> clone selected tiddler
>>>> <$list filter=<>>
>>>> <$action-sendmessage $message="tm-new-tiddler" title=<> 
>>>> tags="uu"/>
>>>> <$action-sendmessage $message="tm-close-tiddler" 
>>>> $param={{{[has[draft.of]field:draft.of<>]}}}/>
>>>> 
>>>> 
>>>>
>>>>  
>>
>>> this code make 66 new tiddler but dont clone the selectet tiddler.
>>>>
>>>> i must the tiddler clone while in this wiki i wortk with tiddlerfields 
>>>> in my templates.
>>>>
>>>> thanks for help
>>>>
>>>

-- 
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/3e21b92a-adae-4cef-9b4c-dbdf9057312a%40googlegroups.com.


[tw5] Re: how can i clone one selected tiddler

2020-03-05 Thread Gerald Weis

Hi Mark this was an Part of the problem.
Thle code i have corrected

<$select tiddler='$:/SiteTitle' tooltip='select tiddler wich should will 
cloned'>
<$vars selection="tiddler"> 
Benzin
Fahrzeugpflege
Inspektionen und TÜV
Räder: Reifen und Felgen

Reparaturen und Wartung

Scheibenwischer
Versicherung
Zulassung



<$button> clone selected tiddler
<$list filter=<>>
<$action-sendmessage $message="tm-new-tiddler" title=<>/>
<$action-sendmessage $message="tm-close-tiddler" 
$param={{{[has[draft.of]field:draft.of<>]}}}/>



i believe, the button-code are count the tiddlers and create new tiddlers 
so much this count.

i want to create 1 tiddler as an clone of the selected tiddler.
what is wrong to my code?




Am Donnerstag, 5. März 2020 17:27:05 UTC+1 schrieb Mark S.:
>
> The  tag needs a value attribute:
>
> Benzin - Jahr
>
> On Thursday, March 5, 2020 at 8:11:11 AM UTC-8, Gerald Weis wrote:
>>
>> thats is my code.
>>
>> <$select tiddler='$:/SiteTitle' tooltip='select tiddler wich should will 
>> cloned'>
>> <$vars selection="tiddler"> 
>> Benzin - Jahr
>> Fahrzeugpflege - Jahr
>> Inspektionen und TÜV - Jahr
>> Räder: Reifen und Felgen - Jahr
>> Reparaturen und Wartung - Jahr
>> Scheibenwischer - Jahr
>> Versicherung - Jahr
>> Zulassung - Jahr
>> 
>> 
>>
>> <$button> clone selected tiddler
>> <$list filter=<>>
>> <$action-sendmessage $message="tm-new-tiddler" title=<> 
>> tags="uu"/>
>> <$action-sendmessage $message="tm-close-tiddler" 
>> $param={{{[has[draft.of]field:draft.of<>]}}}/>
>> 
>> 
>>
>>  

> this code make 66 new tiddler but dont clone the selectet tiddler.
>>
>> i must the tiddler clone while in this wiki i wortk with tiddlerfields in 
>> my templates.
>>
>> thanks for help
>>
>

-- 
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/733eae23-6f9f-457f-99a8-8f3b0509372d%40googlegroups.com.


[tw5] how can i clone one selected tiddler

2020-03-05 Thread Gerald Weis
thats is my code.

<$select tiddler='$:/SiteTitle' tooltip='select tiddler wich should will 
cloned'>
<$vars selection="tiddler"> 
Benzin - Jahr
Fahrzeugpflege - Jahr
Inspektionen und TÜV - Jahr
Räder: Reifen und Felgen - Jahr
Reparaturen und Wartung - Jahr
Scheibenwischer - Jahr
Versicherung - Jahr
Zulassung - Jahr



<$button> clone selected tiddler
<$list filter=<>>
<$action-sendmessage $message="tm-new-tiddler" title=<> tags="uu"/>
<$action-sendmessage $message="tm-close-tiddler" 
$param={{{[has[draft.of]field:draft.of<>]}}}/>



this code make 66 new tiddler but dont clone the selectet tiddler.

i must the tiddler clone while in this wiki i wortk with tiddlerfields in 
my templates.

thanks for help

-- 
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/8019ad50-0b00-4012-9961-d4b5b6263531%40googlegroups.com.


Re: [tw5] Re: sum of column

2020-03-01 Thread Gerald Weis
Hi Morgaine,

now the formula was show in table only as text

thats are my formula

field formula
g4:  (= ({{!!g2}}+{{!!g3}}) =)
h2:  (= ({{!!g2}}*12/{{!!f2}}) =)
h3:  (= ({{!!g3}}*12/{{!!f3}}) =)
h4:  (= ({{!!g4}}*12/{{!!f3}}) =)
h5:  (= ({{!!g5}}*12/{{!!f05}}) =)
h6:  (= ({{!!h4}}+{{!!h5}}) =)

All formula are beginin at the first sign into the field
In all Formula are the ) the last sign.

Am Samstag, 29. Februar 2020 10:39:59 UTC+1 schrieb Morgaine O'Herne:
>
> I think I've spotted some reasons for the problem.
> 1. You have to have only the formula in the field, nothing else. If you 
> want other words in the cell with the value of the formula, you need to 
> write them in the cell, not in the field.
> 2. When you write the formula, there has to be a space between the (=  =) 
> and the formula itself, on both ends. 
> As in (= {{!!field1}}+{{!!field2}} =)
> not   (={{!!field1}}+{{!!field2}}=) 
> Some of your formulas do not have this space.
>
> Hope that's all it takes to fix it. Let me know if you need any more 
> help. 邏
>
>
> Morgaine
>
> On Sat, Feb 29, 2020 at 2:20 AM Gerald Weis  > wrote:
>
>> Hi Morgaine,
>>
>> i have new structured my tiddler:
>>
>> the new code is
>> <>
>>
>> |{{!!title}}|c
>> || A | B | C | D | E | F | G | H |h
>> |^ !1|{{!!a01}} |{{!!b01}} |{{!!c01}} |{{!!d01}} |{{!!e01}} |{{!!f01}} 
>> |{{!!g01}} | {{!!h01}}|h
>> |^ !2|{{!!a02}} |{{!!b02}}| {{!!c02}} | {{!!d02}} | {{!!e02}} | {{!!f02}} 
>> |  {{!!g02}}| {{!!summe_h02}}|
>> |^ !3|{{!!a03}} |{{!!b03}}| {{!!c03}} | {{!!d03}} | {{!!e03}} | {{!!f03}} 
>> |  {{!!g03}}| {{!!summe_h03}}|
>> |^ !4||<|<|<|<| {{!!summe_f04}}|{{!!summe_g04}}| {{!!summe_h04}}|h
>> |^!5|{{!!a05}} |{{!!b05}}  {{!!f05}} | {{!!g05}}| {{!!summe_h05}}|
>> |^!6||| {{!!summe_g06}}| {{!!summe_h06}}|h
>>
>>
>> i follow your tip. But i have a problem.
>> i have create for each formula an new field.
>> Now it dont work:
>> fields Formulas and what the result in to images wich append.
>> I'm worry
>>
>>
>>
>> Am Samstag, 29. Februar 2020 07:39:40 UTC+1 schrieb Morgaine O'Herne:
>>>
>>> Hi Gerald,
>>> The eval formulas don't go in the fields. The eval macrocall in my 
>>> example is in the tiddler itself.  
>>> Here is an example of a formula that *can * be in a field:
>>> myfield: (= round(({{Eriel - Attributes!!agility}}+{{Eriel - 
>>> Attributes!!dexterity}}+{{Eriel - Attributes!!strength}})/3) =)
>>>
>>> This calls in fields from other tiddlers like so:  
>>> {{TiddlerName!!fieldName}}
>>> The value of the formula above can be called into another tiddler by 
>>> referencing the field, as in {{tiddlerTitle!!myfield}}
>>>
>>> Another way to do this would be to use the eval macrocall in the cell of 
>>> the tiddler, and target the field name, then reference that field name in 
>>> another tiddler in the same way.
>>>
>>> I hope this helps.
>>>
>>> Don't feel bad; I spend a llloggg time studying all this before 
>>> it started to make sense.
>>>
>>> On Fri, Feb 28, 2020 at 2:41 AM Gerald Weis  wrote:
>>>
>>>> Hi Morgaine
>>>>
>>>> thats the code of my tiddler
>>>>
>>>> <>
>>>>
>>>> |{{!!title}}|c
>>>> || A | B | C | D | E | F | G | H |h
>>>> |^ 1|{{!!a1}} |{{!!b1}} |{{!!c1}} |{{!!d1}} |{{!!e1}} |{{!!f1}} 
>>>> |{{!!g1}} |{{!!h1}} |h
>>>> |^ !2|{{!!a2}} |{{!!b2}} | {{!!c2}} | {{!!d2}} | {{!!e2}} | {{!!f2}} | 
>>>> {{!!g2}}| {{!!zwischensummen_h2}}|
>>>> |^ !3|{{!!a3}} |{{!!b3}} | {{!!c3}} | {{!!d3}} | {{!!e3}} | {{!!f3}} | 
>>>> {{!!g3}}| {{!!zwischensummen_h3}}|
>>>> |^ !4|>|>|>|>|>| {{!!zwischensummen_f4}}| {{!!zwischensummen_g4}}| 
>>>> {{!!zwischensummen_h4}}|h
>>>> |^ !5|{{!!a5}}|{{!!b5}} {{!!f5}} | {{!!g5}}| 
>>>> {{!!zwischensummen_h5}}|
>>>> |^ !6|>|>|>|>|>| {{!!summe_f6}}| {{!!summe_g6}}|{{!!summe_h6}}|h
>>>>
>>>> all Fields form A2 to G2 and
>>>> and A3 got G3
>>>> and A5 to G5
>>>> must all year new editet.
>>>>
>>>> the values you can see are testdata.
>>>>
>>>> 2 questions.
>>>>
>>>> 1. how can i the tiddler clone or of an other way copy that the fields 
>>>> are in the new tiddler.
>>>> 2. what ist wrong, that the formulas not work:
>>>>
>>&

Re: [tw5] Re: sum of column

2020-03-01 Thread Gerald Weis
Hello Mat

how i can delete deactivatetd plugins.

i have tested shiraz - to omplicatet
i have testet mathcell is form writing of formulas the easiest
i have testet rpn - with the polsk notation i not came clear.



Am Samstag, 29. Februar 2020 12:39:22 UTC+1 schrieb Mat:
>
> Worth mentioning: Thomas has a neat macro called rpn (reverse polish 
> notation) here 
> . If I 
> recall, he made it just before Evan made his much more general, and 
> completely different, thing. For summing up stuff in a table, just maybe 
> Thomas' solution is "neater"...
>
> <:-)
>

-- 
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/e5c32781-1157-49bb-9bc2-2ca250e1912c%40googlegroups.com.


[tw5] Re: sum of column

2020-02-28 Thread Gerald Weis
Hi Morgaine

thats the code of my tiddler

<>

|{{!!title}}|c
|| A | B | C | D | E | F | G | H |h
|^ 1|{{!!a1}} |{{!!b1}} |{{!!c1}} |{{!!d1}} |{{!!e1}} |{{!!f1}} |{{!!g1}} 
|{{!!h1}} |h
|^ !2|{{!!a2}} |{{!!b2}} | {{!!c2}} | {{!!d2}} | {{!!e2}} | {{!!f2}} | 
{{!!g2}}| {{!!zwischensummen_h2}}|
|^ !3|{{!!a3}} |{{!!b3}} | {{!!c3}} | {{!!d3}} | {{!!e3}} | {{!!f3}} | 
{{!!g3}}| {{!!zwischensummen_h3}}|
|^ !4|>|>|>|>|>| {{!!zwischensummen_f4}}| {{!!zwischensummen_g4}}| 
{{!!zwischensummen_h4}}|h
|^ !5|{{!!a5}}|{{!!b5}} {{!!f5}} | {{!!g5}}| {{!!zwischensummen_h5}}|
|^ !6|>|>|>|>|>| {{!!summe_f6}}| {{!!summe_g6}}|{{!!summe_h6}}|h

all Fields form A2 to G2 and
and A3 got G3
and A5 to G5
must all year new editet.

the values you can see are testdata.

2 questions.

1. how can i the tiddler clone or of an other way copy that the fields are 
in the new tiddler.
2. what ist wrong, that the formulas not work:

i have all tiddlers on the site http://mathcell.tiddlyspot.com/ are listet 
importet.
then i have saved my wiki and closed.
Now i have do a new start of my wiki.

thanks for answer


Am Donnerstag, 27. Februar 2020 07:21:09 UTC+1 schrieb Morgaine O'Herne:
>
> I did it like this:  All of the data in the columns is in the Fields.  
>  You can see this at http://morgensharn.tiddlyspot.com. The tiddler is 
> "Eriel - Armor Weight."
>
> @@.table
> |ITEM|WEIGHT|
> |{{!!a1}}|{{!!b1}}|
> |{{!!a2}}|{{!!b2}}|
> |{{!!a3}}|{{!!b3}}|
> |{{!!a4}}|{{!!b4}}|
> |{{!!a5}}|{{!!b5}}|
> |{{!!a6}}|{{!!b6}}|
> |{{!!a7}}|{{!!b7}}|
> |{{!!a8}}|{{!!b8}}|
> |{{!!a9}}|{{!!b9}}|
> |{{!!a10}}|{{!!b10}}|
> |TOTAL|<$macrocall $name="eval"  
> cell="(=!!b1+!!b2+!!b3+!!b4+!!b5+!!b6+!!b7+!!b8+!!b9+!!b10)" format="2" 
> target="armor">|
> @@
>
>
>
> On Sunday, February 23, 2020 at 12:49:12 AM UTC-7, Gerald Weis wrote:
>>
>> Hi Folks
>>
>> i have a table with 2 columns of numbers.
>> now i want to have the sum from every columns.
>>
>> the Position of the sum shoud be above or below the columns.
>>
>> I have no solution found for this.
>>
>>
>> Any Ideas?
>>
>> thanks for all
>>
>

-- 
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/5b60ea08-3295-407e-a580-2043eabb9123%40googlegroups.com.


[tw5] Re: sum of column

2020-02-27 Thread Gerald Weis
Hello Mark

i have found it.
Now i want import Mathcell in my wiki.
But i not found how i can do that.

i'm using Tiddlywiki 5.21.
in the wiki mathcell are the information version 5.14.

can i use drag and drop?

Am Donnerstag, 27. Februar 2020 21:39:57 UTC+1 schrieb Mark S.:
>
> After some research, I think it's from this:
>
> http://mathcell.tiddlyspot.com/
>
> On Thursday, February 27, 2020 at 12:18:36 PM UTC-8, Gerald Weis wrote:
>>
>> hello Morgaine,
>>
>> where can i find the "eval"Makro?
>> wich plugin i must have in use?
>>
>> Am Donnerstag, 27. Februar 2020 07:21:09 UTC+1 schrieb Morgaine O'Herne:
>>>
>>> I did it like this:  All of the data in the columns is in the Fields.  
>>>  You can see this at http://morgensharn.tiddlyspot.com. The tiddler is 
>>> "Eriel - Armor Weight."
>>>
>>> @@.table
>>> |ITEM|WEIGHT|
>>> |{{!!a1}}|{{!!b1}}|
>>> |{{!!a2}}|{{!!b2}}|
>>> |{{!!a3}}|{{!!b3}}|
>>> |{{!!a4}}|{{!!b4}}|
>>> |{{!!a5}}|{{!!b5}}|
>>> |{{!!a6}}|{{!!b6}}|
>>> |{{!!a7}}|{{!!b7}}|
>>> |{{!!a8}}|{{!!b8}}|
>>> |{{!!a9}}|{{!!b9}}|
>>> |{{!!a10}}|{{!!b10}}|
>>> |TOTAL|<$macrocall $name="eval"  
>>> cell="(=!!b1+!!b2+!!b3+!!b4+!!b5+!!b6+!!b7+!!b8+!!b9+!!b10)" format="2" 
>>> target="armor">|
>>> @@
>>>
>>>
>>>
>>> On Sunday, February 23, 2020 at 12:49:12 AM UTC-7, Gerald Weis wrote:
>>>>
>>>> Hi Folks
>>>>
>>>> i have a table with 2 columns of numbers.
>>>> now i want to have the sum from every columns.
>>>>
>>>> the Position of the sum shoud be above or below the columns.
>>>>
>>>> I have no solution found for this.
>>>>
>>>>
>>>> Any Ideas?
>>>>
>>>> thanks for all
>>>>
>>>

-- 
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/801a7a95-5f40-423e-b7d4-8030f5d3d1ac%40googlegroups.com.


[tw5] Re: sum of column

2020-02-27 Thread Gerald Weis
hello Morgaine,

where can i find the "eval"Makro?
wich plugin i must have in use?

Am Donnerstag, 27. Februar 2020 07:21:09 UTC+1 schrieb Morgaine O'Herne:
>
> I did it like this:  All of the data in the columns is in the Fields.  
>  You can see this at http://morgensharn.tiddlyspot.com. The tiddler is 
> "Eriel - Armor Weight."
>
> @@.table
> |ITEM|WEIGHT|
> |{{!!a1}}|{{!!b1}}|
> |{{!!a2}}|{{!!b2}}|
> |{{!!a3}}|{{!!b3}}|
> |{{!!a4}}|{{!!b4}}|
> |{{!!a5}}|{{!!b5}}|
> |{{!!a6}}|{{!!b6}}|
> |{{!!a7}}|{{!!b7}}|
> |{{!!a8}}|{{!!b8}}|
> |{{!!a9}}|{{!!b9}}|
> |{{!!a10}}|{{!!b10}}|
> |TOTAL|<$macrocall $name="eval"  
> cell="(=!!b1+!!b2+!!b3+!!b4+!!b5+!!b6+!!b7+!!b8+!!b9+!!b10)" format="2" 
> target="armor">|
> @@
>
>
>
> On Sunday, February 23, 2020 at 12:49:12 AM UTC-7, Gerald Weis wrote:
>>
>> Hi Folks
>>
>> i have a table with 2 columns of numbers.
>> now i want to have the sum from every columns.
>>
>> the Position of the sum shoud be above or below the columns.
>>
>> I have no solution found for this.
>>
>>
>> Any Ideas?
>>
>> thanks for all
>>
>

-- 
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/2a6394ce-5d14-4532-8660-638e085d0cf1%40googlegroups.com.


[tw5] Re: sum of column

2020-02-27 Thread Gerald Weis
Hello Morgaine O'Herne 

this is functional but its dosn't work if you use a template-tiddler
The fields of the template wil not be createt in the target tiddler.
for this to use i must know how i can make the Fields in the target tiddler.
then i can do.


Am Donnerstag, 27. Februar 2020 07:21:09 UTC+1 schrieb Morgaine O'Herne:
>
> I did it like this:  All of the data in the columns is in the Fields.  
>  You can see this at http://morgensharn.tiddlyspot.com. The tiddler is 
> "Eriel - Armor Weight."
>
> @@.table
> |ITEM|WEIGHT|
> |{{!!a1}}|{{!!b1}}|
> |{{!!a2}}|{{!!b2}}|
> |{{!!a3}}|{{!!b3}}|
> |{{!!a4}}|{{!!b4}}|
> |{{!!a5}}|{{!!b5}}|
> |{{!!a6}}|{{!!b6}}|
> |{{!!a7}}|{{!!b7}}|
> |{{!!a8}}|{{!!b8}}|
> |{{!!a9}}|{{!!b9}}|
> |{{!!a10}}|{{!!b10}}|
> |TOTAL|<$macrocall $name="eval"  
> cell="(=!!b1+!!b2+!!b3+!!b4+!!b5+!!b6+!!b7+!!b8+!!b9+!!b10)" format="2" 
> target="armor">|
> @@
>
>
>
> On Sunday, February 23, 2020 at 12:49:12 AM UTC-7, Gerald Weis wrote:
>>
>> Hi Folks
>>
>> i have a table with 2 columns of numbers.
>> now i want to have the sum from every columns.
>>
>> the Position of the sum shoud be above or below the columns.
>>
>> I have no solution found for this.
>>
>>
>> Any Ideas?
>>
>> thanks for all
>>
>

-- 
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/69a428c7-56c3-49e1-9ab7-f8e64a9fcd5f%40googlegroups.com.


[tw5] Re: sum of column

2020-02-27 Thread Gerald Weis

Hello Mark,
it is one car alone.

@MonyM
Kennzeichen is the licence plate of the car.
Unternehmen = insurance company
Versicherung = insurance type
Klasse: Regional(Regionalklasse) = category of region
Klasse: Typ(Typklasse)=category of typ
Beitragsatz % = membership rate per percent
Beitrag Zahle Monate =  month to pay  
Beitrag laut Zahlweise =membership rate for month to pay

Am Donnerstag, 27. Februar 2020 05:47:57 UTC+1 schrieb Mark S.:
>
> This isn't really a data-driven or a tiddler-driven project. All I did was 
> make a macro to calculate 
> the total yearly amounts, then do the calculation 3 times, each time 
> putting it in a different
> variable. Then, at the bottom, just sum the variables.
>
> This is not the approach you would want if you were tracking dozens or 
> hundreds of cars, but
> if there is only one or two then it might work. That's why I asked about 
> the number of vehicles.
> The highly professional presentation makes me wonder if there is a larger 
> goal in view.
>
> A tiddler-driven approach would require a lot more effort to understand 
> what is being tracked.
>
> On Wednesday, February 26, 2020 at 3:30:35 PM UTC-8, TonyM wrote:
>>
>> Mark,
>>
>> Could you please do an English version to help us read it?, if possible. 
>> I am keen to read how you sum a calculated "column".
>>
>> Regards
>> Tony
>>
>> On Thursday, February 27, 2020 at 7:15:07 AM UTC+11, Mark S. wrote:
>>>
>>> Here's what I made for
>>>
>>> Versicherung - 2020
>>>
>>> Enter code here...\define jahrlich(zm,lw) {{{ [[$lw$]multiply[12]divide[
>>> $zm$]fixed[2]] }}}
>>> <>
>>> 
>>> <>
>>> <>
>>> <>
>>> <$wikify text=<> name=jahres1> 
>>> <$wikify text=<> name=jahres2> 
>>> <$wikify text=<>  name=jahres3> 
>>> <$vars jahresrate={{{ [][]+[sum[]] }}} 
>>>rate={{{ [[308.22]][[249.65]]+[sum[]] }}}
>>> >
>>> <$macrocall $name=VersZwiSumme Rate=<> Jahresrate=<> 
>>> />
>>>
>>> <>
>>> <$vars jahresrate={{{ [][][]+[sum[]] }}} >
>>> <$macrocall $name=VersGesSumme Jahresrate=<> />
>>> 
>>> 
>>> 
>>>
>>> Do you plan on doing this for just two cars, or many cars?
>>>
>>> This approach will be difficult for many cars.
>>>
>>> For many cars, you will need something like the "dyanmic tables" that 
>>> Mohammad suggests. And you
>>> will need to put your data (rates, monthly payments, etc.) into 
>>> tiddlers. The tables you create with
>>> "dynamic tables" may not be as attractive, but they will be easier to 
>>> maintain.
>>>
>>> Viel Glück!
>>>
>>> On Wednesday, February 26, 2020 at 1:47:24 AM UTC-8, Gerald Weis wrote:
>>>>
>>>> Hello Mark
>>>>
>>>> i can do this.
>>>>
>>>> that is the wiki with the complete data.
>>>> i hope you have idea or solution for me.
>>>>
>>>> thanks 
>>>> Gerald
>>>>
>>>> the complete Wiki is appended
>>>>
>>>> Am Mittwoch, 26. Februar 2020 01:21:08 UTC+1 schrieb Mark S.:
>>>>>
>>>>> Can you post your tiddlywiki somewhere?
>>>>>
>>>>> These macros do not show us your calculations, and we do not know the 
>>>>> structure of your tiddlers. Even
>>>>> in English it would be hard to help without these things.
>>>>>
>>>>> This macro has at least one error:
>>>>> 
>>>>>
>>>>>> \define Verskauf(Unternehmen Versart Regionalklasse Typklasse 
>>>>>> BeitragssatzProzent Zahlmonate LautZahlweise Jahresrate)
>>>>>> <$vars Jahr=  {{{ [[$LautZahlweise$]multiply[12]divide[$Zahlmonate$]] 
>>>>>> }}}>
>>>>>> <$vars Jahr={{{[fixed[2]]}}}>
>>>>>> 
>>>>>> $Unternehmen$
>>>>>> $Versart$
>>>>>> $Regionalklasse$
>>>>>> $Typklasse$
>>>>>> $BeitragssatzProzent$
>>>>>> $Zahlmonate$
>>>>>> $LautZahlweise$ €
>>>>>> <> €
>>>>>> 
>>>>>> 
>>>>>> \end
>>>>>>
>>>>>> The second <$vars> tag must match a second <$/vars> closing tag. All 
>>>>>> opening tags must match a closing tag.
>>>>>>
>>>>> <$vars Jahr=.>
>>>>> <$vars Jahr= mehr ...>
>>>>>  macro code 
>>>>>  FIRST CLOSING TAG
>>>>>  SECOND CLOSING TAG
>>>>>
>>>>> Good luck!
>>>>>
>>>>>  
>>>>>
>>>>

-- 
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/a6007092-b46f-4d98-9da0-6899439401a1%40googlegroups.com.


[tw5] Re: sum of column

2020-02-25 Thread Gerald Weis
Hallo Toniy

i have append a image, where you can see the structure of the tiddlyer wher 
shoud be calculated.

i'm in tiddlywiki not a professional.

that are the makros of me for this tiddler

\define Verstab()
{{!!title}}


Unternehmen
Versicherung
Klassen
Beitrag



Region
Typ
Satz %
ZahleMonate
lautZahlweise
Jahres-Rate


\end



\define Verskauf(Unternehmen Versart Regionalklasse Typklasse 
BeitragssatzProzent Zahlmonate LautZahlweise Jahresrate)
<$vars Jahr=  {{{ [[$LautZahlweise$]multiply[12]divide[$Zahlmonate$]] }}}>
<$vars Jahr={{{[fixed[2]]}}}>

$Unternehmen$
$Versart$
$Regionalklasse$
$Typklasse$
$BeitragssatzProzent$
$Zahlmonate$
$LautZahlweise$ €
<> €


\end



\define VersZwiSumme(Rate Jahresrate)


Zwischensumme
$Rate$ €
$Jahresrate$ €


\end



\define VersGesSumme(Jahresrate)


Gesamtsumme

$Jahresrate$ €


\end


But i 
> Gerald,
>
> This is a design approach I can see.
>
> You will need to calculate the row value in each row with the information 
> available in that row. You can display it in the table.
> However to do an all of table sum you need to save these row details 
> somewhere and sum them separately.
>
> Once you are happy with your table, its logic and calculation "clone" it 
> and remove all the display wikitext, then wrap it in a button that will 
> contain the same list logic in it, however for each row it triggers an 
> action widget that will save each row value somewhere such as a row related 
> tiddler or a data tiddler. You can do this for multiple columns as well.
>
> Once all these have being calculated and saved you can use a list filter 
> to sum all the values and present the grand total.
>
> I hope this helps (in translation), there are German speakers around.
>
> Regards
> Tony
>
> On Tuesday, February 25, 2020 at 5:24:23 AM UTC+11, Gerald Weis wrote:
>>
>> hallo i follow your tip.
>>
>> I have tested Shiraz-plugin and tiddlytables-plugin
>>
>> But this tools are not what i need.
>>
>> Problem:
>> the rate of liability insurance is calculated for one Year in row one. 
>> (with tiddliywiki)
>> the rate of comprehensive cover is calculated for one year in row two. 
>> (with tiddliwiki)
>> now i want the   results of this calculating  to add.
>>
>> thatss all
>>
>>
>> Am Sonntag, 23. Februar 2020 10:21:36 UTC+1 schrieb Mohammad:
>>>
>>> Hi Gerald,
>>>  Use Google translate! There is manual to use it!
>>>
>>> Shiraz is a plugin! For install see
>>> https://kookma.github.io/TW-Shiraz/#Shiraz%20Plugin
>>>
>>> or simply drag and drop
>>> https://kookma.github.io/TW-Shiraz/#%24%3A%2Fplugins%2Fkookma%2Fshiraz
>>>
>>> to your wiki!
>>>
>>> I hope a German speaking one can help here.
>>>
>>>
>>>
>>> Good luck
>>> Mohammad
>>>
>>> On Sunday, February 23, 2020 at 12:26:23 PM UTC+3:30, Gerald Weis wrote:
>>>>
>>>> Hi Mohammed 
>>>>
>>>> this Macro shoud be very komplex.
>>>>
>>>> i dont looking this.
>>>>
>>>> i can english only with google and leo.org.
>>>>
>>>> i have questions:
>>>>
>>>> 1. is it an plugin or macros
>>>> 2. when it is an plugin, how i can import als plugin?
>>>> 3. when it is an Macro  - drag and drop?
>>>> 4. Where i become an german Manual?
>>>>
>>>> thanks
>>>>
>>>>
>>>> Am Sonntag, 23. Februar 2020 09:07:01 UTC+1 schrieb Mohammad:
>>>>>
>>>>> I may recommend to use Shiraz with Dynamic tables.
>>>>>
>>>>> Have a look here: 
>>>>> https://kookma.github.io/TW-Shiraz/#demo%2Fdynamic-tables-numerical-summary
>>>>>
>>>>> and here
>>>>>
>>>>> https://kookma.github.io/TW-Shiraz/#Tutorial%20Dynamic%20Tables
>>>>>
>>>>> Also if you make a search in the forum, Eric Shulman recently answered 
>>>>> a similar question with a short and efficient solution.
>>>>>
>>>>> --Mohammad
>>>>>
>>>>> On Sunday, February 23, 2020 at 11:19:12 AM UTC+3:30, Gerald Weis 
>>>>> wrote:
>>>>>>
>>>>>> Hi Folks
>>>>>>
>>>>>> i have a table with 2 columns of numbers.
>>>>>> now i want to have the sum from every columns.
>>>>>>
>>>>>> the Position of the sum shoud be above or below the columns.
>>>>>>
>>>>>> I have no solution found for this.
>>>>>>
>>>>>>
>>>>>> Any Ideas?
>>>>>>
>>>>>> thanks for all
>>>>>>
>>>>>

-- 
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/2ca4ddb7-e713-454c-aeea-eb627f4ea928%40googlegroups.com.


[tw5] Re: sum of column

2020-02-24 Thread Gerald Weis
hallo i follow your tip.

I have tested Shiraz-plugin and tiddlytables-plugin

But this tools are not what i need.

Problem:
the rate of liability insurance is calculated for one Year in row one. 
(with tiddliywiki)
the rate of comprehensive cover is calculated for one year in row two. 
(with tiddliwiki)
now i want the   results of this calculating add.

thatss all


Am Sonntag, 23. Februar 2020 10:21:36 UTC+1 schrieb Mohammad:
>
> Hi Gerald,
>  Use Google translate! There is manual to use it!
>
> Shiraz is a plugin! For install see
> https://kookma.github.io/TW-Shiraz/#Shiraz%20Plugin
>
> or simply drag and drop
> https://kookma.github.io/TW-Shiraz/#%24%3A%2Fplugins%2Fkookma%2Fshiraz
>
> to your wiki!
>
> I hope a German speaking one can help here.
>
>
>
> Good luck
> Mohammad
>
> On Sunday, February 23, 2020 at 12:26:23 PM UTC+3:30, Gerald Weis wrote:
>>
>> Hi Mohammed 
>>
>> this Macro shoud be very komplex.
>>
>> i dont looking this.
>>
>> i can english only with google and leo.org.
>>
>> i have questions:
>>
>> 1. is it an plugin or macros
>> 2. when it is an plugin, how i can import als plugin?
>> 3. when it is an Macro  - drag and drop?
>> 4. Where i become an german Manual?
>>
>> thanks
>>
>>
>> Am Sonntag, 23. Februar 2020 09:07:01 UTC+1 schrieb Mohammad:
>>>
>>> I may recommend to use Shiraz with Dynamic tables.
>>>
>>> Have a look here: 
>>> https://kookma.github.io/TW-Shiraz/#demo%2Fdynamic-tables-numerical-summary
>>>
>>> and here
>>>
>>> https://kookma.github.io/TW-Shiraz/#Tutorial%20Dynamic%20Tables
>>>
>>> Also if you make a search in the forum, Eric Shulman recently answered a 
>>> similar question with a short and efficient solution.
>>>
>>> --Mohammad
>>>
>>> On Sunday, February 23, 2020 at 11:19:12 AM UTC+3:30, Gerald Weis wrote:
>>>>
>>>> Hi Folks
>>>>
>>>> i have a table with 2 columns of numbers.
>>>> now i want to have the sum from every columns.
>>>>
>>>> the Position of the sum shoud be above or below the columns.
>>>>
>>>> I have no solution found for this.
>>>>
>>>>
>>>> Any Ideas?
>>>>
>>>> thanks for all
>>>>
>>>

-- 
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/d90b2d3a-cd9e-405f-a468-2298cfb1b7b0%40googlegroups.com.


[tw5] Re: sum of column

2020-02-23 Thread Gerald Weis
Hi Mohammed 

this Macro shoud be very komplex.

i dont looking this.

i can english only with google and leo.org.

i have questions:

1. is it an plugin or macros
2. when it is an plugin, how i can import als plugin?
3. when it is an Macro more - copy and past?
4. Where i become an german Manual?

thanks


Am Sonntag, 23. Februar 2020 09:07:01 UTC+1 schrieb Mohammad:
>
> I may recommend to use Shiraz with Dynamic tables.
>
> Have a look here: 
> https://kookma.github.io/TW-Shiraz/#demo%2Fdynamic-tables-numerical-summary
>
> and here
>
> https://kookma.github.io/TW-Shiraz/#Tutorial%20Dynamic%20Tables
>
> Also if you make a search in the forum, Eric Shulman recently answered a 
> similar question with a short and efficient solution.
>
> --Mohammad
>
> On Sunday, February 23, 2020 at 11:19:12 AM UTC+3:30, Gerald Weis wrote:
>>
>> Hi Folks
>>
>> i have a table with 2 columns of numbers.
>> now i want to have the sum from every columns.
>>
>> the Position of the sum shoud be above or below the columns.
>>
>> I have no solution found for this.
>>
>>
>> Any Ideas?
>>
>> thanks for all
>>
>

-- 
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/2bdea97c-0757-4f05-9904-72e20b38e47f%40googlegroups.com.


[tw5] sum of column

2020-02-22 Thread Gerald Weis
Hi Folks

i have a table with 2 columns of numbers.
now i wont to have the sum from every columns.

the Position of the sum shoud be above or below the numbers of columns.

I have no solution found for this.


Any Ideas?

thanks for all

-- 
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/b6f47cb9-1b3c-4a6e-b652-e8480af292b1%40googlegroups.com.


[tw5] Re: global Macro for new tiddler from templates

2020-02-21 Thread Gerald Weis
Hi Mark

you are great

thanks

Am Freitag, 21. Februar 2020 16:48:24 UTC+1 schrieb Mark S.:
>
>
> You can use the edittext widget to allow input, if that's what you mean:
>
> \define NeuerZyklus(Kennzeichen Sache Jahr)
> <$button>''$Sache$''Jahr - ''$Jahr$''
> <$action-createtiddler $basetitle="$Sache$ - $Jahr$" tags="[[$Kennzeichen$]] 
> [[$Sache$]]" text={{$Sache$ - Jahr}} />
> 
> \end
> <$vars ph="Geben Sie den Text für den Tiddler ein">
> Sache: <$edit-text tiddler="$:/temp/Sache" tag=input size=50 
> placeHolder=<> default="Sache"/>
> Kennzeichen: <$edit-text tiddler="$:/temp/Kennzeichen" tag=input size=50 
>  placeHolder=<> default="Kennzeichen"/>
> Jahr: <$edit-text tiddler="$:/temp/Jahr" tag=input size=10 
> placeHolder=<> default="2020"/>
> 
> <$macrocall $name=NeuerZyklus Kennzeichen={{$:/temp/Kennzeichen}} 
>  Sache={{$:/temp/Sache}} Jahr={{$:/temp/Jahr}} />
>
>
>
>
> On Friday, February 21, 2020 at 5:14:46 AM UTC-8, Gerald Weis wrote:
>>
>> Hi Mark
>>
>>
>> i have the macro a little extended.
>> now the code is
>>
>> \define NeuerZyklus(Kennzeichen Sache Jahr)
>> <$button>''$Sache$''Jahr - ''$Jahr$''
>> <$action-createtiddler $basetitle="$Sache$ - $Jahr$" 
>> tags="[[$Kennzeichen$]] [[$Sache$]]" text={{$Sache$ - Jahr}} />
>> 
>> \end
>>
>> Now i have detected that i every time whlen i want write an new tiddler 
>> with this macro i must change the macrocall.
>> That is not so good. - My mistake sorry.
>>
>> Is it posible to create an inputfield where enables the data to be 
>> circulated with the Variables into the macro?
>>
>> thanks for your help
>>
>>
>> <https://dict.leo.org/pages/addinfo/addInfo.php?aiid=DX7HIoqa_2Z=ende=de>
>>
>>
>> <https://dict.leo.org/englisch-deutsch/circulated>
>> Beispiele
>>
>> How i do that?
>>
>> thanks for your help
>>
>> Am Donnerstag, 20. Februar 2020 21:14:44 UTC+1 schrieb Mark S.:
>>>
>>> Try changing the tag attribute like this:
>>>
>>> tags="[[$Kennzeichen$]] [[$Sache$]]" 
>>>
>>> On Thursday, February 20, 2020 at 12:00:15 PM UTC-8, Gerald Weis wrote:
>>>>
>>>> Hi Mark,
>>>>
>>>> yes it do what i want.
>>>>
>>>> but i have an problem
>>>>
>>>> some tags have mor as one word.
>>>> than make this makro more as one tag from this.
>>>>
>>>> example tag is "Reparatur und Wartung"
>>>> the Macro make the tags "Reparatur" "und" "Wartung"
>>>>
>>>> what can i do that the tag ist one expression?
>>>>
>>>> thanks
>>>>
>>>> Am Donnerstag, 20. Februar 2020 16:03:52 UTC+1 schrieb Mark S.:
>>>>>
>>>>> There are at least 3 ways to make new tiddlers in TW. Of these, only 
>>>>> the ActionCreateWidget will automatically prevent overwriting titles. ACW 
>>>>> also has the advantage that it doesn't open your tiddler in edit mode.
>>>>>
>>>>> In your original you had text="{{transclusion}}" . You can not do 
>>>>> that. You must use text={{transclusion}} . Otherwise, the actual text 
>>>>> will 
>>>>> be "{{transclusion}}" and not the transcluded content.
>>>>>
>>>>> In your example, <$action-sendmessage was not closed on the end with 
>>>>> "/>".  Always do a double-check to make sure that all tags are matched by 
>>>>> their anti-tag 
>>>>> (e.g.    or that a single tag is closed on the end 
>>>>> with "/>" .
>>>>>
>>>>> In your original example, I did not know what $:/tags/Template did or 
>>>>> what it's contents were. So I removed it for my test. 
>>>>>
>>>>> This version works, though I don't know if it does exactly what you 
>>>>> intended:
>>>>>
>>>>> \define testknopf(Kennzeichen Sache)
>>>>> <$button>Mein Knopf
>>>>> <$action-createtiddler $basetitle="$Sache$ - Jahr" tags="$Kennzeichen$ 
>>>>> $Sache$" text={{Benzin - Jahr}} />
>>>>> 
>>>>> \end
>>>>>
>>>

[tw5] Re: global Macro for new tiddler from templates

2020-02-21 Thread Gerald Weis
Hi Mark


i have the macro a little advanced.
now the code is

\define NeuerZyklus(Kennzeichen Sache Jahr)
<$button>''$Sache$''Jahr - ''$Jahr$''
<$action-createtiddler $basetitle="$Sache$ - $Jahr$" 
tags="[[$Kennzeichen$]] [[$Sache$]]" text={{$Sache$ - Jahr}} />

\end

No i have detected that i every time if i want write an new tiddler with 
this macro i must change the macrocall.
That is not so good. - My mistake sorry.

Is it posible to create an inputfield wich data form the vars in the macro 
can used?
How i do that?

thanks for your help

Am Donnerstag, 20. Februar 2020 21:14:44 UTC+1 schrieb Mark S.:
>
> Try changing the tag attribute like this:
>
> tags="[[$Kennzeichen$]] [[$Sache$]]" 
>
> On Thursday, February 20, 2020 at 12:00:15 PM UTC-8, Gerald Weis wrote:
>>
>> Hi Mark,
>>
>> yes it do what i want.
>>
>> but i have an problem
>>
>> some tags have mor as one word.
>> than make this makro more as one tag from this.
>>
>> example tag is "Reparatur und Wartung"
>> the Macro make the tags "Reparatur" "und" "Wartung"
>>
>> what can i do that the tag ist one expression?
>>
>> thanks
>>
>> Am Donnerstag, 20. Februar 2020 16:03:52 UTC+1 schrieb Mark S.:
>>>
>>> There are at least 3 ways to make new tiddlers in TW. Of these, only the 
>>> ActionCreateWidget will automatically prevent overwriting titles. ACW 
>>> also has the advantage that it doesn't open your tiddler in edit mode.
>>>
>>> In your original you had text="{{transclusion}}" . You can not do that. 
>>> You must use text={{transclusion}} . Otherwise, the actual text will be 
>>> "{{transclusion}}" and not the transcluded content.
>>>
>>> In your example, <$action-sendmessage was not closed on the end with 
>>> "/>".  Always do a double-check to make sure that all tags are matched by 
>>> their anti-tag 
>>> (e.g.    or that a single tag is closed on the end 
>>> with "/>" .
>>>
>>> In your original example, I did not know what $:/tags/Template did or 
>>> what it's contents were. So I removed it for my test. 
>>>
>>> This version works, though I don't know if it does exactly what you 
>>> intended:
>>>
>>> \define testknopf(Kennzeichen Sache)
>>> <$button>Mein Knopf
>>> <$action-createtiddler $basetitle="$Sache$ - Jahr" tags="$Kennzeichen$ 
>>> $Sache$" text={{Benzin - Jahr}} />
>>> 
>>> \end
>>>
>>> <>
>>>
>>> If you press the button twice, it will make a new tiddler based on the 
>>> name, but will not over write the first one.
>>>
>>> HTH
>>>
>>> On Thursday, February 20, 2020 at 5:57:13 AM UTC-8, Gerald Weis wrote:
>>>>
>>>> Hi folks,
>>>>
>>>> i need help.
>>>>
>>>> i want to create a new tiddler from templates.
>>>> The cocept ist, the macro shoud be global.
>>>>
>>>> \define testknopf(Kennzeichen Sache)
>>>>
>>>> <$button>
>>>> <$action-sendmessage $message="tm-new-tiddler" title="$Sache$ - Jahr" 
>>>> tags=$Kennzeichen$ $Sache$ text="{{Benzin - Jahr||$:/tags/Template}}"
>>>> 
>>>> \end
>>>>
>>>> This macro shoud do the follow things:
>>>> 1. create a new tiddler
>>>> 2. load the templatetiddler with Name where is compsite form "$Sache$ - 
>>>> Jahr"
>>>> 3. transclude the content of templatetiddler in  the new tiddler 
>>>> 4. disable the templatetag in the new tiddler
>>>> 4. close the templatetiddler
>>>>
>>>> my Templatetiddler is tagged with $:/tags/Template
>>>>
>>>> what ist wrong?
>>>>
>>>>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/77b58a52-18e9-422c-9bf1-c83ad3c8b3dc%40googlegroups.com.


[tw5] Re: global Macro for new tiddler from templates

2020-02-20 Thread Gerald Weis
Hi Mark,

yes it do what i want.

but i have an problem

some tags have mor as one word.
than make this makro more as one tag from this.

example tag is "Reparatur und Wartung"
the Macro make the tags "Reparatur" "und" "Wartung"

what can i do that the tag ist one expression?

thanks

Am Donnerstag, 20. Februar 2020 16:03:52 UTC+1 schrieb Mark S.:
>
> There are at least 3 ways to make new tiddlers in TW. Of these, only the 
> ActionCreateWidget will automatically prevent overwriting titles. ACW 
> also has the advantage that it doesn't open your tiddler in edit mode.
>
> In your original you had text="{{transclusion}}" . You can not do that. 
> You must use text={{transclusion}} . Otherwise, the actual text will be 
> "{{transclusion}}" and not the transcluded content.
>
> In your example, <$action-sendmessage was not closed on the end with 
> "/>".  Always do a double-check to make sure that all tags are matched by 
> their anti-tag 
> (e.g.    or that a single tag is closed on the end with 
> "/>" .
>
> In your original example, I did not know what $:/tags/Template did or what 
> it's contents were. So I removed it for my test. 
>
> This version works, though I don't know if it does exactly what you 
> intended:
>
> \define testknopf(Kennzeichen Sache)
> <$button>Mein Knopf
> <$action-createtiddler $basetitle="$Sache$ - Jahr" tags="$Kennzeichen$ 
> $Sache$" text={{Benzin - Jahr}} />
> 
> \end
>
> <>
>
> If you press the button twice, it will make a new tiddler based on the 
> name, but will not over write the first one.
>
> HTH
>
> On Thursday, February 20, 2020 at 5:57:13 AM UTC-8, Gerald Weis wrote:
>>
>> Hi folks,
>>
>> i need help.
>>
>> i want to create a new tiddler from templates.
>> The cocept ist, the macro shoud be global.
>>
>> \define testknopf(Kennzeichen Sache)
>>
>> <$button>
>> <$action-sendmessage $message="tm-new-tiddler" title="$Sache$ - Jahr" 
>> tags=$Kennzeichen$ $Sache$ text="{{Benzin - Jahr||$:/tags/Template}}"
>> 
>> \end
>>
>> This macro shoud do the follow things:
>> 1. create a new tiddler
>> 2. load the templatetiddler with Name where is compsite form "$Sache$ - 
>> Jahr"
>> 3. transclude the content of templatetiddler in  the new tiddler 
>> 4. disable the templatetag in the new tiddler
>> 4. close the templatetiddler
>>
>> my Templatetiddler is tagged with $:/tags/Template
>>
>> what ist wrong?
>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/269587f6-8abc-4887-ac4b-2a08a4bfc830%40googlegroups.com.


[tw5] global Macro for new tiddler from templates

2020-02-20 Thread Gerald Weis
Hi folks,

i need help.

i want to create a new tiddler from templates.
The cocept ist, the macro shoud be global.

\define testknopf(Kennzeichen Sache)

<$button>
<$action-sendmessage $message="tm-new-tiddler" title="$Sache$ - Jahr" 
tags=$Kennzeichen$ $Sache$ text="{{Benzin - Jahr||$:/tags/Template}}"

\end

This macro shoud do the follow things:
1. create a new tiddler
2. load the templatetiddler with Name where is compsite form "$Sache$ - 
Jahr"
3. transclude the content of templatetiddler in  the new tiddler 
4. disable the templatetag in the new tiddler
4. close the templatetiddler

my Templatetiddler is tagged with $:/tags/Template

what ist wrong?

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/1259ca5f-6f84-48b0-866e-6ea4e241f5f3%40googlegroups.com.


[tw5] Re: calulate with math operators and Variables

2020-02-18 Thread Gerald Weis
You are top

thanks

Am Montag, 17. Februar 2020 20:23:47 UTC+1 schrieb Gerald Weis:
>
> I have written an Maro with the follow defininitions
>
> \define Benzkauf2(Datum kmalt kmneu getankt Gesamtpreis)
> 
> $Datum$
> $kmalt$
> $kmneu$
> $getankt$
> $Gesamtpreis$
> [[$kmneu$ $kmalt$ substract[]]
> [[$getankt$]multiply[100]divide[[$kmneu$ $kmalt$ substract[]]]
> [[$Gesamtpreis$]divide[$getankt$]]
> 
> \end
>
> but the caltulating do not work.
>
> It shoud do so
>
> 1. kmneu - kmalt 
> 2. getankt * 100 / (kmneu - kmalt)
> 3. Preisgesamt / getankt
>
> how i can do it
>
> thanks for help
>
>
>

-- 
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/68f23a49-e2d3-4f6c-b34d-a3c1ced9ca33%40googlegroups.com.


[tw5] Re: calulate with math operators and Variables

2020-02-18 Thread Gerald Weis
Hallo Eric,
i have tested it.
Its works fine.

now i have trying to round it on 2 or 3 Digits behind the decimnalpoint.
i dont find it.

thankyou


Am Dienstag, 18. Februar 2020 09:26:44 UTC+1 schrieb Eric Shulman:
>
> On Monday, February 17, 2020 at 10:51:15 PM UTC-8, Gerald Weis wrote:
>>
>> [[$kmneu$]subtract[$kmalt$]]
>> [[[$getankt$]multiply[100]]divide[[$kmneu$ $kmalt$ substract[
>> [[$Gesamtpreis$]divide[$getankt$]]
>>
>  
> You are using the wrong kind of outer brackets.
>
> To *evaluate* a filter, use tripled curly braces around the entire filter 
> expression.  Also, you can't "nest" filters, so use a variable to hold the 
> result of the first calculation, and then reference that variable in the 
> second calculation.
> Finally, *after* computing the desired values, reference the variables to 
> produce the output.
>
> Thus:
>
> \define Benzkauf2(Datum kmalt kmneu getankt Gesamtpreis)
> <$vars v1={{{ [[$kmneu$]subtract[$kmalt$]] }}}>
> <$vars v2={{{ [[$getankt$]multiply[100]divide] }}}>
> <$vars v3={{{ [[$Gesamtpreis$]divide[$getankt$]] }}}>
> 
> $Datum$
> $kmalt$
> $kmneu$
> $getankt$
> $Gesamtpreis$
> <>
> <>
> <>
> 
> 
> 
> 
> 
> \end
>
> That should do what you want.  Let me know how it goes.
>
> enjoy,
> -e
> Eric Shulman
> TiddlyTools.com: "Small Tools for Big Ideas!" (tm)
> InsideTiddlyWiki - http://www.TiddlyTools.com/InsideTW/
>
>
>

-- 
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/c325a65a-5ecf-432d-9266-49487f0c8f2c%40googlegroups.com.


[tw5] Re: calulate with math operators and Variables

2020-02-17 Thread Gerald Weis


Am Montag, 17. Februar 2020 21:46:43 UTC+1 schrieb Mat:
>
> Note also that thing is calculated just because it's within brackets like 
> that. If you want the expression evaluated it must also be enclosed in 
> triple braces like so:
>
> {{{ [...] }}}
>
> <:-)
>

Hello Mat,

i was trying your solutions.
i have read the dokumentation in tiddlywiki.com.

[[$kmneu$]subtract[$kmalt$]]
[[[$getankt$]multiply[100]]divide[[$kmneu$ $kmalt$ substract[
[[$Gesamtpreis$]divide[$getankt$]]

it do not work

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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/18476b67-ce37-4ca9-9ae8-9b184df6cf6a%40googlegroups.com.


[tw5] calulate with math operators and Variables

2020-02-17 Thread Gerald Weis
I have written an Maro with the follow defininitions

\define Benzkauf2(Datum kmalt kmneu getankt Gesamtpreis)

$Datum$
$kmalt$
$kmneu$
$getankt$
$Gesamtpreis$
[[$kmneu$ $kmalt$ substract[]]
[[$getankt$]multiply[100]divide[[$kmneu$ $kmalt$ substract[]]]
[[$Gesamtpreis$]divide[$getankt$]]

\end

but the caltulating do not work.

It shoud do so

1. kmneu - kmalt 
2. getankt * 100 / (kmneu - kmalt)
3. Preisgesamt / getankt

how i can do it

thanks for help


-- 
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/93721545-deac-45b1-bf5b-dd54f3fa158c%40googlegroups.com.


[tw5] Re: Titel aus Eingabefeldern generieren / title from Inputfields

2020-01-25 Thread Gerald Weis
Hallo Leute

ich habe es jetzt etwas anders gelöst

in dem zu scrheibenden Tiddler mach ich nur den Eintrag
<>
und fülle die Datenfelder aus.

ich habe ein Makro erstellt das wie folgt ausieht:


\define titelmakro()

|''Beschreibung''|''Info''|h
| ''Distributionsname:''|{{!!10_distribution_name}} ''Version:'' 
{{!!20_distribution_versionsnr}} |
| ''Architektur:''|{{!!30_anzahl_bit}} |
| ''Quelle:''|{{!!40_quelle}} |
| ''DVD-Nr.:''|{{!!50_dvd-nr}} |

|^{{Kürzel für LINUX-Quellen-Print}}|^{{Kürzel für 
LINUX-Quellen-Internet}}|f

>
{{!!10_distribution_name}} {{!!20_distribution_versionsnr}} -- 
{{!!30_anzahl_bit}} Bit -- von: {{!!40_quelle}} -- DVD: {{!!50_dvd-nr}}
\end

Dieses Makro tut mehrere Dinge

1. erstellt es die Tabelle
2. werden 2 Artikel in die Fußzeile der Tabelle transcludiert
2.1 Kürzel für LINUX-Quellen-Print - enthällt alle Quellen aus Printmedien 
und die Kürzel dazu
2.1 Kürzel für LINUX-Quellen-Internet - enthält alle Online-Quellen und 
Kürzel dazu
3. Der Inhalt der Zeile für den Titel wird als unterste Zeile im Tiddler 
dargestellt.

Diese Zeile wird  händisch dann kopiert und in den Titel eingefügt.



Am Mittwoch, 22. Januar 2020 09:25:07 UTC+1 schrieb Gerald Weis:
>
> Hallo Leute,
>
> ich habe folgendes Problem:
> Ich möchte den Titel von Tiddlern aus Eingabefeldern zusammenstellen 
> lassen, da die Reihenfolge der Angaben immer gleich ist.
> Der Titel des Tiddler soll folgende Struktur haben
>
> Nr. Feldname   Feldinhalt
> 1.  Distributionsname:  UBUNTU
> 2.   Distributionsversion:  19.04
> 3.  Architektur: 64
> 4. Quelle:  LINUX User 2019/12
> 5.   DVD-Nr.: 38
>
> die Eingabe ins Titelfeld:
>
> {{!!Distributionsname}} {{!!Distributionsversion}} --- {{!!Architektur}} 
> Bit --- Heft: {{!!Quelle}} --- DVD-Nr. {{!!DVD-Nr.}}
>
> funktioniert leider nicht.
>
> Wie bringe ich einen Titel mit dieser Struktur ins Titelfeld?
>
> Danke
>
> Hello Guys,
>
> i have the follow Problem: I want create the title of Tiddlers from 
> Inputfields. The Order of fiels ist everytime equal.
> The tiddler must have this stucture:
>
> No. Fieldname  Fieldcontent
> 1.  Distributionsname:  UBUNTU
> 2.   Distributionsversion:  19.04
> 3.  Architektur: 64
> 4. resource:  LINUX User 2019/12
> 5. DVD-Number.: 38
>
> the input in the tiddlertitle:
>
> {{!!Distributionsname}} {{!!Distributionsversion}} --- {{!!Architektur}} 
> Bit --- Heft: {{!!Quelle}} --- DVD-Nr. {{!!DVD-Nr.}}
>
> do not work.
>
> How can i do it that the tiddlertile with this structure come in
>
> thanks
>
> Danke
>
> Update:
> Ich habe jetzt etwas eiter experimentiert und habe mein Ergebnis, das 
> ebenfalls nicht so funktioniert wie ich es gerne hätte, mal angehängt
>
>

-- 
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/95dfb653-c5f6-41be-ae52-3659cbdb8947%40googlegroups.com.


[tw5] Titel aus Eingabefeldern generieren

2020-01-22 Thread Gerald Weis
Hallo Leute,

ich habe folgendes Problem:
Ich möchte den Titel von Tiddlern aus Eingabefeldern zusammenstellen 
lassen, da die Reihenfolge der Angaben immer gleich ist.
Der Titel des Tiddler soll folgende Struktur haben

Nr. Feldname   Feldinhalt
1.  Distributionsname:  UBUNTU
2.   Distributionsversion:  19.04
3.  Architektur: 64
4. Quelle:  LINUX User 2019/12
5.   DVD-Nr.: 38

die Eingab ins Titelfeld:

{{!!Distributionsname}} {{!!Distributionsversion}} - {{!!Architektur}} Bit 
- Heft: {{!!Quelle}} - DVD-Nr. {{!!DVD-Nr.}}

funktioniert leider nicht.

Wie bringe ich einen Titel mit dieser Struktur ins Titelfeld?

Danke


-- 
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/47d483e0-5389-4432-a049-5bd514b20a7d%40googlegroups.com.


[tw5] Re: find field with unknown input

2020-01-16 Thread Gerald Weis
thanks guys,

it works great


Am Donnerstag, 16. Januar 2020 10:23:54 UTC+1 schrieb Gerald Weis:
>
> Hello Guys,
>
> i have changed the way of programming of my recipe-wiki.
>
> now i have thie field *rezeptgruppe* one or more tiddlers.
>
> Problem: its an unknown content
>
> <>
> don't works.
>
> How i can find the field *rezeptgruppe* without knowing the content?
>
> thanks for help
>
>

-- 
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/540784f2-c295-4235-b89e-ced0122235f4%40googlegroups.com.


[tw5] find field with unknown input

2020-01-16 Thread Gerald Weis
Hello Guys,

i have changed the way of programming of my recipe-wiki.

now i have thie field *rezeptgruppe* one or more tiddlers.

Problem: its an unknown content

<>
don't works.

How i can find the field *rezeptgruppe* without knowing the content?

thanks for help

-- 
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/c56c1be6-2394-4c18-bf82-e7cc6a44e230%40googlegroups.com.


[tw5] Re: Gasolintable calculate

2020-01-10 Thread Gerald Weis
thats is what i don



\define Benztab(Jahr)
Benzin $Jahr$


Datum
km
Liter
Preis



Stand 
gefahren 
getankt 
je 100 km 
gesamt 
je Liter 


\end

\define Benzkauf(Datum kmstand kmgefahren Litergetankt Literje100km 
Preisgesamt PreisjeLiter)

$Datum$
$kmstand$ 
$kmgefahren$ 
$Litergetankt$ 
$Literje100km$ 
$Preisgesamt$ € 
$PreisjeLiter$ €

\end



<>
<>
<>








PS: I'm using for this Wiki the version 5.19

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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/0b254135-a692-435f-a76a-2200e88cdcf0%40googlegroups.com.


[tw5] Gasolintable calculate

2020-01-09 Thread Gerald Weis
I have a table with that looks as follow












Date
mile-age
miles driven as the last refuel
Gallons refuel
Gallons up to 100 miles
Price total
Price for one Gallon


2019-12-14
10551
594
34.28
5.77
45.87
1.338







2019-11-07
9957
692
35.40
5.11
47.37
1.338









now i want calculate

Miles driven as the last refuel
Gallons up to 100 Miles
Price for one Gallone

Any Ideas?

Thankyou for help













-- 
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/b7a1f13c-9993-4d03-ba97-0885688703da%40googlegroups.com.


[tw5] Re: new tiddler with actionwidget

2019-01-26 Thread Gerald Weis
thanks for your question for language,

My mother language is german.



Am Mittwoch, 23. Januar 2019 12:29:24 UTC+1 schrieb Gerald Weis:
>
> i want plot my blood test results in tiddlywiki .
> Now its giav a lot of this.
>
> at this reason i want maka an assistent wich make a clon from a sample and 
> open this.
>
>
> any ideas?
>
> thanks for help
>
>

-- 
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/15543648-4991-4f10-ade0-fd9fec356853%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: new tiddler with actionwidget

2019-01-25 Thread Gerald Weis
Hi Tony

i have attached 2 Pictures

Testbild.png is showing what i have
tiddler.png is showing what shall recorded in the new tiddler.
at the last shoud be the tiddler opend for edit.

thats what i want do with an action-widget and an Button-widget
But my Experience is zero.

thank for help



Am Mittwoch, 23. Januar 2019 12:29:24 UTC+1 schrieb Gerald Weis:
>
> i want plot my blood test results in tiddlywiki .
> Now its giav a lot of this.
>
> at this reason i want maka an assistent wich make a clon from a sample and 
> open this.
>
>
> any ideas?
>
> thanks for help
>
>

-- 
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/638b8566-9f0a-4417-8174-7ba25a921e4c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: new tiddler with actionwidget

2019-01-24 Thread Gerald Weis
I have a tiddler-link in an Tiddler with all Links to all 
Blood-test-resuluts.
On of this  is the tiddler-link named "New Blood-test-result.
now i need an Button, that have the link, klone it, and show it as open for 
edit.



Am Mittwoch, 23. Januar 2019 12:29:24 UTC+1 schrieb Gerald Weis:
>
> i want plot my blood test results in tiddlywiki .
> Now its giav a lot of this.
>
> at this reason i want maka an assistent wich make a clon from a sample and 
> open this.
>
>
> any ideas?
>
> thanks for help
>
>

-- 
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/d90a6bcd-920d-4cef-a3f7-441619fcd8d6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] new tiddler with actionwidget

2019-01-23 Thread Gerald Weis
i want plot my blood test results in tiddlywiki .
Now its giav a lot of this.

at this reason i want maka an assistent wich make a clon from a sample and 
open this.


any ideas?

thanks for help

-- 
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/fe080195-910f-4a8a-839d-47d0455cff32%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: image un header side by side

2019-01-20 Thread Gerald Weis
Hi Toni

i have establish a table with 2 columns

it works,

But i want now set the alignment from the table




Bild


Header




what can i do that the image and the header not only side by side but also 
on the upper margin?

HTML?
CSS?
How?

Am Sonntag, 20. Januar 2019 13:47:03 UTC+1 schrieb TonyM:
>
> Gerald,
>
> Try using css in two html divs, one float right, one float left. Or use 
> two columns, or a single row two colunm table .
>
> Regards
> 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/718f7af1-afed-41ac-891b-b5d0af22cb69%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] image un header side by side

2019-01-20 Thread Gerald Weis
Hello friends,

at the attachment the image what i have

but i want the image and css-header side by side

what is it what i have to do that it is functional

thanks for help

-- 
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/85d442d8-d369-43a9-a2c6-bed3c6f2331a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Problems with define Macros

2019-01-19 Thread Gerald Weis
thanks

it run

Am Freitag, 18. Januar 2019 19:59:33 UTC+1 schrieb Gerald Weis:
>
> Hi Guys
>
> I'm using an fresh tiddlywiki 5.19
>
> Now i have declared an Stylsheet-file and an Macrofile
>
> But i have an Problem.
> The macro don't started from any tiddler
>
> that is the macrocode
>
> \define Sitzungen (Termin Ort Teilnehmer)
> 
> Sitzungseinladung
> 
> Termin: 
> $Termin$
> Ort:$Ort$
> Teilnehmer: $Teilnehmer$
> 
> Tagesordnung
> 
> \end
>
> Displayed in the Macrofile-preview is 
>
> \define Macroname
> the design in div1
> Termin: 
> $Termin$
> Ort:$Ort$
> Teilnehmer: $Teilnehmer$
> the design in div2
> \end
>
> but it don't started from any tiddler
>
> whats wrong?
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To 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/4aafce26-5993-4f99-bf40-0bfc4135c387%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Problems with define Macros

2019-01-19 Thread Gerald Weis
Hello Mark S.

It is only one Macro what i show

the first one show the definitions.
the second one show what it is doing.

that is the macrocode

\define Sitzungen (Termin Ort Teilnehmer)

Sitzungseinladung

Termin: 
$Termin$
Ort:$Ort$
Teilnehmer: $Teilnehmer$

Tagesordnung

\end

if i call the Macro with

<> 

the macrocall donothing.
The tag for the Macrofile ist set to *$:/tags/Macro*

all the same  do  not running the Macro


-- 
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/ff9772a9-2120-408c-b0d3-1495c4dab180%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Problems with define Macros

2019-01-18 Thread Gerald Weis
Hi Guys

I'm using an fresh tiddlywiki 5.19

Now i have declared an Stylsheet-file and an Macrofile

But i have an Problem.
The macro don't started from any tiddler

that is the macrocode

\define Sitzungen (Termin Ort Teilnehmer)

Sitzungseinladung

Termin: 
$Termin$
Ort:$Ort$
Teilnehmer: $Teilnehmer$

Tagesordnung

\end

Displayed in the Macrofile-preview is 

\define Macroname
the design in div1
Termin: 
$Termin$
Ort:$Ort$
Teilnehmer: $Teilnehmer$
the design in div2
\end

but it don't started from any tiddler

whats wrong?

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To 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/37d9e8f6-8b1f-4749-85ff-2d4288107c0f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] if then else for different designs in makro

2018-05-10 Thread Gerald Weis
Hi friends,

im searchin fo a solution for this problem



[tw] Kommentar in Makrotiddler

2018-01-24 Thread Gerald Weis
Hallo Leute,

ich habe 2 Tiddler in die ich Kommentare einfügen möchte.

1. den Stylsheet-Tiddler
2. den Makro-Tiddler.

die Kommentare dienen der Unterscheidung für welche Gruppe das CSS-Element 
oder zu welcher Gruppe das Makro gehört.

Leider scheint hier <--! das ist der Kommentar --!> nicht hzu funktionieren.

Hat jemand eine Idee?

Danke für die Hilfe

-- 
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/e8c68201-b7d0-4ca4-98d7-cbf9201d82d7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Formatierungen in Tiddlywiki

2018-01-18 Thread Gerald Weis
Hi Ton,

Thanks, it works fine.

-- 
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/030573ee-ec3e-4c1e-bfa5-024ed94a3066%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Formatierungen in Tiddlywiki

2018-01-16 Thread Gerald Weis
Bisher transcludiere ich einen Tiddler mit folgendem Inhalt

@@color:white;
@@background-color:red;
@@width:200px;
@@border: 2px solid red;
![img width=30px [Bilder/UBUNTU-Achtung.png]]   ''^^Achtung^^''
@@

Der zeichnet mit das Logo und die Überschrift wenn etwas gefährlich ist.
Danach kopiere ich den Inhalt eines zweiten Tiddlers an diese Stelle.

@@background-color:#f2f2f2;
@@border: 2px solid red;
@@padding:20px;
hier den ACHTUNG-Text eintragen
@@

An der Stelle mit dem Text "hier den ACHTUNG-Text eintragen" schreibe ich 
dann den Text de einen Rahmen haben soll und eine bestimmte 
Hintergrundfarbe.

Geht das nicht einfacher?

Danke für eure Hilfe

-- 
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/edae6461-5ab6-4e84-b205-77d9512b3d7f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.