[tw] Re: Using TW after 5 year gap from TW2

2017-08-05 Thread Eric Shulman
On Saturday, August 5, 2017 at 4:48:11 PM UTC-7, AlanBCohen wrote:
>
> Before I became disabled, I was a heavy user of some TW2 plugins; 
> especially ForEachTiddler. 


The TW5 native syntax that is most like ForEachTiddler is the <$list> 
widget (http://tiddlywiki.com/#ListWidget).  This widget takes a "filter 
expression" as a parameter. The *contents* inside the <$list>... 
widget block are then rendered "for each tiddler" that matches the 
specified filter.  By default the <$list> widget automatically sets the 
value of <>, so that any field references within the 
<$list>... widget block are relative each matched title.  You can 
use any combination of HTML and TW WikiText to format the output within the 
widget block.
 

> For example, I created a tiddler with a name like 'journal'. The contents 
> were a FeT that would list all the other tiddlers with the tag 'journal' 
> with various sort and formatting. 


Something like this:
(select all tiddlers with tag="journal" and sort by modification date, 
newest to oldest)

<$list filter="[tag[journal]!sort[modified]]">
   
  <$link><>
   


Another use was tagging journals with a progectid. In separate tiddler 
> named the specific projectid, FeT was used to create a list of related 
> journals (later expanded to list all the tiddler.texts as a printable diary 
> for the projectid).
>

Something like this:
<$list filter="[tag!sort[modified]]">
   
  <$link><>
  (<$view field="modified" format="date" template="MMM DDth,  
0hh:0mm:0ss" />)
  <$transclude mode="block"/>
   

 
Note that in the above example, the value of  in the 
*filter* is DIFFERENT from the value of <> in the enclosed 
*content*.  Specifically, the filter syntax refers to the title of the 
tiddler in which the <$list> widget occurs and is used with the "tag" 
filter operator to select tiddlers tag with the current tiddler's title, 
while the content syntax refers to the title of each tiddler that is 
*matched* by the enclosing <$list> widget.

Also note: the filter syntax uses SINGLE brackets to delimit references, 
while the content syntax uses DOUBLED brackets.

enjoy,

-e
Eric Shulman
TiddlyTools.com: "Small Tools for Big Ideas!" (tm)
InsideTiddlyWiki: The Missing Manuals

-- 
You received this message because you are subscribed to the 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/175ba310-e068-4c2d-b6df-bb7531217db4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Using TW after 5 year gap from TW2

2017-08-05 Thread AlanBCohen
Before I became disabled, I was a heavy user of some TW2 plugins; especially 
ForEachTiddler. For example, I created a tiddler with a name like 'journal'. 
The contents were a FeT that would list all the other tiddlers with the tag 
'journal' with various sort and formatting. Another use was tagging journals 
with a progectid. In separate tiddler named the specific projectid, FeT was 
used to create a list of related journals (later expanded to list all the 
tiddler.texts as a printable diary for the projectid).
I have not been able to find a TW5 equivalent for this functionality. Can 
someone point me to how to accomplish this.
Once past this, there will probably be more questions.
Alan

-- 
You received this message because you are subscribed to the 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/1537b1ff-eb6c-4d09-9e05-de5ba78db38c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] After upgrade 5.1.13 to 5.1.14 tags not shown in views

2017-08-05 Thread Andy Bunce
Hi,

After upgrading  from 5.1.13 to 5.1.14 tags not shown in views
They are still there and appear in edit mode. 
In the tag manager the tag column is empty although the other columns look 
ok.

How can I fix this?

/Andy

-- 
You received this message because you are subscribed to the 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/fb36cce8-556f-4f00-9317-699a198c8d65%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Presenting: GRAPHS - pies, bars, scatter and whatever turns you on

2017-08-05 Thread Mat
Danielo Rodríguez wrote:
>
> Can you see my screenshot?
>
> Now that I checked the example on landscape mode I saw the "for you" 
> message, so that "error" may be intentional ?
>

Ah, yes, that is in deed intentional - and it is especially made just for 
the demo. Bad idea of mine to demo it with something that can appear like 
an error. I do want to show that it's possible to single out slices but 
"serving" it above or below doesn't feel aesthetically right, so I'll do 
some thinking.

Thanks for pointing it out.

<:-)


-- 
You received this message because you are subscribed to the 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/1cba089f-5eff-4911-8d08-f7e2da5f98eb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: "tm-fold-tiddler" doesn't seem to work

2017-08-05 Thread 'Mark S.' via TiddlyWiki
The documentation appears to be wrong. I put together code that seems to 
work.

\define folded-state2()
$:/state/folded/$(foldme)$
\end
<$set name="foldme" value={{$:/temp/mytoot!!titel}}>
<$button>Fold the thing

<$action-sendmessage $message="tm-fold-tiddler" $param=<> 
foldedState=<> />


<>




On Saturday, August 5, 2017 at 12:07:12 PM UTC-7, ste...@gmail.com wrote:
>
> Hi,
>
> I'm trying to generate new tiddlers using the action-createtiddler widget 
> and fold them immediately with "tm-fold-tiddler". However, the folding 
> doesn't seem to work. This is my code, which I want to use to import 
> individual posts ("toots") from the social network Mastodon:
>
> \define folded-state2()
> $:/state/folded/$(foldme)$
> \end
>
> <$edit-text tiddler="$:/temp/mytoot" tag="input" field="titel" 
> default="Toot Title" size=30/>
>
>
> 
> <$edit-text tiddler="$:/temp/mytoot" tag="textarea" class="editorArea" 
> default="json toot"/>
>
> <$set name="foldme" value={{$:/temp/mytoot!!titel}}>
> <$button>
> <$action-createtiddler $basetitle={{$:/temp/mytoot!!titel}} tags="Toots" 
> type="application/json" $savetitle="!!toot-titel" text={{$:/temp/mytoot}}/>
> Save json toot
> <$action-sendmessage $message="tm-fold-tiddler" $param=<> 
> foldedState=<> />
> 
> 
>
> What am I doing wrong?
>
> Many thanks,
>
> Stef
>

-- 
You received this message because you are subscribed to the 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/ecfb30b7-4f62-4636-ba5d-a57d697c4f64%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] "tm-fold-tiddler" doesn't seem to work

2017-08-05 Thread stefct4
Hi,

I'm trying to generate new tiddlers using the action-createtiddler widget 
and fold them immediately with "tm-fold-tiddler". However, the folding 
doesn't seem to work. This is my code, which I want to use to import 
individual posts ("toots") from the social network Mastodon:

<$edit-text tiddler="$:/temp/mytoot" tag="input" field="titel" 
default="Toot Title" size=30/>



<$edit-text tiddler="$:/temp/mytoot" tag="textarea" class="editorArea" 
default="json toot"/>


<$button>
<$action-createtiddler $basetitle={{$:/temp/mytoot!!titel}} tags="Toots" 
type="application/json" $savetitle="!!toot-titel" text={{$:/temp/mytoot}}/>
Save json toot
<$action-sendmessage $message="tm-fold-tiddler" 
$param={{$:/temp/mytoot!!titel}} $foldedStatePrefix="$:/state/folded/">
<$action-deletetiddler $tiddler="$:/temp/mytoot"/>


What am I doing wrong?

Many thanks,

Stef

-- 
You received this message because you are subscribed to the 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/59359b78-44fb-4dd2-93ab-94705d4c1ca3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Presenting: GRAPHS - pies, bars, scatter and whatever turns you on

2017-08-05 Thread Danielo Rodríguez
Can you see my screenshot?

Now that I checked the example on landscape mode I saw the "for you" message, 
so that "error" may be intentional ?

-- 
You received this message because you are subscribed to the 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/54435649-1a7a-401b-985c-535e26243789%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Presenting: GRAPHS - pies, bars, scatter and whatever turns you on

2017-08-05 Thread Danielo Rodríguez

This is what I see on my phone:







El martes, 25 de julio de 2017, 15:26:25 (UTC+2), Mat escribió:
>
>
> Directly from the guys at TWaddler Neuro Blast Enterprises...
>
> extremely proudly to presenting...
>
>
> Graphs 
>
> [beta]
>
> I'll be abroad for a few days now so will probably not be
>  able to communicate much, but please do come with input.
>
> <:-)
>

-- 
You received this message because you are subscribed to the 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/62f55300-f522-423f-a367-edbdd48e7489%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: Presenting: GRAPHS - pies, bars, scatter and whatever turns you on

2017-08-05 Thread Alex Hough
Matt,

you've been busy!
 Wow!

Alex

On 5 August 2017 at 00:01, @TiddlyTweeter  wrote:

> Mat wrote:
>>
>> @TiddlyTweeter wrote:
>>>
>>> As far as I see it reads data from TiddlerS. I think there are lot of
>>> occasions where reading data from ONE Data Dictionary would be Just As Good.
>>>
>>
>> Hm, interesting - I misunderstood you at first: I think it should be
>> possible to use one dictionary (or rather, its entries) as input for the
>> graph, instead of tiddlers. That's a very good idea.
>>
>> ...but you seem to want something else: Using one single *text* as input
>> and somehow count occurrences of predefined strings, right?
>>
>
> *NO.** I'd have the dictionary done already. *Not your issue. It would be
> this ...
>
> Label: count
>
> The basic structure of Data Dictionaries is that.
>
> It would need be ALREADY ready. Data dictionaries could be anything. The
> one thing they are NOT, usually, is dynamic data.
>
> Josiah, x
>
>
> --
> You received this message because you are subscribed to the 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/aa8daf62-c5e2-430c-b9e0-bf4ef7200711%40googlegroups.com
> 
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the 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/CALc1hYcyKbuQ6MOmv1noS_OCKat4zV%2B2zgx_jaSBK1763CFiPQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.