[tw5] Re: How to change the color of Tw icons

2022-06-28 Thread Xabriña
Hello Mario.

It is clear to me from the explanation you have given me that there is no 
choice but to use CSS and macros, and I appreciate you taking the trouble 
to leave me the files with the solution already prepared.

>From what I see in the end, I have no choice but to either take the path 
that you have indicated, and that I was trying to avoid due to my 
programming limitations, or find a way to adjust the size of the icons that 
interest me and put them directly and then with the method that Eric told 
me to change the color to the one I need.

Thank you very much!!!

El martes, 28 de junio de 2022 a las 8:18:22 UTC+2, PMario escribió:

> On Monday, June 27, 2022 at 11:12:46 PM UTC+2 Juan Palomo wrote:
>
>> One more question. I have tried to modify the size of the icon since it 
>> is larger than I want and I cannot find the parameter to adjust it.
>> I have tried the following formula but it seems that it is not correct:
>>
>> @@fill:blue; width:1em; height: 1em; {{$:/core/images/tip}}@@
>
>
>
> That doesn't work that way, since the height and width are directly 
> defined in the SVG element. You need to do the following. 
>
> Create 2 tiddlers eg: my-styles and my-macros
>
> ```
> title: my-styles 
> tags: $:/tags/Stylesheet
> code-body: yes
>
> .my-icon svg {
> height: 1em;
> }
> ```
>
> ```
> title: my-macros
> tags: $:/tags/Macro
> code-body: yes
>
> \define my-icon(title) <$transclude 
> tiddler=<<__title__>>/> 
> ```
>
> Call the macro with: `<>` ... That should do 
> the trick. 
>
> The first tiddler my-styles defines a CSS stylesheet, that allows you to 
> define the hight of the SVG element. Since it keeps the aspect ratio, it 
> will scale properly if you only change hight. 
>
> The second tiddler defines a macro named: my-icon, that covers the SVG 
> inside an HTML SPAN element and defines it's class="my-icon". Which allows 
> the browser to assign the CSS stylesheet settings. 
>
> I did add a little ZIP file that contains a JSON file, which can be drag & 
> drop imported into a wiki. You can test it with tiddlywiki.com. It should 
> work there since I did mace the macros with it. 
>
> 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/986237e3-442f-4355-a146-84693ebee497n%40googlegroups.com.


[tw5] Re: Problem replicating macro Tip, Warning and Bad example

2022-06-17 Thread Xabriña
That's how it looks for me...
[image: Aspect.png]

El viernes, 17 de junio de 2022 a las 14:57:51 UTC+2, Xabriña escribió:

> Hello everyone
>
> I am trying to put on my wiki three things that I have seen in the 
> Tiddlywiki v. 5.2.2, but I can't get it right.
>
> Specifically, I want to get the effects of "Tip" "Warning" and "Bad 
> example", for this I have copied the following from the tiddler $:/editions/
> tw5.com/doc-macros:
>
> \define .tip(_)  class="doc-block-icon">{{$:/core/images/tip}} $_$
>
> \define .warning(_)  class="doc-block-icon">{{$:/core/images/warning}} $_$
>
> \define .bad-example(eg)
> 
> 
> 
>  
> Warning: Don't do it this way!
> 
> $eg$
> 
>
> Then I copied from tiddler$:/editions/tw5.com/doc-styles the following:
>
> .doc-block-icon .tc-image-tip { fill: #56754d8; } 
>
> .doc-block-icon .tc-image-warning { fill: #881122; }
>
> .doc-bad-example code, .doc-bad-example pre, table.doc-bad-example {
>   background-color:#80;
> }
>
> The thing is that I don't get the desired effect, but I'm not sure what 
> I'm doing wrong. I may have to copy something else but I don't know what...
>
> Can someone tell me what I'm missing?
>
> 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/8ec71c49-dece-4d97-b4a0-fac9071c40cbn%40googlegroups.com.


[tw5] Problem replicating macro Tip, Warning and Bad example

2022-06-17 Thread Xabriña
Hello everyone

I am trying to put on my wiki three things that I have seen in the 
Tiddlywiki v. 5.2.2, but I can't get it right.

Specifically, I want to get the effects of "Tip" "Warning" and "Bad 
example", for this I have copied the following from the tiddler 
$:/editions/tw5.com/doc-macros:

\define .tip(_) {{$:/core/images/tip}} $_$

\define .warning(_) {{$:/core/images/warning}} $_$

\define .bad-example(eg)



 
Warning: Don't do it this way!

$eg$


Then I copied from tiddler$:/editions/tw5.com/doc-styles the following:

.doc-block-icon .tc-image-tip { fill: #56754d8; } 

.doc-block-icon .tc-image-warning { fill: #881122; }

.doc-bad-example code, .doc-bad-example pre, table.doc-bad-example {
  background-color:#80;
}

The thing is that I don't get the desired effect, but I'm not sure what I'm 
doing wrong. I may have to copy something else but I don't know what...

Can someone tell me what I'm missing?

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/5eee1848-7ac7-4986-823b-c5abe9e0b3f7n%40googlegroups.com.


[tw5] Monospaced block inside a quoted text?-2

2021-05-03 Thread Xabriña

Hi, sorry for creating this new thread but in the old one 
(https://groups.google.com/g/tiddlywiki/c/2kDTg0gbKrY/m/zYV8okE9AgAJ) I 
can't post anything. In the beginning he lets me publish but when I go to 
see what was published he tells me that the message has been deleted.
I hope this time it works.
I enclose the file in .json format.

Thanks for everything.

-- 
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/fc36043b-edbe-403c-a60b-d041fb22996dn%40googlegroups.com.


New Tiddler-21.7z
Description: application/7z-compressed


[tw5] Re: Monospaced block inside a quoted text?

2021-05-03 Thread Xabriña




[{"created":"202101010","creator":"Manu","text":"Respuesta a la 
pregunta en los foros de Tiddlywiki de como conseguir una lista de tiddlers 
con campos que tengan un valor concreto.\n\n* ''st...@sunypoly.edu'' 18 abr 
2020 5:59:44 a TiddlyWiki \n\n<<<\n\nHow do I get a list of tiddlers 
with a field that has a specified value.\nI have TiddlerA with tag 
''howdy'' with field ''special'' with value ''Yes''\n\nI do:\n\n`<$vars 
tagName=\"howdy\" fieldName=\"special\" fieldValue=\"Yes\">`\n\n`<$list 
filter=\"[tag]\">` works, but I can't figure out how to put 
`` and then `` into the 
filter.\n\nThanks!\n\nsteve.\n\n<<<\n\n\n\n*''Eric Shulman'' 18 abr 
2020 6:52:47 a TiddlyWiki \n\n<<<\n\nYou can use two nested `$list` 
widgets, like this:\n\n\n```\n<$vars tagName=\"howdy\" 
fieldName=\"special\" fieldValue=\"Yes\">\n<$list 
filter=\"[taghas]\">\n   <$list 
filter=\"[getmatch]\" 
variable=\"is_match\">\n   <>\n   
\n\n\n```\n\n\nThe outer `$list` widget finds all 
tiddlers tagged with `<>` that have a field named 
`<>`.\nThe inner `$list` widget tests each tiddler to see if the 
value of the fieldName matches the `<>`.\nThen, for each 
tiddler with a matching value, it does something (in the above example, it 
just displays the name of the 
tiddler)\n\nenjoy,\n-e\n\n<<<\n\n\n\n*''TW Tones'' 18 abr 2020 7:04:31 
a TiddlyWiki \n\n<<<\n\nEric,\n\nthis is no doubt the way I would do it, 
but I had a thought, Something like this should work in a single 
list;\n\n`[tag]`\n\nOr 
\n\n`[tag[howdy]special[Yes]]`\n\nWhat do you 
think?\n\nTony\n\n<<<\n\n\n\n\n\n\n\n\n\n\n","title":"New Tiddler 
3","tags":"","modifier":"Manu","modified":"20210428074228558"}]



I feel the delay in answering. I don't know why but every time I have tried 
to send the .json file it tells me that it has been published but then it 
appears as a deleted message. I honestly don't know what happens ...
I send the complete content of the json file in text format, I hope it 
arrives well.

Thanks for everything.
El miércoles, 28 de abril de 2021 a las 3:09:09 UTC+2, Soren Bjornstad 
escribió:

> Your snippet works for me, too. Can you export the tiddler you create as a 
> json file and attach that? It's possible you're getting some kind of weird 
> special character in there, and the JSON file will be an exact copy of your 
> tiddler without any issues introduced by copying and pasting.
>
> [image: ksnip_20210427-201022.png]
>
> On Tuesday, April 27, 2021 at 6:37:48 PM UTC-5 Xabriña wrote:
>
>> Well, I don't know what happens. I also get it correctly in the online 
>> version of Tiddlywiki, but in the installation that I have on the laptop it 
>> doesn't work. I have to say that I use Bob.exe, I don't know if that will 
>> be the problem.
>>
>> What I am trying to put is the following:
>>
>> <<<
>>
>> You can use two nested `$list` widgets, like this:
>>
>> ```
>> <$vars tagName="howdy" fieldName="special" fieldValue="Yes">
>> <$list filter="[taghas]">
>><$list filter="[getmatch]" 
>> variable="is_match">
>><>
>>
>> 
>> 
>> ```
>> <<<
>>
>> And this is what appears to me:
>>
>>
>>`
>>  <<<   
>>
>> El miércoles, 28 de abril de 2021 a las 0:20:42 UTC+2, mwik...@gmail.com 
>> escribió:
>>
>>> This seems to work fine unless you have some text in the line 
>>> *immediately* above the <<<. Then everything gets mis-parsed (I think that 
>>> it has something to do with rendering inline vs block). If you leave and at 
>>> least one empty line (with absolutely no spaces) just before <<<, it should 
>>> render as a block quote.
>>>
>>> /Mike
>>>
>>> On Tuesday, April 27, 2021 at 4:22:35 PM UTC-3 Xabriña wrote:
>>>
>>>> this is the text i'm trying to put
>>>>
>>>> <<<
>>>>
>>>> You can use two nested `$list` widgets, like this:
>>>>
>>>> ```
>>>> <$vars tagName="howdy" fieldName="special" fieldValue="Yes">
>>>> <$list filter="[taghas]">
>>>><$l

[tw5] Re: Monospaced block inside a quoted text?

2021-05-03 Thread Xabriña
I feel the delay in answering. I don't know why but every time I have tried 
to send the .json file it tells me that it has been published but then it 
appears as a deleted message. I honestly don't know what happens ...
I send the complete content of the json file in text format, I hope it 
arrives well.

Thanks for everything.

+
[{"created":"202101010","creator":"Manu","text":"Respuesta a la 
pregunta en los foros de Tiddlywiki de como conseguir una lista de tiddlers 
con campos que tengan un valor concreto.\n\n* ''st...@sunypoly.edu'' 18 abr 
2020 5:59:44 a TiddlyWiki \n\n<<<\n\nHow do I get a list of tiddlers 
with a field that has a specified value.\nI have TiddlerA with tag 
''howdy'' with field ''special'' with value ''Yes''\n\nI do:\n\n`<$vars 
tagName=\"howdy\" fieldName=\"special\" fieldValue=\"Yes\">`\n\n`<$list 
filter=\"[tag]\">` works, but I can't figure out how to put 
`` and then `` into the 
filter.\n\nThanks!\n\nsteve.\n\n<<<\n\n\n\n*''Eric Shulman'' 18 abr 
2020 6:52:47 a TiddlyWiki \n\n<<<\n\nYou can use two nested `$list` 
widgets, like this:\n\n\n```\n<$vars tagName=\"howdy\" 
fieldName=\"special\" fieldValue=\"Yes\">\n<$list 
filter=\"[taghas]\">\n   <$list 
filter=\"[getmatch]\" 
variable=\"is_match\">\n   <>\n  
 \n\n\n```\n\n\nThe outer `$list` widget finds all 
tiddlers tagged with `<>` that have a field named 
`<>`.\nThe inner `$list` widget tests each tiddler to see if the 
value of the fieldName matches the `<>`.\nThen, for each 
tiddler with a matching value, it does something (in the above example, it 
just displays the name of the 
tiddler)\n\nenjoy,\n-e\n\n<<<\n\n\n\n*''TW Tones'' 18 abr 2020 7:04:31 
a TiddlyWiki \n\n<<<\n\nEric,\n\nthis is no doubt the way I would do it, 
but I had a thought, Something like this should work in a single 
list;\n\n`[tag]`\n\nOr 
\n\n`[tag[howdy]special[Yes]]`\n\nWhat do you 
think?\n\nTony\n\n<<<\n\n\n\n\n\n\n\n\n\n\n","title":"New Tiddler 
3","tags":"","modifier":"Manu","modified":"20210428074228558"}]


El miércoles, 28 de abril de 2021 a las 3:09:09 UTC+2, Soren Bjornstad 
escribió:

> Your snippet works for me, too. Can you export the tiddler you create as a 
> json file and attach that? It's possible you're getting some kind of weird 
> special character in there, and the JSON file will be an exact copy of your 
> tiddler without any issues introduced by copying and pasting.
>
> [image: ksnip_20210427-201022.png]
>
> On Tuesday, April 27, 2021 at 6:37:48 PM UTC-5 Xabriña wrote:
>
>> Well, I don't know what happens. I also get it correctly in the online 
>> version of Tiddlywiki, but in the installation that I have on the laptop it 
>> doesn't work. I have to say that I use Bob.exe, I don't know if that will 
>> be the problem.
>>
>> What I am trying to put is the following:
>>
>> <<<
>>
>> You can use two nested `$list` widgets, like this:
>>
>> ```
>> <$vars tagName="howdy" fieldName="special" fieldValue="Yes">
>> <$list filter="[taghas]">
>><$list filter="[getmatch]" 
>> variable="is_match">
>><>
>>
>> 
>> 
>> ```
>> <<<
>>
>> And this is what appears to me:
>>
>>
>>`
>>  <<<   
>>
>> El miércoles, 28 de abril de 2021 a las 0:20:42 UTC+2, mwik...@gmail.com 
>> escribió:
>>
>>> This seems to work fine unless you have some text in the line 
>>> *immediately* above the <<<. Then everything gets mis-parsed (I think that 
>>> it has something to do with rendering inline vs block). If you leave and at 
>>> least one empty line (with absolutely no spaces) just before <<<, it should 
>>> render as a block quote.
>>>
>>> /Mike
>>>
>>> On Tuesday, April 27, 2021 at 4:22:35 PM UTC-3 Xabriña wrote:
>>>
>>>> this is the text i'm trying to put
>>>>
>>>> <<<
>>>>
>>>> You can use two nested `$list` widgets, like this:
>>>>
>>>> ```
>>>> <$vars tagName="howdy" fieldName="special" fieldValue="Yes">
>>>> <$list filter="[taghas]"&g

[tw5] Re: Monospaced block inside a quoted text?

2021-05-03 Thread Xabriña
Hello, sorry for the delay in answering but I can't publish anything. Every 
time I post something I am going to see the message and it appears to me 
that the message has been deleted.

I've already tried about ten times but I can't, the message always gets 
deleted. I don't think I have modified anything that has to do with Google 
groups.

Has this ever happened to anyone? And why was it happening to you?

Thanks for everything.

El miércoles, 28 de abril de 2021 a las 3:09:09 UTC+2, Soren Bjornstad 
escribió:

> Your snippet works for me, too. Can you export the tiddler you create as a 
> json file and attach that? It's possible you're getting some kind of weird 
> special character in there, and the JSON file will be an exact copy of your 
> tiddler without any issues introduced by copying and pasting.
>
> [image: ksnip_20210427-201022.png]
>
> On Tuesday, April 27, 2021 at 6:37:48 PM UTC-5 Xabriña wrote:
>
>> Well, I don't know what happens. I also get it correctly in the online 
>> version of Tiddlywiki, but in the installation that I have on the laptop it 
>> doesn't work. I have to say that I use Bob.exe, I don't know if that will 
>> be the problem.
>>
>> What I am trying to put is the following:
>>
>> <<<
>>
>> You can use two nested `$list` widgets, like this:
>>
>> ```
>> <$vars tagName="howdy" fieldName="special" fieldValue="Yes">
>> <$list filter="[taghas]">
>><$list filter="[getmatch]" 
>> variable="is_match">
>><>
>>
>> 
>> 
>> ```
>> <<<
>>
>> And this is what appears to me:
>>
>>
>>`
>>  <<<   
>>
>> El miércoles, 28 de abril de 2021 a las 0:20:42 UTC+2, mwik...@gmail.com 
>> escribió:
>>
>>> This seems to work fine unless you have some text in the line 
>>> *immediately* above the <<<. Then everything gets mis-parsed (I think that 
>>> it has something to do with rendering inline vs block). If you leave and at 
>>> least one empty line (with absolutely no spaces) just before <<<, it should 
>>> render as a block quote.
>>>
>>> /Mike
>>>
>>> On Tuesday, April 27, 2021 at 4:22:35 PM UTC-3 Xabriña wrote:
>>>
>>>> this is the text i'm trying to put
>>>>
>>>> <<<
>>>>
>>>> You can use two nested `$list` widgets, like this:
>>>>
>>>> ```
>>>> <$vars tagName="howdy" fieldName="special" fieldValue="Yes">
>>>> <$list filter="[taghas]">
>>>><$list filter="[getmatch]" 
>>>> variable="is_match">
>>>><>
>>>>
>>>> 
>>>> 
>>>> ```
>>>> <<<
>>>>
>>>> El martes, 27 de abril de 2021 a las 21:11:19 UTC+2, Xabriña escribió:
>>>>
>>>>> Hello everybody.
>>>>>
>>>>> I am trying to do one thing but I am not successful and I am not sure 
>>>>> what can be done.
>>>>> I try to put a text in monospaced block formating inside a quoted text 
>>>>> formating but I can't get it to work. I have just disappeared part of the 
>>>>> text of the tiddler. Is there any way that this works or is it that it 
>>>>> can't be done?
>>>>>
>>>>> Thank you so much.
>>>>>
>>>>

-- 
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/98e78d5c-f1ae-4569-9d81-30f5a722966en%40googlegroups.com.


[tw5] Re: Monospaced block inside a quoted text?

2021-05-03 Thread Xabriña
Hello, sorry for the delay in answering but I can't publish anything. Every 
time I post something I am going to see the message and it appears to me 
that the message has been deleted.
I hope this time it works.
I enclose the file in .json format.

Thanks for everything.

El miércoles, 28 de abril de 2021 a las 1:37:48 UTC+2, Xabriña escribió:

> Well, I don't know what happens. I also get it correctly in the online 
> version of Tiddlywiki, but in the installation that I have on the laptop it 
> doesn't work. I have to say that I use Bob.exe, I don't know if that will 
> be the problem.
>
> What I am trying to put is the following:
>
> <<<
>
> You can use two nested `$list` widgets, like this:
>
> ```
> <$vars tagName="howdy" fieldName="special" fieldValue="Yes">
> <$list filter="[taghas]">
><$list filter="[getmatch]" 
> variable="is_match">
><>
>
> 
> 
> ```
> <<<
>
> And this is what appears to me:
>
>
>`
>  <<<   
>
> El miércoles, 28 de abril de 2021 a las 0:20:42 UTC+2, mwik...@gmail.com 
> escribió:
>
>> This seems to work fine unless you have some text in the line 
>> *immediately* above the <<<. Then everything gets mis-parsed (I think that 
>> it has something to do with rendering inline vs block). If you leave and at 
>> least one empty line (with absolutely no spaces) just before <<<, it should 
>> render as a block quote.
>>
>> /Mike
>>
>> On Tuesday, April 27, 2021 at 4:22:35 PM UTC-3 Xabriña wrote:
>>
>>> this is the text i'm trying to put
>>>
>>> <<<
>>>
>>> You can use two nested `$list` widgets, like this:
>>>
>>> ```
>>> <$vars tagName="howdy" fieldName="special" fieldValue="Yes">
>>> <$list filter="[taghas]">
>>><$list filter="[getmatch]" 
>>> variable="is_match">
>>><>
>>>
>>> 
>>> 
>>> ```
>>> <<<
>>>
>>> El martes, 27 de abril de 2021 a las 21:11:19 UTC+2, Xabriña escribió:
>>>
>>>> Hello everybody.
>>>>
>>>> I am trying to do one thing but I am not successful and I am not sure 
>>>> what can be done.
>>>> I try to put a text in monospaced block formating inside a quoted text 
>>>> formating but I can't get it to work. I have just disappeared part of the 
>>>> text of the tiddler. Is there any way that this works or is it that it 
>>>> can't be done?
>>>>
>>>> Thank you so much.
>>>>
>>>

-- 
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/60f28dc3-61ab-4f8c-b551-1c5c03570aean%40googlegroups.com.


New Tiddler-21.7z
Description: application/7z-compressed


[tw5] Re: Monospaced block inside a quoted text?

2021-05-03 Thread Xabriña
Hello, sorry for the delay in answering but I can't publish anything. Every 
time I post something I am going to see the message and it appears to me 
that the message has been deleted.

I've already tried about ten times but I can't, the message always gets 
deleted. I don't think I have modified anything that has to do with Google 
groups.

Has this ever happened to anyone? And why was it happening to you?

Thanks for everything.

El martes, 27 de abril de 2021 a las 21:11:19 UTC+2, Xabriña escribió:

> Hello everybody.
>
> I am trying to do one thing but I am not successful and I am not sure what 
> can be done.
> I try to put a text in monospaced block formating inside a quoted text 
> formating but I can't get it to work. I have just disappeared part of the 
> text of the tiddler. Is there any way that this works or is it that it 
> can't be done?
>
> Thank you so much.
>

-- 
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/d6adef25-20b8-4dde-8095-e5d4c68ff125n%40googlegroups.com.


[tw5] Re: Monospaced block inside a quoted text?

2021-05-03 Thread Xabriña
I feel the delay in answering. I don't know why but every time I have tried 
to send the .json file it tells me that it has been published but then it 
appears as a deleted message. I honestly don't know what happens ...
I send the complete content of the json file in text format, I hope it 
arrives well.

Thanks for everything.

+
[{"created":"202101010","creator":"Manu","text":"Respuesta a la 
pregunta en los foros de Tiddlywiki de como conseguir una lista de tiddlers 
con campos que tengan un valor concreto.\n\n* ''st...@sunypoly.edu'' 18 abr 
2020 5:59:44 a TiddlyWiki \n\n<<<\n\nHow do I get a list of tiddlers 
with a field that has a specified value.\nI have TiddlerA with tag 
''howdy'' with field ''special'' with value ''Yes''\n\nI do:\n\n`<$vars 
tagName=\"howdy\" fieldName=\"special\" fieldValue=\"Yes\">`\n\n`<$list 
filter=\"[tag]\">` works, but I can't figure out how to put 
`` and then `` into the 
filter.\n\nThanks!\n\nsteve.\n\n<<<\n\n\n\n*''Eric Shulman'' 18 abr 
2020 6:52:47 a TiddlyWiki \n\n<<<\n\nYou can use two nested `$list` 
widgets, like this:\n\n\n```\n<$vars tagName=\"howdy\" 
fieldName=\"special\" fieldValue=\"Yes\">\n<$list 
filter=\"[taghas]\">\n   <$list 
filter=\"[getmatch]\" 
variable=\"is_match\">\n   <>\n   
\n\n\n```\n\n\nThe outer `$list` widget finds all 
tiddlers tagged with `<>` that have a field named 
`<>`.\nThe inner `$list` widget tests each tiddler to see if the 
value of the fieldName matches the `<>`.\nThen, for each 
tiddler with a matching value, it does something (in the above example, it 
just displays the name of the 
tiddler)\n\nenjoy,\n-e\n\n<<<\n\n\n\n*''TW Tones'' 18 abr 2020 7:04:31 
a TiddlyWiki \n\n<<<\n\nEric,\n\nthis is no doubt the way I would do it, 
but I had a thought, Something like this should work in a single 
list;\n\n`[tag]`\n\nOr 
\n\n`[tag[howdy]special[Yes]]`\n\nWhat do you 
think?\n\nTony\n\n<<<\n\n\n\n\n\n\n\n\n\n\n","title":"New Tiddler 
3","tags":"","modifier":"Manu","modified":"20210428074228558"}]
++


El miércoles, 28 de abril de 2021 a las 3:09:09 UTC+2, Soren Bjornstad 
escribió:

> Your snippet works for me, too. Can you export the tiddler you create as a 
> json file and attach that? It's possible you're getting some kind of weird 
> special character in there, and the JSON file will be an exact copy of your 
> tiddler without any issues introduced by copying and pasting.
>
> [image: ksnip_20210427-201022.png]
>
> On Tuesday, April 27, 2021 at 6:37:48 PM UTC-5 Xabriña wrote:
>
>> Well, I don't know what happens. I also get it correctly in the online 
>> version of Tiddlywiki, but in the installation that I have on the laptop it 
>> doesn't work. I have to say that I use Bob.exe, I don't know if that will 
>> be the problem.
>>
>> What I am trying to put is the following:
>>
>> <<<
>>
>> You can use two nested `$list` widgets, like this:
>>
>> ```
>> <$vars tagName="howdy" fieldName="special" fieldValue="Yes">
>> <$list filter="[taghas]">
>><$list filter="[getmatch]" 
>> variable="is_match">
>><>
>>
>> 
>> 
>> ```
>> <<<
>>
>> And this is what appears to me:
>>
>>
>>`
>>  <<<   
>>
>> El miércoles, 28 de abril de 2021 a las 0:20:42 UTC+2, mwik...@gmail.com 
>> escribió:
>>
>>> This seems to work fine unless you have some text in the line 
>>> *immediately* above the <<<. Then everything gets mis-parsed (I think that 
>>> it has something to do with rendering inline vs block). If you leave and at 
>>> least one empty line (with absolutely no spaces) just before <<<, it should 
>>> render as a block quote.
>>>
>>> /Mike
>>>
>>> On Tuesday, April 27, 2021 at 4:22:35 PM UTC-3 Xabriña wrote:
>>>
>>>> this is the text i'm trying to put
>>>>
>>>> <<<
>>>>
>>>> You can use two nested `$list` widgets, like this:
>>>>
>>>> ```
>>>> <$vars tagName="howdy" fieldName="special" fieldValue="Yes">
>>>> <$list filter="[taghas]">
>>>><$list filter="[getmatch]" 
>>>> variable="is_match">
>>>><>
>>>>
>>>> 
>>>> 
>>>> ```
>>>> <<<
>>>>
>>>> El martes, 27 de abril de 2021 a las 21:11:19 UTC+2, Xabriña escribió:
>>>>
>>>>> Hello everybody.
>>>>>
>>>>> I am trying to do one thing but I am not successful and I am not sure 
>>>>> what can be done.
>>>>> I try to put a text in monospaced block formating inside a quoted text 
>>>>> formating but I can't get it to work. I have just disappeared part of the 
>>>>> text of the tiddler. Is there any way that this works or is it that it 
>>>>> can't be done?
>>>>>
>>>>> Thank you so much.
>>>>>
>>>>

-- 
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/395c39b0-bfb8-4c1e-8824-1cd59537549cn%40googlegroups.com.


[tw5] Re: Monospaced block inside a quoted text?

2021-05-03 Thread Xabriña
Of course Soren, here you have it.

Thanks.

El miércoles, 28 de abril de 2021 a las 3:09:09 UTC+2, Soren Bjornstad 
escribió:

> Your snippet works for me, too. Can you export the tiddler you create as a 
> json file and attach that? It's possible you're getting some kind of weird 
> special character in there, and the JSON file will be an exact copy of your 
> tiddler without any issues introduced by copying and pasting.
>
> [image: ksnip_20210427-201022.png]
>
> On Tuesday, April 27, 2021 at 6:37:48 PM UTC-5 Xabriña wrote:
>
>> Well, I don't know what happens. I also get it correctly in the online 
>> version of Tiddlywiki, but in the installation that I have on the laptop it 
>> doesn't work. I have to say that I use Bob.exe, I don't know if that will 
>> be the problem.
>>
>> What I am trying to put is the following:
>>
>> <<<
>>
>> You can use two nested `$list` widgets, like this:
>>
>> ```
>> <$vars tagName="howdy" fieldName="special" fieldValue="Yes">
>> <$list filter="[taghas]">
>><$list filter="[getmatch]" 
>> variable="is_match">
>><>
>>
>> 
>> 
>> ```
>> <<<
>>
>> And this is what appears to me:
>>
>>
>>`
>>  <<<   
>>
>> El miércoles, 28 de abril de 2021 a las 0:20:42 UTC+2, mwik...@gmail.com 
>> escribió:
>>
>>> This seems to work fine unless you have some text in the line 
>>> *immediately* above the <<<. Then everything gets mis-parsed (I think that 
>>> it has something to do with rendering inline vs block). If you leave and at 
>>> least one empty line (with absolutely no spaces) just before <<<, it should 
>>> render as a block quote.
>>>
>>> /Mike
>>>
>>> On Tuesday, April 27, 2021 at 4:22:35 PM UTC-3 Xabriña wrote:
>>>
>>>> this is the text i'm trying to put
>>>>
>>>> <<<
>>>>
>>>> You can use two nested `$list` widgets, like this:
>>>>
>>>> ```
>>>> <$vars tagName="howdy" fieldName="special" fieldValue="Yes">
>>>> <$list filter="[taghas]">
>>>><$list filter="[getmatch]" 
>>>> variable="is_match">
>>>><>
>>>>
>>>> 
>>>> 
>>>> ```
>>>> <<<
>>>>
>>>> El martes, 27 de abril de 2021 a las 21:11:19 UTC+2, Xabriña escribió:
>>>>
>>>>> Hello everybody.
>>>>>
>>>>> I am trying to do one thing but I am not successful and I am not sure 
>>>>> what can be done.
>>>>> I try to put a text in monospaced block formating inside a quoted text 
>>>>> formating but I can't get it to work. I have just disappeared part of the 
>>>>> text of the tiddler. Is there any way that this works or is it that it 
>>>>> can't be done?
>>>>>
>>>>> Thank you so much.
>>>>>
>>>>

-- 
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/b229a3e2-5736-4582-99eb-1b05e7ab44fan%40googlegroups.com.


New Tiddler-21.7z
Description: application/7z-compressed


[tw5] Re: Monospaced block inside a quoted text?

2021-04-28 Thread Xabriña
Of course Soren. Here it is...

Thank you.

El miércoles, 28 de abril de 2021 a las 3:09:09 UTC+2, Soren Bjornstad 
escribió:

> Your snippet works for me, too. Can you export the tiddler you create as a 
> json file and attach that? It's possible you're getting some kind of weird 
> special character in there, and the JSON file will be an exact copy of your 
> tiddler without any issues introduced by copying and pasting.
>
> [image: ksnip_20210427-201022.png]
>
> On Tuesday, April 27, 2021 at 6:37:48 PM UTC-5 Xabriña wrote:
>
>> Well, I don't know what happens. I also get it correctly in the online 
>> version of Tiddlywiki, but in the installation that I have on the laptop it 
>> doesn't work. I have to say that I use Bob.exe, I don't know if that will 
>> be the problem.
>>
>> What I am trying to put is the following:
>>
>> <<<
>>
>> You can use two nested `$list` widgets, like this:
>>
>> ```
>> <$vars tagName="howdy" fieldName="special" fieldValue="Yes">
>> <$list filter="[taghas]">
>><$list filter="[getmatch]" 
>> variable="is_match">
>><>
>>
>> 
>> 
>> ```
>> <<<
>>
>> And this is what appears to me:
>>
>>
>>`
>>  <<<   
>>
>> El miércoles, 28 de abril de 2021 a las 0:20:42 UTC+2, mwik...@gmail.com 
>> escribió:
>>
>>> This seems to work fine unless you have some text in the line 
>>> *immediately* above the <<<. Then everything gets mis-parsed (I think that 
>>> it has something to do with rendering inline vs block). If you leave and at 
>>> least one empty line (with absolutely no spaces) just before <<<, it should 
>>> render as a block quote.
>>>
>>> /Mike
>>>
>>> On Tuesday, April 27, 2021 at 4:22:35 PM UTC-3 Xabriña wrote:
>>>
>>>> this is the text i'm trying to put
>>>>
>>>> <<<
>>>>
>>>> You can use two nested `$list` widgets, like this:
>>>>
>>>> ```
>>>> <$vars tagName="howdy" fieldName="special" fieldValue="Yes">
>>>> <$list filter="[taghas]">
>>>><$list filter="[getmatch]" 
>>>> variable="is_match">
>>>><>
>>>>
>>>> 
>>>> 
>>>> ```
>>>> <<<
>>>>
>>>> El martes, 27 de abril de 2021 a las 21:11:19 UTC+2, Xabriña escribió:
>>>>
>>>>> Hello everybody.
>>>>>
>>>>> I am trying to do one thing but I am not successful and I am not sure 
>>>>> what can be done.
>>>>> I try to put a text in monospaced block formating inside a quoted text 
>>>>> formating but I can't get it to work. I have just disappeared part of the 
>>>>> text of the tiddler. Is there any way that this works or is it that it 
>>>>> can't be done?
>>>>>
>>>>> Thank you so much.
>>>>>
>>>>

-- 
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/3a536682-7e6b-4ea9-82f0-3505f6fc311an%40googlegroups.com.


New Tiddler 3.json
Description: application/json


[tw5] Re: Monospaced block inside a quoted text?

2021-04-27 Thread Xabriña
Well, I don't know what happens. I also get it correctly in the online 
version of Tiddlywiki, but in the installation that I have on the laptop it 
doesn't work. I have to say that I use Bob.exe, I don't know if that will 
be the problem.

What I am trying to put is the following:

<<<

You can use two nested `$list` widgets, like this:

```
<$vars tagName="howdy" fieldName="special" fieldValue="Yes">
<$list filter="[taghas]">
   <$list filter="[getmatch]" 
variable="is_match">
   <>
   


```
<<<

And this is what appears to me:


   `
 <<<   

El miércoles, 28 de abril de 2021 a las 0:20:42 UTC+2, mwik...@gmail.com 
escribió:

> This seems to work fine unless you have some text in the line 
> *immediately* above the <<<. Then everything gets mis-parsed (I think that 
> it has something to do with rendering inline vs block). If you leave and at 
> least one empty line (with absolutely no spaces) just before <<<, it should 
> render as a block quote.
>
> /Mike
>
> On Tuesday, April 27, 2021 at 4:22:35 PM UTC-3 Xabriña wrote:
>
>> this is the text i'm trying to put
>>
>> <<<
>>
>> You can use two nested `$list` widgets, like this:
>>
>> ```
>> <$vars tagName="howdy" fieldName="special" fieldValue="Yes">
>> <$list filter="[taghas]">
>><$list filter="[getmatch]" 
>> variable="is_match">
>><>
>>
>> 
>> 
>> ```
>> <<<
>>
>> El martes, 27 de abril de 2021 a las 21:11:19 UTC+2, Xabriña escribió:
>>
>>> Hello everybody.
>>>
>>> I am trying to do one thing but I am not successful and I am not sure 
>>> what can be done.
>>> I try to put a text in monospaced block formating inside a quoted text 
>>> formating but I can't get it to work. I have just disappeared part of the 
>>> text of the tiddler. Is there any way that this works or is it that it 
>>> can't be done?
>>>
>>> Thank you so much.
>>>
>>

-- 
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/862a8428-cf54-4b09-a084-1c7ac5b3a19cn%40googlegroups.com.


[tw5] Re: Monospaced block inside a quoted text?

2021-04-27 Thread Xabriña
this is the text i'm trying to put

<<<

You can use two nested `$list` widgets, like this:

```
<$vars tagName="howdy" fieldName="special" fieldValue="Yes">
<$list filter="[taghas]">
   <$list filter="[getmatch]" 
variable="is_match">
   <>
   


```
<<<

El martes, 27 de abril de 2021 a las 21:11:19 UTC+2, Xabriña escribió:

> Hello everybody.
>
> I am trying to do one thing but I am not successful and I am not sure what 
> can be done.
> I try to put a text in monospaced block formating inside a quoted text 
> formating but I can't get it to work. I have just disappeared part of the 
> text of the tiddler. Is there any way that this works or is it that it 
> can't be done?
>
> Thank you so much.
>

-- 
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/3fe86f65-d4fd-4140-a529-4df40cc0d423n%40googlegroups.com.


[tw5] Monospaced block inside a quoted text?

2021-04-27 Thread Xabriña
Hello everybody.

I am trying to do one thing but I am not successful and I am not sure what 
can be done.
I try to put a text in monospaced block formating inside a quoted text 
formating but I can't get it to work. I have just disappeared part of the 
text of the tiddler. Is there any way that this works or is it that it 
can't be done?

Thank you so much.

-- 
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/59acdef7-c631-42d0-b1e0-28e3eac79aaen%40googlegroups.com.


[tw5] Re: Single edge table

2021-04-23 Thread Xabriña
Thank you very much Brian !!!
You have made my day.

Greetings.

El viernes, 23 de abril de 2021 a las 20:40:26 UTC+2, Brian Radspinner 
escribió:

> try...
>
> 
> table.lyrics,
> table.lyrics tr,
> table.lyrics tr td { border: none; padding: 10px 20px; }
>
> table.lyrics tr td.trans { border-left: 1px solid #000; }
>  
>
> The TD element (table data) is what holds the text, so adjust the padding 
> on those elements. If just want the translation spacing to change:
>
> 
> table.lyrics,
> table.lyrics tr,
> table.lyrics tr td { border: none; }
> table.lyrics tr td.trans { border-left: 1px solid #000; padding: 10px 
> 20px; }
>  
> On Friday, April 23, 2021 at 11:32:59 AM UTC-7 Xabriña wrote:
>
>> I tried the following syntax without success:
>>
>> 
>> table.lyrics,
>> table.lyrics tr,
>> table.lyrics tr td { border: none; }
>> table.lyrics tr td.trans { border-left: 2px solid green;  }
>> padding: 10px 20px; }
>> 
>>
>> El viernes, 23 de abril de 2021 a las 19:37:53 UTC+2, Xabriña escribió:
>>
>>> Thank you!!!
>>>
>>> It's what I was looking for. How could you make the two texts separate 
>>> from the center line?
>>>
>>> El viernes, 23 de abril de 2021 a las 18:25:50 UTC+2, Brian Radspinner 
>>> escribió:
>>>
>>>> You can start with this code to play around...
>>>>
>>>>
>>>> 
>>>> 
>>>> 
>>>>
>>>> Original lyrics go here
>>>> 
>>>> 
>>>>
>>>> Translation goes here
>>>> 
>>>> 
>>>> 
>>>>
>>>> 
>>>> table.lyrics,
>>>> table.lyrics tr,
>>>> table.lyrics tr td { border: none; }
>>>> table.lyrics tr td.trans { border-left: 1px solid #000; }
>>>> 
>>>>
>>>> On Friday, April 23, 2021 at 9:00:38 AM UTC-7 Xabriña wrote:
>>>>
>>>>> Hello everybody.
>>>>>
>>>>> I am trying to create a tiddler to put in a table, of two columns and 
>>>>> a cell, lyrics of songs together with their translation.
>>>>> I would like to do it with no cell borders except the center line 
>>>>> between the two columns. I've been looking at the code to make an Eric 
>>>>> Shulman borderless table that appears in Mohammad's TW-Scripts but I 
>>>>> don't 
>>>>> know how it could be modified to do what I need. Anyone know a way to do 
>>>>> it 
>>>>> ???
>>>>>
>>>>> Thanks in advance.
>>>>>
>>>>

-- 
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/10e32ff7-a40f-4cad-9e00-fb078dad55b4n%40googlegroups.com.


[tw5] Re: Single edge table

2021-04-23 Thread Xabriña
I tried the following syntax without success:


table.lyrics,
table.lyrics tr,
table.lyrics tr td { border: none; }
table.lyrics tr td.trans { border-left: 2px solid green;  }
padding: 10px 20px; }


El viernes, 23 de abril de 2021 a las 19:37:53 UTC+2, Xabriña escribió:

> Thank you!!!
>
> It's what I was looking for. How could you make the two texts separate 
> from the center line?
>
> El viernes, 23 de abril de 2021 a las 18:25:50 UTC+2, Brian Radspinner 
> escribió:
>
>> You can start with this code to play around...
>>
>>
>> 
>> 
>> 
>>
>> Original lyrics go here
>> 
>> 
>>
>> Translation goes here
>> 
>> 
>> 
>>
>> 
>> table.lyrics,
>> table.lyrics tr,
>> table.lyrics tr td { border: none; }
>> table.lyrics tr td.trans { border-left: 1px solid #000; }
>> 
>>
>> On Friday, April 23, 2021 at 9:00:38 AM UTC-7 Xabriña wrote:
>>
>>> Hello everybody.
>>>
>>> I am trying to create a tiddler to put in a table, of two columns and a 
>>> cell, lyrics of songs together with their translation.
>>> I would like to do it with no cell borders except the center line 
>>> between the two columns. I've been looking at the code to make an Eric 
>>> Shulman borderless table that appears in Mohammad's TW-Scripts but I don't 
>>> know how it could be modified to do what I need. Anyone know a way to do it 
>>> ???
>>>
>>> Thanks in advance.
>>>
>>

-- 
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/06e0cee9-58b5-4fed-8e32-b77a2ce04aadn%40googlegroups.com.


[tw5] Re: Single edge table

2021-04-23 Thread Xabriña
Thank you!!!

It's what I was looking for. How could you make the two texts separate from 
the center line?

El viernes, 23 de abril de 2021 a las 18:25:50 UTC+2, Brian Radspinner 
escribió:

> You can start with this code to play around...
>
>
> 
> 
> 
>
> Original lyrics go here
> 
> 
>
> Translation goes here
> 
> 
> 
>
> 
> table.lyrics,
> table.lyrics tr,
> table.lyrics tr td { border: none; }
> table.lyrics tr td.trans { border-left: 1px solid #000; }
> 
>
> On Friday, April 23, 2021 at 9:00:38 AM UTC-7 Xabriña wrote:
>
>> Hello everybody.
>>
>> I am trying to create a tiddler to put in a table, of two columns and a 
>> cell, lyrics of songs together with their translation.
>> I would like to do it with no cell borders except the center line between 
>> the two columns. I've been looking at the code to make an Eric Shulman 
>> borderless table that appears in Mohammad's TW-Scripts but I don't know how 
>> it could be modified to do what I need. Anyone know a way to do it ???
>>
>> Thanks in advance.
>>
>

-- 
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/f8e9208f-2cf2-4437-be58-9043628eb30cn%40googlegroups.com.


[tw5] Single edge table

2021-04-23 Thread Xabriña
Hello everybody.

I am trying to create a tiddler to put in a table, of two columns and a 
cell, lyrics of songs together with their translation.
I would like to do it with no cell borders except the center line between 
the two columns. I've been looking at the code to make an Eric Shulman 
borderless table that appears in Mohammad's TW-Scripts but I don't know how 
it could be modified to do what I need. Anyone know a way to do it ???

Thanks in advance.

-- 
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/f49aa329-db80-4324-8837-667744bb9060n%40googlegroups.com.


[tw5] Re: Errors when importing tiddlers

2020-06-02 Thread Xabriña


Hello Jed.

Sorry but I could not answer you before.
In the end I managed to fix the tiddlers by editing them one by one, since 
for some reason importing many of them makes them an application tiddler, 
when in the originals it does not have this indication. And the original 
tiddlers don't have fields either ...

It happens to me in windows and Linux and I have tried Bob's versions: 13, 
15 and test version 16, in all of them the same thing happens to me when I 
try to import a .json file or when I try to create a wiki in Bob from a 
Single file tiddlywiki.

At first I thought it was a Tiddlywiki problem, and decided to try a single 
file version. That way tiddlers are imported correctly without problems.

What I have found is that if I pass a tiddler from one Bob wiki to another 
Bob wiki, dragging it, I don't have the problem of importing with errors, I 
don't know why but this way it works ...

Regards.

-- 
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/9da989d6-5432-46d2-a119-5d621fdc73a4%40googlegroups.com.


[tw5] Errors when importing tiddlers

2020-05-16 Thread Xabriña

Hello everyone.
I am having a problem importing tiddlers from a tiddlywiki to an 
installation with Bob. The case is that if I drag a tiddler from the html 
file to the wiki that I have in Bob, the latter matters it but when I go to 
see it it turns out that I only have the title of it but nothing else 
appears ...
Digging a bit I have realized that if I try to edit the tiddler I find that 
in the area where the tiddler's fields are, it is full of fields with 
information that the original tiddler did not have. When importing the 
tiddler the text that it contained somehow transforms into fields ...
If I export the tiddler from the original Tiddlywiki and import it into the 
one I have in Bob, the same thing happens to me. I have checked the folder 
where the individual tiddlers are kept and I have found that the tiddlers 
that are imported badly are duplicated. On the one hand I have a tiddler 
with a "tid" extension and on the other hand another with the same title 
but with a "tid.meta" extension.

What am I doing 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/d0316fe0-862c-4602-9957-a41c2ec9ac1e%40googlegroups.com.


[tw5] Re: embed a wiki in another one

2020-05-01 Thread Xabriña
Thank you very much Jed.

I think I had read it in a post before, but I no longer remembered how it 
was done.

Greetings.

-- 
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/c332c23e-8c53-4eab-9c52-b9be66af3fe0%40googlegroups.com.


[tw5] Re: embed a wiki in another one

2020-05-01 Thread Xabriña
Hello Jed.

How can you see in the sidebar a tree-shaped structure of the wikis that 
Bob contains? In my case I only see in the sidebar a list of the wikis I 
have, one below the other. Does it have to do with children's wikis ???

Regards.

El jueves, 16 de abril de 2020, 23:06:37 (UTC+2), Jed Carty escribió:
>
> I use bob, I have all of my wikis listed in the sidebar in a tree 
> structure and have one wiki for each project/topic. I have around 100 wikis 
> with my current setup.
>

-- 
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/fb8d2fa6-45aa-41fd-a37b-eadc77b664a9%40googlegroups.com.


[tw5] Re: Question about file folders in Bob

2020-03-27 Thread Xabriña
Glad to read that, Jed. Thank you very much again.

El jueves, 26 de marzo de 2020, 18:00:04 (UTC+1), Jed Carty escribió:
>
> I looked into this a bit more and it should be much easier to make it so 
> that the files are available only in one wiki. It should be in the next 
> release.
>

-- 
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/e068cfe7-d8ee-4a5e-b72c-170ee769ecf2%40googlegroups.com.


[tw5] Re: Question about file folders in Bob

2020-03-25 Thread Xabriña
Thank you for the clarification, Jed, and for the wonderful program you 
have done. With Bob.exe I have managed to have all my wikis under control.

Regards

El miércoles, 25 de marzo de 2020, 16:03:50 (UTC+1), Jed Carty escribió:
>
> There isn't a way to do this with just Bob. The file server is a simple 
> static file server and doesn't have any knowledge of where the request 
> comes from.
> With the secure server set up you can limit access based on authentication 
> levels but at the moment that is 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/fd07b4f9-8c33-4e8f-a9b3-dbfc4159f51a%40googlegroups.com.


[tw5] Question about file folders in Bob

2020-03-25 Thread Xabriña

Hi everyone.

I am using Bob.exe v.1.3.3b, which has helped me a lot to keep under 
control all the wikis I am working on and not lose anything. And the truth 
is that I am very happy with its operation.
But there is one thing that I don't know if I am doing well or that it 
cannot be done. I have several wikis, each with its corresponding files 
folder.
>From what I had read in Bob's documentation, the files folders within each 
wiki are accessible to that wiki, but in my case they are accessible from 
the other wikis by entering their address.

*Example:*

1-I have a wiki called Dos, inside it I have a folder called files. In this 
folder I have the images, documents and music that I use in the Dos wiki. 
To access these documents I use the following path: /Dos/files/xx.txt
2- I have another wiki called Three. Which also has its corresponding files 
folder.
3- From wiki Three I can access documents saved in the files folder of wiki 
Dos and vice versa.

Is there a way to make each wiki's files accessible only from themselves? 
And if possible, how?

Thank you.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/44cdbb35-db4a-44e1-aa27-1bae7e8f74d3%40googlegroups.com.


[tw5] Re: Tiddlywiki and Coronavirus

2020-02-27 Thread Xabriña
Hi everyone.

I usually read you often to learn, but rarely have I participated in the 
forum. However, on this occasion I consider that I must pronounce myself 
after reading Mohammad's message that I subscribe 100%.

In this world where everything is so interconnected, in which we can travel 
from one end of the planet to the other, a disease like CoV can do a lot of 
damage. On the one hand we have people who get sick as a result of the 
virus and on the other hand the episodes of panic that are occurring in 
various parts of the planet. Shortage of food, masks, etc ... Hopefully 
everything remains in a scare and ends soon.

Here in Spain there have already been the first cases of infected, the 
first were from people who had been in the affected areas of Italy, but 
today they are already appearing in people who have not traveled abroad ...

And I totally agree with TiddlyTweeter. If the virus mutates as it happened 
with the badly called Spanish Flu, which did not originate in Spain, the 
thing would get very bad. The mortality rate of those infected ranged 
between 10% and 20%. The 1918 flu spread rapidly and killed 25 million 
people in the first six months alone. In total, about 500 million people 
became ill, one third of the world's population at that time. This death 
toll meant that almost 3% of the world's population died.

Although as with all things we have to take into account the context in 
which everything happened, the First World War with its consequences and 
still precarious health systems.

Hopefully this time things don't get so ugly.

Greetings.


-- 
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/dd05dd9e-ee0c-452b-a38a-8c9c1baa8c08%40googlegroups.com.


Re: [tw5] Re: Play several songs consecutively

2019-05-08 Thread Xabriña
Thank you very much bimlas.

The complement works like a charm.
Greetings.

El domingo, 5 de mayo de 2019, 11:35:34 (UTC+2), bimlas escribió:
>
> Fixed some issues (including RSOD), please check it again: 
> https://bimlas.gitlab.io/tw5-mediaplayer
>

-- 
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/2ff24322-1731-48f9-9fb9-959d67fff83a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Play several songs consecutively

2019-05-03 Thread Xabriña
Hello bimlas.

Thanks for your instructions, I've tried it and it works !!!
In an html page I put the code and it works, but how do I get it to work on 
a tiddler ???

Best regards

El viernes, 3 de mayo de 2019, 14:41:39 (UTC+2), bimlas escribió:
>
> See https://groups.google.com/d/msg/tiddlywiki/wS8m8rJ4EBM/2IqyY2s8HQAJ
>
> Because of its great potential, a reasonable solution should be found to 
> use Tiddly as a music player.
>

-- 
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/8cda69d8-2760-4771-8f0c-d8cf216acf93%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Three questions about BOB

2019-05-02 Thread Xabriña
Hi Josiah.

Thanks for the explanation.
I'll take a look at the document you've indicated, I can still learn 
something from there.

My best wishes. 

El jueves, 2 de mayo de 2019, 23:41:53 (UTC+2), @TiddlyTweeter escribió:
>
> Ciao Xabriña 
>
> Hello TiddlyTweeter.
>>
>> Thank you for your answer, but I'm afraid my computer skills are far from 
>> allowing me to use scripts to do those things ... 
>>
>
> I meant scripts via Bob itself which is not too difficult. I should have 
> made that clearer! 
>
> Basically in Bob "scripts" are a way to send a command to the operating 
> system. In your case something pretty simple like "copy files from 
> directory A to directory B". In Bob the way to use them is documented 
> briefly at ... "$:/plugins/OokTech/Bob/Running Scripts Using Websocket 
> Messages". 
>
> Best wishes
> Josiah
>

-- 
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/6f36815e-beb7-407a-a42d-4be336292918%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Three questions about BOB

2019-05-02 Thread Xabriña
Hi Jed.

I'm glad that some of my questions seem interesting to you.

Regarding the first question, the problem I see is if I want to export a 
particular wiki that has associated files (images, music or video) that 
only exports in the "./files" folder the documents that are associated with 
that wiki and not all others. Or if I want to export a tiddler in 
particular that I export the file ".html" plus a folder associated with the 
files that this tiddler has referenced.
I want to clarify that I use a folder "./files" common for all wikis.

On the other hand I want to thank you for having made a tool as good as Bob.

Best regards

El jueves, 2 de mayo de 2019, 20:49:33 (UTC+2), inmy...@gmail.com escribió:
>
> I believe that for the moment the answer to all of these is mostly no, but 
> they are all good things I will add to the list of feature requests.
>
> 1 - There is a new option to move media files embedded in the wiki into 
> the /files folder inside the wiki folder, but it doesn't have any affect on 
> other embedded files.
> 2 - No, I will add this. It is a good idea.
> 3 - I don't think that there is currently a way to do this. It should be 
> simple to add one to Bob, I am not certain about other ways to use 
> tiddlywiki.
>

-- 
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/151a7381-ddd9-4fc7-834e-7481f878bd44%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Three questions about BOB

2019-05-02 Thread Xabriña
Hello TiddlyTweeter.

Thank you for your answer, but I'm afraid my computer skills are far from 
allowing me to use scripts to do those things ...

Best regards

-- 
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/9a4589df-c3be-44b4-a97b-6098f0d7898c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Play several songs consecutively

2019-05-02 Thread Xabriña
Hi all.

I do not know if this is possible that I comment, but I raise it as a 
possibility.
I have a couple of songs, mostly in .midi format, which I like to play once 
in a while, when I'm doing things with Tiddlywiki. To play a file I have no 
problems, but, it would be possible to reproduce several files one after 
the other ???

The way I have to play music is this:

 

Thanks in advance.

-- 
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/036ee491-3e97-4061-bb03-0e6450c9a5eb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Three questions about BOB

2019-05-02 Thread Xabriña

Hi all.

I have three questions about the BOB program.

1- When exporting a wiki or a series of tiddlers, is it possible to export 
it with its associated files in a separate folder?

2-It would be possible to see inside a wiki managed by BOB the files that 
we have in the folder "/ files" to be able to use them when we need them 
without having to copy and paste their name? As with the images that are 
incorporated into the wiki ...

3-The latter is not whether it is a problem of BOB or Tiddlywiki. How can I 
do so that every time I start a wiki I do not have to walk by putting the 
user name to appear in the tiddlers that I create?

Thanks in advance.

-- 
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/125447a1-9bd3-4f14-9407-47978eba095d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw5] Re: Highlight in bold the dates in the Recent tab

2019-01-22 Thread Xabriña
Hello again.
I think I explained wrong what I wanted to do.

What I'm trying to do is change the date (color and underline) in which the 
tiddlers are ordered in the "Recent" tab but not the links to the tiddlers.
It may be something more difficult to do than I thought.

I've been taking a look at the coding of the page but I find it difficult 
to follow the topic. My knowledge of CSS and HTML are very limited ...

Thank you.

El martes, 22 de enero de 2019, 12:21:39 (UTC+1), Thomas Elmiger escribió:
>
> Tony and Xabriña, 
>
> My Workflow is this: 
>
> 1. Use Firefox dev tools to inspect the HTML and CSS (via right click > 
> Inspect element).
> On the *Rules *panel on the right you can see existing CSS definitions 
> that influence the style of an element. If there are any specific for the 
> element, we will have to overrule them, if not we can create one (as in 
> Xabriñas first case).
>
> [image: grafik.png]
>
> 2 (optional): Go to the Stylesheet Manager in my project Bricks: 
> https://tid.li/tw5/test/bricks.html#Stylesheet%20Manager
> There is a nice search for existing definitions, to check if I have 
> already some optimisations there. The stylesheets there are based on the 
> original TW styles, just split up and reorganised in different tiddlers. 
> From that work I have learnt a lot about TW styling.
>
> @Xabriña – The solution I came up with for your second question about how 
> to target the links only is: 
>
> .tc-sidebar-lists .tc-timeline a.tc-tiddlylink {
>text-decoration: underline;
>color: black;
> }
>
> In my test configuration *.tc-sidebar-lists .tc-timeline a* worked, but 
> as there is already a definition for *a.class* ( .tc-sidebar-lists 
> *a.tc-tiddlylink* ) I am not sure if this depends from which styles are 
> loaded first. Google "CSS specificity" if you want to know more than me ;–)
>
> Greetings from a CSS amateur, 
> Thomas
>
>
>
>
>
>

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


[tw5] Re: Highlight in bold the dates in the Recent tab

2019-01-21 Thread Xabriña

Yes, it was that. If I wanted to apply an underline to the dates just how 
could I do it? In this variation I have done, both the bold typeface and 
the color are put correctly, but the underline applies it to the whole 
table of contents. Is there any way that it only applies to dates ??? This 
is the code that I have used:

!!! /* ''Recent tab'' */

.tc-sidebar-lists .tc-timeline {
 text-decoration: underline; font-weight: bold; color: red;
}

Thank you!!!

El lunes, 21 de enero de 2019, 16:15:09 (UTC+1), Thomas Elmiger escribió:
>
> Do you have spaces in the tag name? That would not work. You can copy from 
> my post above and should see the text without spaces in the tag pill when 
> you are done.
>
> The tiddler type is optional, I usually leave it blank. 
>

-- 
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/2d5d4eea-148d-48dc-bb98-29b1cc981091%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Highlight in bold the dates in the Recent tab

2019-01-21 Thread Xabriña

Thank you, Thomas. I have created a tiddler calling it My styles. Inside I 
have put the code that you have told me and in the type of Tiddler I 
selected text / css and as a label I have put $: / tags / Stylesheet. But 
it has not worked for me, I think I have to be doing something wrong ...

El domingo, 20 de enero de 2019, 21:46:09 (UTC+1), Thomas Elmiger escribió:
>
> Hi Xabriña,
>
> Nice idea! I put this in a tiddler tagged $:/tags/Stylesheet 
>
> /* Recent tab */
>
> .tc-sidebar-lists .tc-timeline {
>font-weight: bold;
> }
>
>
> Happy styling!
> Thomas
>

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


[tw5] Highlight in bold the dates in the Recent tab

2019-01-20 Thread Xabriña

Hi all.
How can I make it so that in the Recent tab the dates in which the tiddlers 
are ordered appear highlighted in bold???
Thanks in advance.

-- 
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/5e9e1966-1954-48ef-83e8-889a4e874376%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Problem with paragraphs with text

2018-11-14 Thread Xabriña
 

Hi all.

I'm trying to make some Tiddlers with text and images.
Reviewing the existing documentation and several threads of this group I have 
achieved, especially that the images do not exceed the edge of the Tiddlers, 
but I still have a problem.
If I put after the first paragraph of text and images another in the same way, 
the text changes its position and is placed above the image a little, as you 
can see in the attached file. The code I am using is the following:
@@float:right;margin:15px;
[img width=200 
[https://images-na.ssl-images-amazon.com/images/I/71MzFUVKHlL._SX355_.jpg]] 
//Pez payaso//
@@


I have no knowledge of CSS or HTML, so I find it quite difficult to find the 
solution. Can anybody help me?

Thanks in advance.

-- 
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/47a048aa-e3cf-4f3d-acb7-4cbaac17736a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Customice font sice of sidebar

2018-04-28 Thread Xabriña
Hello TonyM !!!

Yes, I have tried the ctrl-Mouse (center roller) to dynamically zoom.

I want to modify the original sidebar so that the long names of tiddlers that 
do not fit the space available are put in two lines or in those that are needed.

Thank you very much.

-- 
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/1c5e103b-008d-4898-b028-b4d53b62d532%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Customice font sice of sidebar

2018-04-28 Thread Xabriña
Hello TonyM !!!

Yes, I have tried the ctrl-Mouse (center roller) to dynamically zoom. 

I want to modify the original sidebar so that the long names of tiddlers that 
do not fit the space available are put in two lines or in those that are needed.

Hello TonyM !!!

I want to modify the original sidebar so that the long names of tiddlers that 
do not fit the space available are put in two lines or in those that are needed.

Also, Keep in mind that due to the zoom feature.

Thank you very much.

-- 
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/1b1a34ce-3f7e-4565-9ac0-f51e09bc6712%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Customice font sice of sidebar

2018-04-27 Thread Xabriña
I have seen in some classic Tiddlywiki what I have asked previously but I am 
not clear about where these modifications can be configured. Change the size of 
the font and in the long titles of the tiddlers they adjust to the size of the 
sidebar.

Thanks in advance.

-- 
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/576b7b63-d0a8-43be-9b7a-6256ac3d55cd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Customice font sice of sidebar

2018-04-26 Thread Xabriña
Hello TonyM!

I refer for example to the "Recent" tab or to a TOC created by me in another 
tab.

Thank you.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To 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/ab742a90-b88c-4027-92de-94e8844e3e9b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Customice font sice of sidebar

2018-04-25 Thread Xabriña
Hello everyone.

I would like to know if it is possible to change the font size of the sidebar, 
only the sidebar, and if there is a way that in long entries you can adjust the 
text in two lines instead of being cut as it happens to me continuously .

Thanks in advance.

-- 
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/c611705f-9025-40d8-ae09-20b52592cf82%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: how to give same sub-tiddler name in multiple tiddlers

2018-04-25 Thread Xabriña
Thanks Fadel M and Jed Carty !!!

Now I have it clear and I understand it perfectly.

It is not done directly as in the programs that I mentioned earlier, but it can 
be done by going around it.

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


[tw5] Re: how to give same sub-tiddler name in multiple tiddlers

2018-04-25 Thread Xabriña
Hi, QuaraMan!
The solution that you propose is for me to come out in the TOC the tidders as I 
want or to make a transclusion of everything in a tiddler ???

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


[tw5] Re: how to give same sub-tiddler name in multiple tiddlers

2018-04-25 Thread Xabriña
Hello and thank you Fadel M !!!
I do not fully understand your solution. Would you have a TOC expanded with the 
same structure that I've presented to you in the way you tell me ???

I mean that I have this in TOC:

+ Citroen
 History (only the history of Citroen)
 Models (only Citroen models)
 Factories (only Citroen factories)
+ BMW
 History (only the history of BMW)
 Models (BMW models only)
 Factories (only BMW factories)


I had already thought about using the tiddler fields, but I did not know how to 
use them to get what I want.

-- 
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/ee747c3d-3860-4783-b6d0-786d06085835%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: how to give same sub-tiddler name in multiple tiddlers

2018-04-25 Thread Xabriña
Hello everyone, I also have the same problem as Sai Thota.
I have used programs like TreeDbNotes, Cherry Tree and KeepNotes. In these 
programs you could have subnodes with the same name in different nodes.
For example:
[Tiddler A] Citroen
[sub tiddler A] History
[sub tiddler A] Models
[sub tiddler A] Factories
[Tiddler B] BMW
[sub tiddler B] History
[sub tiddler B] Models
[sub tiddler B] Factories

How could this be done in Tiddlywiki ??? If it is possible to do it. I am 
interested in the visualization in the TOC.
Thanks and greetings to 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 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/b60820d6-5bcb-4428-bac9-fa9a85b6d79a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.