[tw] Re: combine <> with macro $variable$

2017-03-18 Thread Eric Shulman
On Saturday, March 18, 2017 at 9:38:21 PM UTC-7, Dave wrote:
>
> I would like to have a macro like this
> \define notes(side)
> <$edit-text tiddler="notesInFields" field="<>.$side$" >
> \end
> that refers to a fieldname that combines the current tiddlers title with a 
> variable provided by the macro where its called
> So in this case I could have <> in a tiddler named "Foo" and 
> it would keep the text that's written in the text box in a field called 
> "Foo.left"
> As its written, however, the actual field name is 
> "<>.left".
> I tried without quotes, and using variations with the wikify widget, and 
> also using {{brackets}} but am not having  success.
>

Try this:

<$edit-text tiddler="notesInFields" field="$(currentTiddler)$.$side$" >

 
Within a macro definition, all instances of $var$ are replaced with the 
corresponding values *passed into the macro as parameters*.  Similiarly, 
all instances of $(var)$ are replaced with corresponding values of 
*variables that are already defined outside the macro*.

Thus, in the above line, the $(currentTiddler)$ value is replaced with the 
actual name of the tiddler (e.g., "Foo"), and the $side$ param is replaced 
by whatever is passed in.  After the text substitutions are done, the full 
syntax is then "returned" for parsing.  Thus, the syntax
 ... field="$(currentTiddler)$.$side$"
is actually turned into
... field="Foo.left"
before other processing is performed, giving you the results you want.

enjoy,
-e
Eric Shulman
TiddlyTools: "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/79113698-c19d-447d-82f5-3806032adbf1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] combine <> with macro $variable$

2017-03-18 Thread Dave
I would like to have a macro like this

\define notes(side)
<$edit-text tiddler="notesInFields" field="<>.$side$" >
\end

that refers to a fieldname that combines the current tiddlers title with a 
variable provided by the macro where its called


So in this case I could have <> in a tiddler named "Foo" and it 
would keep the text that's written in the text box in a field called 
"Foo.left"

As its written, however, the actual field name is "<>.left".

I tried without quotes, and using variations with the wikify widget, and 
also using {{brackets}} but am not having  success.


Any suggestions?

thanks,
- Dave


-- 
You received this message because you are subscribed to the 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/202fe984-7448-40c8-bd38-ab3d4897a808%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] [tw5] Is there a tiddlyterms glossary available?

2017-03-18 Thread Raymond McDowell
I've been looking for a glossary of tiddlywiki terminology but can't find 
any. I've founds lots of posts on it, but no actual glossary. Is one 
available?  

-- 
You received this message because you are subscribed to the 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/d34123b6-4544-46ff-8968-b92091b42f40%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Introducing a simple BarChart plugin

2017-03-18 Thread Jed Carty
There are some updates, mostly to the code side of things but now you can:


* Set the width and height css units separately
* Change how bars are labeled, but there aren't many options yet.
* Use both normal (upright) and inverted (hanging) bar charts as well as 
charts that start on the right or on the left
* Now something is shown regardless of what you have the height set to, but 
it may not be correct if you have a small height and are using the stacked 
mode.
* The chart now uses the full height and width that you give with the 
appropriate dimensions determined automatically for both width and height
* Maybe something else I forgot

The creator tool is updated, so you can play with that to see how 
everything works.

I would like to make some sort of annotations for the charts this makes, 
but I don't have any good ideas about how to do that so I may take a quick 
look at this again tomorrow and unless I have some specific ideas move the 
changes to the normal plugin library and be done with this for now.

Josiah,

Good point about left and right, I am not sure why I didn't notice that. As 
far as the radio buttons go I am not sure what you are referring to, they 
have been working as expected on both firefox and safari.

The experimental version is still 
here http://ooktech.com/jed/ExampleWikis/BarChart/

-- 
You received this message because you are subscribed to the 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/76828633-6dcb-4606-a362-73e75fd5fee7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: [TW5] Creating editable HistoryView of opened tiddlers

2017-03-18 Thread Ste Wilson
Didn't know that. Just added to my wiki! 

-- 
You received this message because you are subscribed to the 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/b05fbd4e-74ec-44f0-a3f2-5d6bc73120e5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: [TW5] Creating editable HistoryView of opened tiddlers

2017-03-18 Thread Jan Johannpeter
There is a Plugin by Wim Which does exactly this
http://tw5quickref.tiddlyspot.com/
Greetings Jan

'Alex' via TiddlyWiki  schrieb am Do. 16. März
2017 um 20:10:

> Hi PMario,
>
> thanks four your answer.
>
> But StoryList does not store the tiddler which were opened and closed
> afterwards. I think HistoryList is exactly what I need. A list of tiddlers
> which were opened. Even if they were closed afterwards they are stored in
> HistoryList. But I could not get a list from HistoryList to show in SideBar
> or anywhere else.
>
>
> Am Donnerstag, 16. März 2017 13:22:37 UTC+1 schrieb PMario:
>
> Hi Alex,
>
> {{$:/StoryList!!list}}  will show you the list field of all open tiddlers.
>
> -m
>
> --
> You received this message because you are subscribed to the Google Groups
> "TiddlyWiki" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to tiddlywiki+unsubscr...@googlegroups.com.
> To post to this group, send email to tiddlywiki@googlegroups.com.
> Visit this group at https://groups.google.com/group/tiddlywiki.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/tiddlywiki/c62b1a71-e58b-494e-a158-dd0e90379ea9%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/CALdpFy0%3DVyfFdiLMT9JhbkWMy5BZ2RxRZrk9csOmaHYCpcPJdA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Announcing the 2nd TiddlyWiki European Meetup on 10th & 11th June 2017

2017-03-18 Thread Bo Du
I have been using tiddlywiki since 2005, it makes my life much easier. I 
would like to come for the meet up if there is still any space. woule be a 
good fun.

On Friday, 24 February 2017 12:00:01 UTC, Jeremy Ruston wrote:
>
> I’m delighted to invite you to the 2nd TiddlyWiki European Meetup on 
> Saturday 10th and Sunday 11th June 2017, in Oxford, UK.
>
> We had a similar event last year (see photo below and 
> http://tiddlywiki.com/#TiddlyWiki%20European%20Meetup%202016). It was a 
> terrific opportunity to meet face-to-face and get to know one another. We 
> focussed on working together on twederation but broke out into many 
> interesting discussions and demonstrations. It was pretty good fun, and 
> hopefully we can learn from our previous experience and make the event this 
> year even better.
>
> Still to do:
>
> * Finalising the venue; I’m hoping to use the same place as last year
> * Although the event is free of charge, I’ll set up eventbrite (or 
> equivalent) so that people can register and I can have an idea of numbers
> * Planning the schedule. We might kick off with dinner on the evening of 
> Friday 9th.
>
> Please reply here if you’re interested in attending, or with any questions 
> or suggestions.
>
> Best wishes
>
> Jeremy.
>
>

-- 
You received this message because you are subscribed to the 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/f8caf6e0-75e0-45cd-9856-c8441b860c93%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Substring of tiddler name

2017-03-18 Thread Mat
Steve, be sure to look around at Grand TWizard Tobias Beers stuff 
 from time to time. I'm pretty sure he 
has created filter operators that can do what you ask for.

<:-)

-- 
You received this message because you are subscribed to the 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/18b1555e-a6b6-4629-88a3-5ab50336740b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: New home for TiddlyWiki Five saver for Dropbox

2017-03-18 Thread Dragon Cotterill


On Thursday, 16 March 2017 20:06:45 UTC, Arlen Beiler wrote:
>
>
> If anyone else would like to host their cloud connecting app on this site, 
> let me know and I will setup a repository for you. I'm also going to add 
> Jeremy as an admin to the organization. 
>
>
As somebody who deals with security issues everyday, I'm going to say "No", 
and here's why.

The permissions you've set for you app requests unrestricted access to the 
user's Dropbox account. Which means that your system can access any file, 
in any directory. Whilst many people think that this only allows the user 
to trigger the interactions, selecting the necessary files as they wish, it 
does not restrict your API calls from perform additional requests at the 
same time. You may be honourable in your intentions and it's a good system, 
but there is the potential for abuse.

Now if the system was to only request the App Folder permission then this 
would be a lot better. The DB API system would prevent unwarranted 
intrusion and permit access to be restricted to files just within that 
folder.

-- 
You received this message because you are subscribed to the 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/ac45370d-780a-4d98-b4ab-e118e0fa495b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.