[tw5] Re: I love TiddlyWiki because...

2020-03-14 Thread Luis Gonzalez

*You can link ideas just like the brain does*

-- 
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/d7a72d79-44cd-4d78-a8cc-98ce98e86c30%40googlegroups.com.


[tw5] Re: I love TiddlyWiki because...

2020-03-14 Thread Luis Gonzalez


*It works like the brain: jumping from one idea to another*

-- 
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/f3dc22d5-241f-4566-b005-33d2bcc41968%40googlegroups.com.


Re: [tw5] The-Book Chapter 10

2020-03-10 Thread Luis Gonzalez
The "building" of The-Book is becoming a wonderful challenge.


Project completion is near and I will need readers to correct its content. 
If you want it, the next week I will release an .odt version of the book to 
share with all of you.


I trust free software a lot and I think Libreoffice is a fantastic 
alternative to collaborate.

-- 
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/067ad181-aa83-45e0-aebd-e04ac0aac64a%40googlegroups.com.


[tw5] Re: Download just a tiddler from a TW?

2020-03-10 Thread Luis Gonzalez
Tip: If you want to export a group of tiddlers as if it were a complement, 
you must use the json format.

-- 
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/1586b521-ec08-46cd-97d3-08863fcc7770%40googlegroups.com.


[tw5] Re: Download just a tiddler from a TW?

2020-03-10 Thread Luis Gonzalez

You can download a single tiddler as a .tid file (or csv, json or static 
html) in this way:

1. Open the Advanced search tiddler.
2. Type the title of the tiddler inside square brackets. For example, 
[[Using Stylesheets]].
3. Click on the third icon on the left (the export tiddlers icon)
4. Choose the format of the tiddler file.

Look at the above image.



-- 
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/2d76bbf0-42cf-41ef-b00e-8444656423e5%40googlegroups.com.


[tw5] Re: A Tiddlers' foot

2020-03-09 Thread Luis Gonzalez
Its an unimportant plugin. It shows a little foot in each tiddler with the 
tiddlers tagged with the current tiddler and with the tasg of the current 
tiddler to navigate down and up:

-- 
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/ac2ca1cd-124f-4408-9cd0-f4c766f00bfb%40googlegroups.com.


[tw5] Re: remove a tag from a list of tiddler

2020-03-06 Thread Luis Gonzalez
The macro:

\define remove_tag(filter_tag remove_tag)
>
> <$button>
>
> 
> <$list filter="[tag<__filter_tag__>]" variable="deleteTiddler">
>
> 
> <$fieldmangler tiddler=<> >
>
> 
> <$action-sendmessage $message="tm-remove-tag" $param=<<__remove_tag__>>/>
> 
> 
> remove ''<<__remove_tag__>>'' from ''<<__filter_tag__>>'' tagged tiddlers
>  


> \end
>

You call this macro this way:

<>
>

With this code you remove tag-x from all tiddlers tagged with tag-a.

-- 
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/7eb345fe-fdb4-417e-8a8a-3ff35ee1280a%40googlegroups.com.


[tw5] Re: List filter question

2020-03-05 Thread Luis Gonzalez
This macro does not catch links generated by macros or transclusions.

\define the_filter()
>
> 
> <$set name="pattern" value="\[.*\[.+\]\]">
>
> 
> 
> <$list filter="[all[]!is[system]] -[regexp:text] -[tag[source]]">
> <$link/>
> 
> 
> 
>
> \end




Look at Chapter 9 of The-Book for a detailed explanation of filters and 
regular expressions.
Look at Announcing Tiddlywiki and regexp Examples 

 
and Tiddlywiki and regexp examples part ii: Working with fields 

  
for regular expression.

-- 
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/6559afdd-9b2f-4a74-86fd-91b7d5af190c%40googlegroups.com.


[tw5] Re: TEST your tiddlywiki knowledge

2020-03-05 Thread Luis Gonzalez
It is a good idea. 
I will create some test for the book.

-- 
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/bd4a9964-dd9d-4ef7-adf3-496209de64e4%40googlegroups.com.


Re: [tw5] Re: Consider renaming TiddlyWiki

2020-03-03 Thread Luis Gonzalez
To avoid losing all the effort they already got many companies choose a 
"commercial name" but they continue naming in the same way.

I think this is a "marketing" problem. We can choose a "brand" with a 
strong name but continue calling us Tiddlywiki. This way we don't loose all 
previous diffusion with the "Tiddlywiki" brand name.

-- 
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/a6cf5267-34c9-4f3c-8626-2c33d5f8fa63%40googlegroups.com.


[tw5] Re: A tiddlywiki with node.js video

2020-02-28 Thread Luis Gonzalez
This video taught  me a lot about node.js - tiddlywiki

This is what I need to learn  about tiddlywiki. If you have more videos or 
other kind or reource to learn tiddlywiki at node.js, please tell me.


I'm trying to make a little manual and I thank you a lot


The video is perfect to me!!
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/0702007f-8804-484d-bc0a-8db88267341b%40googlegroups.com.


[tw5] A tiddlywiki with node.js video

2020-02-28 Thread Luis Gonzalez
I use tiddlywiki in a corporate computer, so I can't install node.js, so I 
can't play with it.
All I know about node.js is reading the docs and watching the videos.

Here 
you
 
will find a video about how can you generate a static site with 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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/368f2eea-e77c-4405-bcd8-0f0f142f6644%40googlegroups.com.


[tw5] Re: Variables in links

2020-02-24 Thread Luis Gonzalez
Thank you!!


I've found other "tricky" solution with variables:


Enter the code: <$edit-text tiddler="$:/kewa/status" field="codcenter"/>

<$set name="the_mail" tiddler="Mail-codes" 
index={{$:/kewa/status!!codcenter}}>
<$set name="the_link" filter="[addprefix[mailto:]];>
*>><>*





-- 
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/02f3d6d3-9621-46ad-bf05-119dcd380916%40googlegroups.com.


[tw5] Re: Is there a way to create link link CamelCase but with dash in it?

2020-02-24 Thread Luis Gonzalez
Tiddlywiki creates automatic links only with CamelCase words but no with 
Camel_Case with dashes. You have to use the general way of creating links:  

[[CamelCase_WithDash]]


It is the title of the tiddler surrounded by square brackets.
I don't know about the Chinese.

-- 
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/32b69903-dc13-40ab-a81c-f9fd9a2673fb%40googlegroups.com.


[tw5] Variables in links

2020-02-24 Thread Luis Gonzalez
I can't find the way of adding a variable to a link:



Enter the code of the center: <$edit-text tiddler="$:/kewa/status" 
field="codcenter"/>

<$set name="themail" tiddler="Mail-codes" 
index={{$:/kewa/status!!codcenter}}>
[ext[mailto:]]



What is the variables syntax in links
I've tried with [ext[mailto:<>]], 
[ext[mailto:{{Mail-codes##<>]], 
[ext[mailto:$themail$]] and many others.

-- 
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/691a2d8b-8b0f-43de-8d34-aa84b23fda30%40googlegroups.com.


[tw5] Showing sections matching a list of values

2020-02-21 Thread Luis Gonzalez
I have a section, <> that I want to show when the field 
"status" is fold or partial or order. Now I repeat the code three times:


\define my-macro()
<$reveal state="!!status" type="match" text="fold">
<>


<$reveal state="!!status" type="match" text="partial">
<>


<$reveal state="!!status" type="match" text="sort">
<>



<$reveal state="!!status" type="status" text="unfold">
<>


<$reveal state="!!status" type="match" text="unsort">
<>

\end




Is there any way to make it easier?

-- 
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/27a2900e-9233-4486-9ae8-8dece2209992%40googlegroups.com.


[tw5] Different templates in the story river depending on a tag.

2020-02-17 Thread Luis Gonzalez
Usually in the story river all tiddlers are shown with the same 
ViewTemplate: you can see the Title, Subtitle, tag zone and the content. 
But imagine you can see different content depending on a tag when you open 
the tiddler (witth other view template). It would be like having several 
types of tiddlers:


   - The usual tiddlers
   - Tiddlers with sub-stories inside (not reordered and reordered).
   - Ttiddlers that show some fields
   - etc.


I know you can apply a stylesheet depending of a tag or some field: 
https://tiddlywiki.com/#Custom%20styles%20by%20data-tags.

Is there any way to apply different templates in the story river?



-- 
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/64349866-747c-4091-92af-26dc9215c744%40googlegroups.com.


Re: [tw5] Making it easier to share demos/snippets in Google Groups

2020-02-07 Thread Luis Gonzalez

El martes, 4 de febrero de 2020, 17:22:20 (UTC+1), Jeremy Ruston escribió:
>
> Sadly Google Groups fails to linkify URLs that contain round brackets 
> (even though they are legal URL characters). However, I was able to make 
> the link work by manually copying and pasting into the browser address bar.
>
> Best wishes
>
> Jeremy.
>
>


Maybe I don't understand the problem and if it was solved or not, so maybe 
these are unimportant questions:

   - The problem is to generate an address for sharing tiddlers.
   - The address has to work in GG.
   - You have a component, "share" inside tiddlywiki.com to generate and 
   receive this address.
   - At now, the share component generates a clean "html-ok" string.
   - The address is longer or has bad-html characters for google groups.
   - You can code the share component to generate what we want.


Is not possible to build a "share" tiddler-widget-javascript" to generate a 
"compress" address with only "good-ascii" characters with a shorter length?

If I understand, is the "share" who will generate and interpret that 
compress address.
Maybe we need a tiddlywiki way to compress tiddlers or json strings.

-- 
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/13b62888-4d05-4183-b320-f06d4a4e8b17%40googlegroups.com.


[tw5] Documenting Mechanisms

2020-02-07 Thread Luis Gonzalez
I think it is important to expand the documentation that exists about the 
mechanisms. I am adding a new little chapter describing them.


This is a difficult question so maybe the expert people can send me some 
notes. If you read the first two mechanism I document them with 
simple phrases so is easy to add more mechanisms.



Send me your notes about the operation of the different mechanisms.



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/a9ca2981-6395-4de2-965c-7cd7188c0656%40googlegroups.com.


mechanisms.pdf
Description: Adobe PDF document


[tw5] Re: Create a Simple Tiddlywiki Plugin: Level 1: Primary

2020-01-17 Thread Luis Gonzalez
The goal of The-Book is to deepen the use of Tiddlywiki. Mastering 
Tiddlywiki  implies the knowledge of various technologies as Javascript, 
CSS etc so the book assumes some knowledge of them.

Before I started I did not know Javascript and even CSS, but I have learned 
enough to enjoy learning 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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/ef8482a8-93ca-416b-934f-32f616edac95%40googlegroups.com.


[tw5] Re: The-book weekly report

2020-01-17 Thread Luis Gonzalez
It's great!!
This is just I want!!!

Maybe it can be included as is. I would like to respect your work to the 
fullest. The next week I will start adding this first part to the book. 



*I really appreciate what you do for the book.I don't dominate this part 
and it would take a long time to catch up. This work greatly accelerates 
the completion of the book.*


I await excited the other parts.

Thanks again.

-- 
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/2995d202-c573-4a0e-bd05-a2a620ca03e8%40googlegroups.com.


[tw5] Re: The-book weekly report

2020-01-16 Thread Luis Gonzalez
Thanks!!

I don't mind work alone. I am learning a lot while writing this 
documentation and people in the group help me.
But there is something that I would greatly appreciate, and that people who 
have written many plug-ins would not cost much work.


I want to write a chapter with an example wiki. For example a task list or 
other little Tiddlywiki. We would have to do the wiki and some explanations 
of how it is coded (for example a table with the tiddlers of the wiki and 
what are they for, the macros, css included, etc)

This example would demonstrate what would be *the right way* to customize 
Tiddlywiki 
for a particular use. I think Tiddlywiki is so versatile that it is very 
easy to get complicated.

-- 
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/09e45fc9-97a9-4f38-a105-e30769718c80%40googlegroups.com.


[tw5] Re: The-book weekly report

2019-12-19 Thread Luis Gonzalez
It's a good suggestion.

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/a5975b6e-6e5c-498d-b278-ae6bc084aa3b%40googlegroups.com.


[tw5] Re: The-book weekly report

2019-12-19 Thread Luis Gonzalez
The widgets chapter is still in first writing. I have to read and rewrite 
it. 


Thanks for your 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/6f035a2c-bc9f-4f51-9c02-267c40bf9c04%40googlegroups.com.


[tw5] Re: The-book weekly report

2019-12-15 Thread Luis Gonzalez
Now I realize that my choice of editor is a big problem to collaborate, so 
I am thinking of another approach.


Since the content is really what interacts with us, it may be more 
operative to create a wiki so that we can all collaborate more easily. Then 
I will pass everything to pdf.

I will start a Tiddlywiki with all chapters, drawings etc. But, tell me 
please: What platform do we have to choose to make collaboration easier?


This week I will pass everything I already have in Lyx to a wiki.. This 
will be  a big effort, but I want this book to be everyone's job.


Thanss!! 
This support gives me a lot of energy to continue with the project

-- 
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/740c5a95-38e4-488b-808e-38dcb8df8679%40googlegroups.com.


[tw5] Re: The-book weekly report

2019-12-13 Thread Luis Gonzalez


>
> I wonder what we'd need to do to replicate "Lyx" in a set of TW parsers?
>
>
>
I don't understand. You can download Lyx from https://www.lyx.org/. Is a 
Windows / Linux / Mac / ... application you have to install to use it. Lyx 
needs a installed latex in the computer like Miktex.

-- 
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/81a10005-6024-48c5-a314-a99e7fefdded%40googlegroups.com.


[tw5] Re: The-book weekly report

2019-12-13 Thread Luis Gonzalez
I edit the text wit Lyx, a free easy open source Latex editor. It produces 
high quality pdfs.

If you want to edit the The_Book.lyx 
 
file tell me and I send some information.

-- 
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/9859482b-4d8f-4262-92ab-d3b18e25767b%40googlegroups.com.


[tw5] Wikitext in $list widgets

2019-12-04 Thread Luis Gonzalez
I saw some wikis (http://tw5magick.tiddlyspot.com, the "List Questions" 
tiddler) with this code:

<$list filter="[tag[Quiz]tags[]] -Quiz +[sort[title]]">
*! <$view field="title"/>*
<$list filter="[is[current]tagging[]] +[tag[Quiz]] +[sort[title]]">
<$link><$view field="title"/>



And it renders as wikitext with the title as Title1.

But if I put this code in my wikis the wikitext is not preserved. I can't 
find why...


-- 
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/faa6400c-45cc-4632-81f4-7a7585a78865%40googlegroups.com.


[tw5] Re: The-book weekly report

2019-11-29 Thread Luis Gonzalez
*IMPORTANT NOTE:*

The "borders" of the book are two: the basic tiddlywiki usage and the 
developing of Tiddlywiki. The-book moves between this two ends:

   - The-book does not explain the basic usage. We assume that the reader 
   has already used Tiddlywiki
   - The-book does not explain how to develop tiddlywiki core.


The goal: explain the intermediate zone.

-- 
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/5cc525f1-3b5a-4f00-897d-48113fbdba7a%40googlegroups.com.


[tw5] Re: The-book weekly report

2019-11-29 Thread Luis Gonzalez
I accept your offer. I have never programmed in javascript so there are 
things that I don't know.  I can handle with the use of macros and widgets 
but I need your help with the scripting and plugin sections.


This is the process that I follow:

   1. Somebody send me some explanations and links. I read them and try in 
   an empty wiki.
   2. When I understand all the explanations 
   3. I begin to draw some diagrams and maps that help me. Diagrams are my 
   passion.
   4. I write the text.


What we know till now:

   - How we can customize the tiddlywiki screen.
   - The roles a tiddler can have
   - Write filters
   - Formating text with Wikitext and CSS classes


What we don't know:

   - Elements for writting widgets and javascript macros. I program in Java 
   and Python. Is there any API or how is the widgets programming?
   - Writting plugins.
   - Extending the functionality of Tidldywiki: plugins, parsing rules, (I 
   saw the XLSX Utilities Edition 
   I).



But don't worry if you have no time. I'm still studying Tiddlywiki with all 
information I find. 
This is not a race. We will fill the gaps (like the list section) with the 
time.




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/0ac600c3-4a1d-4078-929d-6291446c49a5%40googlegroups.com.


Re: [tw5] The-book weekly report

2019-11-29 Thread Luis Gonzalez
Thanks, Jeremy. I take this opportunity to congratulate you on this 
impressive software.

Starting with Tiddlywiki is very easy but the step towards an advanced 
knowledge is really complex. I discovered tiddlywiki with the classic 
version long time ago and it's now when I understand the concepts.

I will need help later with some complicated issues but I'm sure all people 
will help me:

   - Writing plugins.
   - Things I have to know to write widgets and javascript modules.
   - Parsing modules and rules.
   - ... 
   
And later I want to write a little chapter with the people of Tidddlywiki, 
the developers and a short timeline. 

I have many questions: How do you start thinking of programming the wiki? 
What are the main milestones and obstacles? How do you reach to know all 
things that hold tiddlywiki glued? How do you invented wikitext, widgets, 
filters, mechanisms, parsing, rules, plugins, css modules, ...?

All these things are really really terrific



Congratulations. I congratulate you on this wonderful Tiddlywiki you have 
given us.

-- 
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/df98aef6-9036-4eac-a166-82413b77be31%40googlegroups.com.


[tw5] Re: Show some content only the 1st day of the month

2019-11-28 Thread Luis Gonzalez
I found the solution!!!
The tiddler [[First day tasks]] has the content I want to show the first 
day of each month.

With this code we show the content of the tiddler [[First day tasks]] only 
if today has the value 1. Else, it shows "no tasks". 

<$set name="today" value=<>>
<$set name="one" value="1">
  <$list filter="[match]"  emptyMessage="no tasks">
[[First day tasks]]
<$wikify name="texto" text={{First day tasks}} output="html">
<>

  





-- 
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/9f0b12f6-887c-4a81-844b-b686881dd230%40googlegroups.com.


[tw5] Show some content only the 1st day of the month

2019-11-28 Thread Luis Gonzalez
I want to show some tasks inside a planning tiddler but only if it is the 
first day of the month.

I think is necessary to use the <> macro. 
I've tried with the reveal widget and with filters but nothing works.

-- 
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/42c7c1ac-11ca-44fd-b406-707380646020%40googlegroups.com.


[tw5] Re: Query: Structure (HTML) -- Where is the visual PLAN?

2019-11-26 Thread Luis Gonzalez
I will include a little html diagram at the end of chapter 2 of The-book.

Look at the following weekly report.

-- 
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/52fd7ba5-37d6-443d-9227-16564ab8a4a3%40googlegroups.com.


[tw5] Re: How to delete recently modified, new, recent list ?

2019-11-22 Thread Luis Gonzalez
Other option is show in recent only those input tiddlers that have been 
modified during this session. Open the $:/core/ui/SideBar/Recent tiddler 
and write:

<$macrocall $name="timeline" subfilter="haschanged[]" 
format={{$:/language/RecentChanges/DateFormat}}/>


-- 
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/7497c333-648c-488b-b8a8-c29ba82b3b80%40googlegroups.com.


[tw5] Re: How to delete recently modified, new, recent list ?

2019-11-22 Thread Luis Gonzalez
I'm reading the group messages and I have seen this.

The recent tiddler calls the timeline macro so if you want to reduce the 
tiddlers you show, add a subfilter parameter:

   1. Open the $:/core/ui/SideBar/Recent tiddler.
   2. Add a subfilter parameter with the days you want to show. For 
   example, to show only the last 20 day write:
  1. <$macrocall $name="timeline" subfilter="days[-20]" 
  format={{$:/language/RecentChanges/DateFormat}}/
   
Other thing you can do is rewrite the recent tiddler with your custom 
filter.

-- 
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/9af08bdf-21d7-47e7-b173-4e737bc5e7f9%40googlegroups.com.


[tw5] Importing data into a data tiddler

2019-11-21 Thread Luis Gonzalez
If you have a phone list in excel, what is the best way of import them into 
a data 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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/83176505-db24-40e7-b81b-85ecfea3655f%40googlegroups.com.


[tw5] Re: TW "Tiddler DB" Strategy

2019-11-19 Thread Luis Gonzalez


El miércoles, 20 de noviembre de 2019, 8:46:35 (UTC+1), Luis Gonzalez 
escribió:
>
> *Notes:*
>
>- Usually a tiddler for the Project A is tagged with "Project A" tag.
>- A tiddler for both projects is tagged with "Project A" and "Project 
>B"
>- To have a list of the tasks for Project A you will write {{{ 
>[tag[Project A]] }}}. This is a filter, so you have to study filters.
>- To sort the tasks of Project A create a tiddler, "Project A" and put 
>the ordered list of tasks in the field "list" of this tiddler.
>- Tiddlywiki can do this automatically with the widget 
>list-links-draggable.
>- Create a new tiddler, Project B and add this code:
>!Tasks
>{{{ [tag[Project B]] }}}
>
>!Reorder tasks
><>
>- At first the "Reorder tasks" will be empty. Drag a task of the top 
>"Tasks" list under the "!Reorder tasks" to sort them. Add all tasks and 
>sort them by dragging them.
>- Widgets are very powerful, you should check them.
>
>

-- 
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/9641bd9b-eb95-408c-a6f2-daab034259a3%40googlegroups.com.


[tw5] Re: TW "Tiddler DB" Strategy

2019-11-19 Thread Luis Gonzalez


El miércoles, 20 de noviembre de 2019, 8:46:35 (UTC+1), Luis Gonzalez 
escribió:
>
> *Notes:*
>
>- Usually a tiddler for the Project A is tagged with "Project A" tag.
>- A tiddler for both projects is tagged with "Project A" and "Project 
>B"
>- To have a list of the tasks for Project A you will write {{{ 
>[tag[Project A]] }}}. This is a filter, so you have to study filters.
>- To sort the tasks of Project A create a tiddler, "Project A" and put 
>the ordered list of tasks in the field "list" of this tiddler.
>- Tiddlywiki can do this automatically with the widget 
>list-links-draggable.
>- Create a new tiddler, Project B and add this code:
>!Tasks
>{{{ [tag[Project B]] }}}
>
>!Reorder tasks
><>
>- At first the "Reorder tasks" will be empty. Drag a task of the top 
>"Tasks" list under the "!Reorder tasks" to sort them. Add all tasks and 
>sort them by dragging them.
>- Widgets are very powerful, you should check them.
>
>

-- 
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/3587f46c-b9ac--bb25-1dbee656cce4%40googlegroups.com.


[tw5] Re: TW "Tiddler DB" Strategy

2019-11-19 Thread Luis Gonzalez
*Notes:*

   - Usually a tiddler for the Project A is tagged with "Project A" tag.
   - A tiddler for both projects is tagged with "Project A" and "Project B"
   - To have a list of the tasks for Project A you will write {{{ 
   [tag[Project A]] }}}. This is a filter, so you have to study filters.
   - To sort the tasks of Project A create a tiddler, "Project A" and put 
   the ordered list of tasks in the field "list" of this tiddler.
   - Tiddlywiki can do this automatically with the widget 
   list-links-draggable.
   - Create a new tiddler, Project B and add this code:
   !Tasks
   {{{ [tag[Project B]] }}}
   
   !Reorder tasks
   <>
   - At first the "Reorder tasks" will be empty. Drag a task of the top 
   "Tasks" list under the "!Reorder tasks" to sort them. Add all tasks and 
   sort them dragging them.
   - Widgets are very powerful, you should check them.

-- 
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/3fdfe908-8bf3-49d0-b8cb-0cf99116c8eb%40googlegroups.com.


[tw5] Re: The-book. Weekly report

2019-11-10 Thread Luis Gonzalez
I'm not an English writer so I know the manual is full of mistakes. At this 
point correct them is a useless work because I will change the manual many 
times until it is complete.

But when I finish it, I need readers and revisers to change all mistakes.I 
am making a great effort writing in English and I just want you to help me 
in the final corrections.



Thanks for your support!!

-- 
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/36534060-6f8d-4ce3-ab58-52e830b4b8b1%40googlegroups.com.


[tw5] Re: Create a very simple left menu

2019-11-06 Thread Luis Gonzalez
Thank you very much, Tom. I'm very interested  in completing my manual 

 
but there are many things I don't know.

I am studying hard all your works to document 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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/e93f63dd-da4c-44bb-9830-c1fb6f3aefaa%40googlegroups.com.


[tw5] TiddlyDekstop: it does not open external links

2019-10-29 Thread Luis Gonzalez
I've been proving TiddlyDestop and I've seen that it does not open the 
[ext[directory/file]] links.

-- 
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/32b12d98-edd2-4912-9216-b2f18955d8ca%40googlegroups.com.


[tw5] Re: The-book. Weekly report

2019-10-28 Thread Luis Gonzalez
I think I will include a glossary at the end of the manual with *difficult 
concepts* as parsing, mechanism, DOM tree...

If someone wants to add concepts, respond with the following format: 

*Term*: definition / explanation

-- 
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/3e229e05-b4f4-4db7-91e9-6a4f0917948e%40googlegroups.com.


[tw5] Re: The-book. Weekly report

2019-10-28 Thread Luis Gonzalez

I think I will include a glossary at the end of the manual with *difficult 
concepts* as parsing, mechanism, DOM tree...

If someone wants to add concepts, respond with the following format: 

*Term*: definition / explanation


-- 
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/42a8d5cf-0a22-4384-9ba8-7674e9b9a9d3%40googlegroups.com.


[tw5] Re: The-book. Weekly report

2019-10-27 Thread Luis Gonzalez
Really don't worry for the corrections. This will not be the final version.

When the manual is finalized we will correct 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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/18b9d6cf-2f04-4396-a279-353044c57f63%40googlegroups.com.


[tw5] Re: The-book. Weekly report

2019-10-27 Thread Luis Gonzalez
I'm not involved in the missing manual, I have no idea

-- 
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/ca020dd0-5554-4020-8f56-bc29eb2c6af7%40googlegroups.com.


[tw5] Re: The-book. Weekly report

2019-10-27 Thread Luis Gonzalez
All help welcomed. Send me your copy, please

-- 
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/11fc5d84-7dd3-4883-8a4d-3d798b31fbfd%40googlegroups.com.


[tw5] Re: The-book. Weekly report

2019-10-27 Thread Luis Gonzalez
Yes, please. I'm Spanish and I can't write good English. Send me your 
corrections.

My email: kew...@gmail.com

-- 
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/f8b24804-b3f7-4138-8fe1-6cbf03ae6255%40googlegroups.com.


[tw5] Re: $reveal widget matching the value of a variable

2019-10-24 Thread Luis Gonzalez
Wow! It works fine

I have read the help of the $ reveal widget thousands of times and I could 
not imagine it was this way!


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/71c9ccb0-476e-4ee1-a0b0-c4b27b407aa9%40googlegroups.com.


[tw5] $reveal widget matching the value of a variable

2019-10-23 Thread Luis Gonzalez
The reveal widget is used in conjuntion with a state tiddler, state field or 
state property but I cant find the option of revealing a portion of text 
depending the value of a variable.

for example, I have a variable with the tasks done without closing date:

<$set name="cuantity" filter="[tag[done]close_date[]count[]]">



I want to show some buttons if this cuantity is not zero. Something like:

<$set name="cuantity" filter="[tag[done]close_date[]count[]]">
<$reveal type="nomatch" text="0" state=<> >

THE BUTTONS




I can't find a solution

-- 
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/2614db49-0379-4dbd-8bc0-a1771a9c3e5a%40googlegroups.com.


[tw5] Your collaboration is needed

2019-10-09 Thread Luis Gonzalez


I am a bit weary of the enormous inertia that exists to move people, even 
on such an important task as documenting TW.



This morning I weak up and my first effor is the beginning of the manual.

Although I have never done so, I would like to coordinate our coordinated 
efforts to carry out this project. I beg your help.I need writers for 
articles. Tell me who you want to collaborate and we will start with it.


The project is in github: https://github.com/kewapo/The-Tiddlywiki-Manual

I have already done the cover page and the first propossal index. I will 
write it in the Lyx editor (https://www.lyx.org/) because its features:

   - It is a free open source proyect, 
   - It writes in the high cuality Latex framework.
   - It's multiplatform.
   - It's easy to install.
   
*My curriculum as a writer:* you can read my other manual: go to 
https://sourceforge.net/projects/freeplane/files/freeplane%20stable/ and 
download the "Manual_de_Freeplane_en_espanol-v1.1.pdf 
"
 
file. 




*In your hands it is.*

-- 
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/ec029097-af16-4440-bb80-ab427687658e%40googlegroups.com.


[tw5] Re: Creating substories with edition

2019-10-09 Thread Luis Gonzalez
My initial goal  is to write the manual that people refer to in different 
messages.

The first task is is to understand tiddlywiki:

   - The tw elements
   - Using tw: tiddlers, tags, filters...
   - Customization of tw interface
   - The internals: Storyriver, etc.


*My current effor is to understand the story river and the way tw draws the 
tiddlers in the story.*

I started a github project in 
https://github.com/kewapo/The-Tiddlywiki-Manual

If any of you want to collaborate, please email me and we will start 
writting the articles.


-- 
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/59c070b1-7fb3-42f7-86ac-bd045a8a04cd%40googlegroups.com.


[tw5] Creating substories with edition

2019-10-08 Thread Luis Gonzalez
I'm trying to create a tiddler with substories. All tiddlers tagged with 
"Microwiki"  must open in that tiddler.

The code is:

<$navigator story="MySubStoryList" history="MySubHistoryList">


<$list filter="[tag[Microwiki]]" history="MySubHistoryList" 
template="$:/core/ui/ViewTemplate"   editTemplate="$:/core/ui/EditTemplate">


<$transclude/>








I want  to edit that tiddlers inside this main one as the same way as the 
main tiddlywiki: it changes from view mode to edit mode in the same 
position. The problem is when I pick the edit icon the tiddler opens in 
edit mode under all tiddlers of the story but it keesp the original tiddler 
open in view mode above the story river.


I cant imagine what is the 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/3930f1ca-5505-4345-b235-35ea3c92ede0%40googlegroups.com.


[tw5] Re: New docummenting initiative

2019-09-25 Thread Luis Gonzalez
We can maintain the list as a tiddler (a data tiddlers for the data and a 
visualization tiddler to visualize the list). 

To facilitate the maintenance of the list maybe we can find a widget to 
connect to the external wiki link and draw a little mark: *✓* if  the 
widget can connect to the wiki and *✘* if not:

-- 
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/85b66210-0ab3-401b-ad8d-efe303bdbdf1%40googlegroups.com.


[tw5] Re: A TiddlyWiki community book.

2019-09-20 Thread Luis Gonzalez
Some time ago I started writing a manual. You can find a previous version 
in TiddlyWikiDocs - previos version spanish manual 

.
I anybody want to know how I document you can find other manual (about 
freeplane mindmaping app) I wrote in Manual de Freeplane en espanol 


I can continue with him if the community helps me. What I need:

* I will write it Lyx (latex) so all translation will be easy to do. It is 
a very easy visual latex editor.
* I will write in spanish with all images in english so you only have to 
translate the text.
* We would have to agree the index of contents to include.
* Help me on those issues that I don't know in depth


I like to document free software to help in its progress. I'm from Spain so 
writting in English is a big effort.


If many of you like the idea I will start with the project... with your 
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/fe05b63c-717c-4dac-b296-989ea21d8c12%40googlegroups.com.


[tw5] Re: What's the point of effort?

2019-09-19 Thread Luis Gonzalez
Hi, A Gloom. I can help you.


Maybe we can start choosing a platform and open an account to start 
collecting all this information: all the links and other files. Maybe we 
can choose google docs to store the docs and google groups as a way of 
communicate with the rest of the people. 


As I said, the only way to progress is by doing things.


-- 
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/e4c697a0-be99-4c93-b4c5-c4f1deea93f2%40googlegroups.com.


[tw5] Re: What's the point of effort?

2019-09-19 Thread Luis Gonzalez

We can only move forward doing tasks:

□ Explain the goal of this project.
   □ Have a list of all documentation personal projects.
   □ Create new documentation.
□ Ennumerate the feature needs of the platform.
□ Find where existing documentation is stored:

   - Github
   - Tiddlyspot

□ List possible platforms.
□ Choose a platform.
□ Collect all existing documentation personal projects.


   - http://herramientas.tiddlyspot.com/#Introducción
   - Wiki Reference 
   - Scrip master 
   - Guía de Tiddlywiki 
   - tb5 
   - TW5 Magic 
   - TiddlyWiki toolmap 
   - Plugins and Hacks for TiddlyWiki 5 
   - Tiddlywiki examples 
   - Apprendre TiddlyWiki et ses plugins 
   
   
□ Start with the creation of new material.

I  think google groups is not a good starting point. If the question is 
about documenting tiddlywiki, we will have to deal with many types of 
documents: .html, .doc, odt, mindmaps, images, ...

I think we need a leader to guide all activities.

-- 
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/f0680e5c-13ac-4491-92e6-a95a6b345e6c%40googlegroups.com.


[tw5] Re: DataTiddlers. Delete properties depending its value

2019-09-18 Thread Luis Gonzalez
I couldn't imagine that you can put an action widget inside a list widget. 
I thought that a list widget is only for show a list of tiddlers.

Thanks!!. 

My goal is to be as good with tiddlywiki as 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/5a4e0f6d-bbad-480d-9ffa-213680185dec%40googlegroups.com.


[tw5] Re: DataTiddlers. Delete properties depending its value

2019-09-17 Thread Luis Gonzalez

ok. This is a good solution but I need a new macro than automatically loop 
over all properties and delete them if they are 0

-- 
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/bfd3210d-fb0a-4b36-b2f1-03e65e93c071%40googlegroups.com.


[tw5] DataTiddlers. Delete properties depending its value

2019-09-17 Thread Luis Gonzalez
I have a wiki to manage a warehouse and a datatiddler with all the things:

mouse: 2
keyboard: 5
monitor: 8
flopy: 0
LPT-printer: 0
etc
etc
etc
...


I want to clean this datatiddler deleting all properties with a value of 0. 
They are obsolete things.


I can show this 0-properties with this code:

<$list filter="[[$:/Luis/warehouse]indexes[]]">
<$set name="val" filter="[[$:/Luis/warehouse]getindex]">
<$list filter="[match[0]]" variable="otra">
<>: <>





But, how can I loop over all zero-properties to delete them from the 
warehouse data-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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/5439a1d6-9ee9-448a-b14f-5d370e3659c6%40googlegroups.com.


[tw5] Re: Add property and Delete property

2019-09-16 Thread Luis Gonzalez
The text field!! It's so easy, thanks.

The more I know about TW, the more I'm surprised

[image: Icono sorprendido]

-- 
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/2d51d0e1-9cd7-4afa-b8de-4572a793e8e8%40googlegroups.com.


[tw5] Re: Add property and Delete property

2019-09-16 Thread Luis Gonzalez
Other question:

How can I delete all properties of a datatiddler?
so, how can I empty the datatiddler?



I want to make a phonebook with buttons for various actions:

   - Add a new entry
   - Delete a entry
   - Initialize the phonebook

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/b795fab7-59fc-4204-8fdb-158bcadbea42%40googlegroups.com.


[tw5] Add property and Delete property

2019-09-16 Thread Luis Gonzalez
This button: 

<$button>
<$action-setfield $tiddler="$:/Luis/bag" $index="sword" $value="1" />
Get objet


Add the sword property with te value 1 in the datatiddler $:/Luis/bag.


What is the way to delete it? Something like:

<$button>
<$action-deletefield $tiddler="$:/Luis/bag" $index="sword" />
Delete objet


-- 
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/83475273-d827-40ff-a69a-536451b35ae6%40googlegroups.com.


[tw5] Conditional link

2019-09-16 Thread Luis Gonzalez
I have a tiddler where I want to put a conditional link: depending of the 
property of a data tiddler the link will be [[Link 1]] or [[Link 2]]

Is this possible?

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/9a346198-cb8b-43d5-bfa9-8b3f7304148d%40googlegroups.com.


[tw5] Re: Hidding and showing wiki elements - modal tiddler

2019-09-13 Thread Luis Gonzalez
Link: https://github.com/kewapo/Tiddlywiki/

El jueves, 12 de septiembre de 2019, 17:22:57 (UTC+2), @TiddlyTweeter 
escribió:
>
> Ciao Luis
>
> You might want to give the link again to the wiki so folk can use it. :-)
>
> Tracking things here on Google Groups is difficult!
>
> I appreciate you can change it. I was commenting on browser norms.
>
> Best wishes
> TT
>
> On Thursday, 12 September 2019 16:24:22 UTC+2, Luis Gonzalez wrote:
>>
>> You know that you can customize this shorcut: in the Control panel, 
>> keyboard shorcut tab. Search the "option" shorcut (maybe at the bottom) 
>> unfold it and click in the pen icon. You can assign the shorcut you like 
>> the most.
>>
>

-- 
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/5711242f-c5e0-4d1e-8208-5e60ab45debf%40googlegroups.com.


[tw5] Re: Hidding and showing wiki elements - modal tiddler

2019-09-12 Thread Luis Gonzalez
You know that you can customize this shorcut: in the Control panel, 
keyboard shorcut tab. Search the "option" shorcut (maybe at the bottom) 
unfold it and click in the pen icon. You can assign the shorcut you like 
the most.



-- 
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/6981132a-b278-4fd5-908a-87005452d538%40googlegroups.com.


[tw5] Re: Timelines Plugin

2019-08-08 Thread Luis Gonzalez

Thats wonderfull!!
This is how it looks:

-- 
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/94eefd91-cb2b-4b01-9042-c1283289224f%40googlegroups.com.


[tw5] Re: A wiki to write stories (in spanish)

2019-08-05 Thread Luis Gonzalez
i'm very excited with tiddly wiki. I continue developing my writers wiki. I 
have aded a tiny bar under the tags bar to add wome indicators: one-two or 
three stars, no ended story, bad story...

I have some problems. If you have are some characters aded and you want to 
add some of them to a scene, you put its tag. But If later you want to 
change the name of a character you hava a big trouble because of the many 
tags aded to the scenes (the old character name). And you have to add again 
this character to all scenes where it appears (and deletr the old name tag).

Some ideas?


p.s. "El ministerio del tiempo" is my favorite serie. Another spanish good 
serie is "La casa de papel". I think its in netflix too.

I think its a good idea to add a timeline. I want to see your plugin!!!

-- 
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/2630996a-edc9-43d1-bcf1-08bf07b2c185%40googlegroups.com.


[tw5] Re: A Filter problem

2019-07-31 Thread Luis Gonzalez

I think tiddlywiki is like a book of magic.

There are clumsy wizards like me that spend all morning preparing spells 
without any result. And skilled magicians with high domain or this tw magic 
that get amazing results.



I encourage all clumsy wizards!

-- 
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/ec2180ec-4599-4551-bac1-736636e843fb%40googlegroups.com.


[tw5] Re: A Filter problem

2019-07-30 Thread Luis Gonzalez





I have hundreds of code lines without any result and. 

... with a line you solve it. 


Millions of thanks. If I can help you, tell me. 


Now I know than I still have to learn a ot about 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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/43342eae-0ea5-45b3-8c01-425d1ba4ff4d%40googlegroups.com.


[tw5] Re: A Filter problem

2019-07-30 Thread Luis Gonzalez

*Stories*
story A. Tagged: "story"
story B. Tagged: "story"

*Scenes*
scene 1. Tagged: "scene" and "story A"
scene 2. Tagged: "scene" and "story A"
scene 3. Tagged: "scene" and "story A"

scene 4. Tagged: "scene" and "story B"
scene 5. Tagged: "scene" and "story B"

scene 6. Tagged: "scene"
scene 7. Tagged: "scene"


I need a fitler to show only "scene 6" & "scene 7"

*Notes*

   - All (stories and scenes) are tidlers.
   - The free scenes are "scene 6" and "scene 7". They don't belong to any 
   story. 
   - The story A has the scenes 1, 2 & 3
   - The story B has the scenes 4 & 5

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/ff42c54b-127e-4065-a4aa-ac05b76884c2%40googlegroups.com.


[tw5] Re: A Filter problem

2019-07-30 Thread Luis Gonzalez
I'm affraid this does not work.


I have attached my tiddlywiki. It's in Spanish:

   - historia = story
   - escena = scene

In the right zone, under Escenas  (scenes) I need to show only the scenes  
not included in any story

-- 
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/1c3f0ab3-27d1-4fed-b891-21be14fb781e%40googlegroups.com.


[tw5] Re: A Filter problem

2019-07-30 Thread Luis Gonzalez
I'm afraid it doesn't work

:-(

-- 
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/51db77d3-68d9-4e0e-b96a-2c856d6bd770%40googlegroups.com.


[tw5] A Filter problem

2019-07-30 Thread Luis Gonzalez
I have two list:


   - All scenes:

<$list filter="[tag[scene]]"/>


   - All scenes included in a story: 
   
<$list filter="[tag[scene]tags[]!prefix[scene]]" variable="tagName">
<$list filter="[tag]" variable="scene" >
<$link><>






How can I get all tiddlers of the first list not included in the second 
list?


P.S: A scene is tagged with "scene" tag and with the story in which is 
included. So, a story is a tag for scenes. I need all scenes not included 
in any story.

-- 
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/554cd4f7-e879-4c91-8559-e73484f30953%40googlegroups.com.


[tw5] Re: list-links-draggable with templates

2019-07-29 Thread Luis Gonzalez
I found it.

The Story code:
<$vars actual=<> >
**<$macrocall $name="list-tagged-draggable" tag=<> 
itemTemplate=*"scene_template"*/>**


The *scene_template* code:
**<$checkbox tag=<> > <$link><> 
**

Thats all.
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/034ad154-2f9e-4906-a77d-1e396586de2a%40googlegroups.com.


[tw5] Question about the checkbox widget

2019-07-26 Thread Luis Gonzalez
 I have a list with checkboxes in a tiddler named "Note 1":

<$list filter="[tag{!!title}]" >
<$checkbox tag="Note type 1" > <>



It is a list of all notes of type  1.

When I add new note type  I have to copy the code and change the tag 
parameter to the name of the new note type.
In order to use templates I need that the tag parameter is variable.

The question: How can I put in the tag parameter the tittle of the tiddler 
instead a static string? 
Something like <$checkbox tag=<> > or 
<$checkbox tag={{!!title}} >


-- 
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/6816a917-8c04-43d2-a5ba-1f0305913a31%40googlegroups.com.


[tw5] Re: list-links-draggable with templates

2019-07-26 Thread Luis Gonzalez
<$link>*<>* 
<$button>
<$action-listops $subfilter="+[remove*<**currentTiddler>*]" />
{{$:/core/images/close-button}}


But why the red currentTiddler works ok but the green one does not work?

-- 
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/05372e2c-1c18-4f63-af6d-93b5e67115d5%40googlegroups.com.


[tw5] Re: Sort my number of tids using a tag

2019-07-24 Thread Luis Gonzalez
I try to understand the macro. You use th wikify widget to asign mylist the 
value 4_._._x 3_._._y. If you put: 
<$set name="mylist" value=<> >

instead <$wikify name="mylist" text=<> > the macro assign the same 
value: 4_._._x 3_._._y to mylist variable but the code does not run. I 
can't understand why.

I don't understand what is the function of the wikify widget not even 
reading the documentation.

I think I understand the rest of the macro.

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/c05bb456-3f95-4340-a7ad-b45f7e59879b%40googlegroups.com.


[tw5] Re: The Navigation Mechanism is missing in Tiddlywiki 5.1.19

2019-07-24 Thread Luis Gonzalez
I'm starting to understand the underlays of tiddlywiki so all information 
is welcome. I use to program in python so maybe I have to read a little 
about javascript.

I have many macros and a few personalized wikis. I think tiddlywiki is a 
very funny puzzle: templates, system tags and tiddlers, buttons, 
checkboxes...You can do very funny things with 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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/ab6ade6d-a45c-45c4-9d51-95ee2d633249%40googlegroups.com.


[tw5] Re: The Navigation Mechanism is missing in Tiddlywiki 5.1.19

2019-07-23 Thread Luis Gonzalez
Luis,
>
>
> To ensure clarity, it is not missing in Tiddlywiki 5.1.19
> as this is not normally in the empty.html it is only part of the 
> documentation on tiddlywiki.com
> It may be missing on tiddlywiki.com but that is the extent of it.
>
>


?¿?¿??¿Is missing on tiddlywiki.com but not in tiddlywiki.com :?¿?¿?¿??
I don't understand you . Let me explain:

I open https://tiddlywiki.com/. I go to the Contents, Reference, Mechanisms 
and open the tiddler StateMechanism. I start reading it. In the middle of 
the wiki I can see this line:

*history*: references the tiddler to be used to store the history stack 
> (see the NavigationMechanism 
> )
>

so I try to read this NavigationMechanism tiddler. When I open this link, 
tiddlywiki says than there is no tiddler called NavigationMechanism.


I am very very sorry. I came from Spain and maybe my english proficiency is 
not accurate

-- 
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/731e145e-db16-4911-b663-2216a6230796%40googlegroups.com.


[tw5] The Navigation Mechanism is missing in Tiddlywiki 5.1.19

2019-07-23 Thread Luis Gonzalez
If you read https://tiddlywiki.com/#StateMechanism and click in the link 
(see the NavigationMechanism ) to 
open https://tiddlywiki.com/#NavigationMechanism you can't find the 
documentation of this mechamism because the tiddler is missing.

Maybe you can add it and update this vesion of the Tiddlywiki documentation.

-- 
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/e1555a0e-bc45-439b-84c2-7a1b9c95b72b%40googlegroups.com.


[tw5] Re: edit-text widget to change a field in the same tiddler

2019-07-22 Thread Luis Gonzalez
I found a easy way. 

Descriptión: <$edit-text tiddler="$:/temporalTiddler" field="description" />
<$button set="!!description" 
setTo={{$:/temporalTiddler!!description}}>Change

.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/1e0e6465-43e5-43a5-9576-54946fbabb2f%40googlegroups.com.


[tw5] edit-text widget to change a field in the same tiddler

2019-07-22 Thread Luis Gonzalez
The documentation says: 
 

> " the *EditTextWidget can not* change properties of the tiddler it is 
> embedded in or part of. It can only change fields of *other* tiddlers."
>


So I cannot put the code: <$edit-text field="description"/> to change the 
description of the tiddler. What is the correct way to change fields in the 
same tiddler in view mode? Transclusion does not work either.

-- 
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/006e6231-48bc-46b2-8bdf-de59bff0aaf7%40googlegroups.com.


[tw5] Re: Automatically create a tiddler associated to a tag

2019-07-19 Thread Luis Gonzalez
Don't worry.
I have a solution: Add a new button in the Page Toolbar: create new 
character with the code:

<$button  tooltip={{$:/Luis/mensaje/user}} 
aria-label={{$:/Luis/Caption/user}} class=<>>
{{$:/Luis/images/user}}
<$action-sendmessage $message="tm-new-tiddler"
title="Nuevo personaje"
text=<>
tags="personaje"
/>


(a tiddler with the tag "$:/tags/PageControls")


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/438f88fa-692e-4461-a7db-3e14dd41d059%40googlegroups.com.


[tw5] Re: Automatically create a tiddler associated to a tag

2019-07-19 Thread Luis Gonzalez
I want to modify a little the behavior of TW: when you add  new tag to a 
tiddler and save it, you will also create the tag-tiddler.

The alternative: Create a new tiddler to create tags where  I put all code.

-- 
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/8a3418de-afba-4c00-baea-28136cbd94cb%40googlegroups.com.


[tw5] Re: Automatically create a tiddler associated to a tag

2019-07-19 Thread Luis Gonzalez
I know. But I have several problems:

* Where I put the script? I am looking the $:/core/ui/EditTemplate/tags. 
There is a macro to add the tag:<$macrocall $name="tag-picker" actions=<
>/>  That control ther adding a tag to a thiddler but I 
don't know how to add my code here. Or maybe in the saving of the tiddler...

* How I control If there is the tiddler already exists?





-- 
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/ca72e050-9430-4edb-8cd1-e2801b988d05%40googlegroups.com.


[tw5] Re: Tiddler appearance based in a tag

2019-07-17 Thread Luis Gonzalez
Awesome!!. it works perfectly


Its precisely what I wanted. 

I'm starting personalizing tiddlywiki and I do not know many things.


Thanks!!


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


[tw5] Re: Tiddler appearance based in a tag

2019-07-17 Thread Luis Gonzalez
I know how to change the basic appearance ot tiddlers tagged "person": 
colors, font size etc. You have to add in a tiddler with the 
"$:/tags/Stylesheet" 
tag something like this:

.tc-tagged-person {
background-color: #fff5e6;
border: 0.4px solid brown;
}


This change the colors of all tiddlers tagged with "person".


I know the basic starting of Tiddlywiki:
1. The browser opens the wiki.html file
2. It starts the javascript code.
3. It prepares all basic tiddlers.
4. This basic code and tiddlers draw the wiki content based in the 
$:/core/ui/PageTemplate tiddler.
5. This page template tiddler has all open tiddlers in the list field of 
the tiddler $:/StoryList
6. At the end, all this tiddlers are drawn based in the tiddler template: 
$:/core/ui/ViewTemplate

I tried to change the ViewTemplate without any success.

¿Does anybody know how to draw different fields depending on the tag of the 
tiddler?

Thanks!!

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


[tw5] Tiddler appearance based in a tag

2019-07-17 Thread Luis Gonzalez
What can I do to change the appearance of the tiddlers depending on theirs 
tags?

If I add the "person" tag the tiddler body has to show the "Name" and 
"Telephone" fields. But If I add the tag "car" the fields that has to 
appear are "License plate" and "Kilometers".

-- 
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/0223ce0b-1325-4c2f-aae8-64dab8e8683c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: The Future of Large Tiddlywikis

2019-07-17 Thread Luis Gonzalez
All software has a limit. For example: I use Microsoft Excel a lot to 
control the economy of my department. I have many sheets in the same file 
with all years.Over time my file grew up more and more. With 8 years it was 
slow. Now with 14 years its imposible to open it.

My solution: archive the old years in other files and delete this records 
in the main excel file. Now I have a few archived account files with the 
old accounts and I have in the main file the records I use regularly.


Maybe you can do the same with your wikis.

-- 
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/35bd20e1-d35a-46a6-968a-e22648bc0523%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Documenting TW

2017-02-20 Thread Luis Gonzalez
I'm new here and I'm trying to document it. I have little knowledge of html or 
cash but I think that's no problem (I want to learn). 
There are many features I don't know how to investigate: styleseets and many 
variants as the body or.tc

How can i continue with my manual? 

-- 
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/7a6aa510-f9be-4287-b426-86e8ba01b9da%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] new tiddlywiki in internet explorer 8

2014-02-11 Thread Luis Gonzalez
I am the team leader of a group of people We use TiddlyWiki to classic 
maintain all information about our service. I am thinking to migrate to the 
new TiddlyWiki 5, but it does not open in the internet explorer browser. I 
use Firefox to add information and all other people are readers.

Is any intention to solve this problem?

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.