[tw] Re: [TW5] Host on github for free without any git knowledge or software installation

2015-11-17 Thread Danielo Rodríguez
Hello Magev, sorry for the late response

Try the following:

Install git, not desktop, the actual git. I know there is a MAC version 
because I had it some time ago.
Then:


   1. Navigate to your wiki folder: cd wikiFolder
   2. Execute: git init
   3. Add the remote repository, the one you are going to use to host the 
   wiki. 
  1.  git remote add origin https://github.com/*user*/*repo*.git
   4. Optionally run git pull
   5. now run: 
  1. git add . (note the dot)
  2. git commit -m "First commit"
  3. git push origin master
   6. Done!

Let me know if this works.

Regards 

El jueves, 22 de octubre de 2015, 19:15:47 (UTC+2), magev958 escribió:
>
> This is my first attempt at GitHub, so very new to it. I did download 
> GitHubDesktop on mac, but when I tried upload it wanted an "commit comment" 
> on every file. Not so fun on 27.000 files!
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/a96c6389-37f5-4cfe-ab00-ea11f97c2681%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Advice: including .png screenshots in Wiki

2015-11-17 Thread Alex Hough
Dear All,

I am going to be producing a scrapbook type TW with lots of images. I
like screenshots, and notice they are quite small files - I've just
imported one, it's 291 K.

The photos were originally taken on an iPhone, I find it quicker to
screen shot the parts of them I want and the drag them into TW than
other methods.



I am using the node version of TW5 . My intention is to output the TW
and share it as a single file.

The questions:
1) Are screenshots going to significantly slow down my tw?
2) What are the downsides of this approach
3) I was considering using images file and _canonical_uri. If I hosted
my TW files on GitHub, would it be possible to link to them from a
single file TW also hosted on gitHub?


Alex

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/CALc1hYdHoLbybYR%3DzPcBpDbCXS0PC_jpQBC4%3DJz-3C6-KkrbWw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Snap.svg

2015-11-17 Thread FrD
Hi BJ and Eric,

Thank you both.
No more error message. I can access a "Snap" object from inside my test 
widget. I'll try some drawings.

Menawhile I've found another svg library : http://svgjs.com/
This one can be embeded inside a TW5 and used with "require" from inside a 
widget, so maybe I'll turn to this one (and it's smaller too).

FrD


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/2251f4f1-c2d6-4a94-8744-40be4ceda062%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TW Classic - ExportTiddlersPlugIn

2015-11-17 Thread Eric Shulman
On Tuesday, November 17, 2015 at 8:55:08 PM UTC-8, Papa Piper wrote:
>
> Okay, I downloaded ExportTiddlersPlugIn to my Android using AndTidWiki & 
> iTW 2.4.1, after reading about it at TiddlyWiki.org, where is directed me 
> to TiddlyWiki.com for downloading.
>
> I then put the macro command in a new tiddler, thusly:
>
> <> 
>
> So, I expected to get the inline panel, however, all I'm getting is a 
> button with a right arrow on top, which button, when pressed, saves my 
> entire TW file to my sd card.  In other words this macro functions only as 
> the "Save file function" functions.
>


I check on my site (TiddlyTools.com), and the plugin does show the inline 
panel.  I also confirmed that the plugin shows the panel when installed in 
a fresh copy of TWC (v2.8.1).   I'm not sure where you went wrong.  Can you 
describe *exactly* how you installed the plugin?

One important note: I don't know if it was a typo in your message, but the 
name of the plugin must not be changed.  "ExportTiddlersPlugin"... NOT 
"ExportTiddlersPlugIn" (no capital "I").

-e



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


[tw] TW Classic - ExportTiddlersPlugIn

2015-11-17 Thread Papa Piper
Okay, I downloaded ExportTiddlersPlugIn to my Android using AndTidWiki & iTW 
2.4.1, after reading about it at TiddlyWiki.org, where is directed me to 
TiddlyWiki.com for downloading.

I then put the macro command in a new tiddler, thusly:

<> 

So, I expected to get the inline panel, however, all I'm getting is a button 
with a right arrow on top, which button, when pressed, saves my entire TW file 
to my sd card.  In other words this macro functions only as the "Save file 
function" functions.

--pp   :-(

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/6f909079-f10a-417d-8fe8-9c34c00affbd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] [TW5] Random Background

2015-11-17 Thread Andrew
Hello all you wonderful Tiddlywiki people. I have another new plugin I'd 
like to introduce. It's called Random Background 
. Let me know what you think.

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/0c06ee1f-ac08-4121-967d-daf3cf295823%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Saving a TiddlyWiki uploaded to personal webhost.

2015-11-17 Thread Joshua Galan
Thanks Eric!

On Tuesday, November 17, 2015 at 10:23:18 PM UTC-5, Eric Shulman wrote:
>
> On Tuesday, November 17, 2015 at 7:16:00 PM UTC-8, Joshua Galan wrote:
>>
>> TiddlyWiki novice here. I am using a Google Chrome browser and have 
>> uploaded a relatively new TiddlyWiki index.html file onto a personal web 
>> host of mine. Whenever I click on the "save changes" icon, it prompts me to 
>> save the index.html file onto my computer. This is extremely inconvenient 
>> as it would require me to re-upload the most current index.html file *every 
>> single* time I make a modification that is saved.
>> Is there anyway to have changes saved directly to the index.html on my 
>> server? 
>>
>
> If your personal web host support PHP scripts, then you can follow the 
> steps outlined here:
>http://tiddlywiki.com/#Saving%20on%20a%20PHP%20Server
>
> enjoy,
> -e
>
>

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


[tw] Re: Saving a TiddlyWiki uploaded to personal webhost.

2015-11-17 Thread Eric Shulman
On Tuesday, November 17, 2015 at 7:16:00 PM UTC-8, Joshua Galan wrote:
>
> TiddlyWiki novice here. I am using a Google Chrome browser and have 
> uploaded a relatively new TiddlyWiki index.html file onto a personal web 
> host of mine. Whenever I click on the "save changes" icon, it prompts me to 
> save the index.html file onto my computer. This is extremely inconvenient 
> as it would require me to re-upload the most current index.html file *every 
> single* time I make a modification that is saved.
> Is there anyway to have changes saved directly to the index.html on my 
> server? 
>

If your personal web host support PHP scripts, then you can follow the 
steps outlined here:
   http://tiddlywiki.com/#Saving%20on%20a%20PHP%20Server

enjoy,
-e

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


[tw] Saving a TiddlyWiki uploaded to personal webhost.

2015-11-17 Thread Joshua Galan
Hello,

TiddlyWiki novice here. I am using a Google Chrome browser and have 
uploaded a relatively new TiddlyWiki index.html file onto a personal web 
host of mine. Whenever I click on the "save changes" icon, it prompts me to 
save the index.html file onto my computer. This is extremely inconvenient 
as it would require me to re-upload the most current index.html file *every 
single* time I make a modification that is saved.

Is there anyway to have changes saved directly to the index.html on my 
server? 

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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/bb6d656a-bf38-4149-bd3b-1b7a9b39da1d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] TW5 reminders

2015-11-17 Thread jb
I revisit this about ever 6 months hoping that it has been addressed.
Is there now, or will there ever be a function like TWC reminders 
- http://remindermacros.tiddlyspot.com/ - ?
Thanks!
J Bell

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/6204a265-9c68-4105-bfde-8b0e50328134%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Snap.svg

2015-11-17 Thread BJ

I agree with what Eric says.

Its seems that the lib needs to be put as




On Tuesday, November 17, 2015 at 9:48:36 PM UTC, FrD wrote:
>
> Hi BJ,
>
> Thanks for the tip.
> In what kind of tiddler do you put the script instruction ?
>
> Thanks
>
> FrD
>
> Le mardi 17 novembre 2015 22:40:54 UTC+1, BJ a écrit :
>>
>> Hi FrD
>> I can't get it to work either.
>> I can use it loading the lib  like:
>>
>> 
>>
>> cheers
>>
>> BJ
>>
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/c7561897-f515-4509-b771-6c51f1cd2532%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: [TW5] Tidgraph - Easy tiddler graphs - New release candidate 0.9.0-rc1

2015-11-17 Thread ihm4u


Hi,

Quoting Tobias Beer :


Hi ihm,



Also I  like one step less :)



Same here. Just thought I'd mention it. :)

Best wishes,

— tb



Thanks for the tips! version 0.9.0-rc3 is out with the fixes we talked  
about: the support for mode templates with a _tgr_mode field, and  
support for _tgr_node_filter field in templates to select tiddlers to  
which the template applies.


I also revamped the Node Templates Demos with more explanations and a  
simple example like you suggested.


Let me know what you think of the new demo pages:

https://ihm4u.github.io/tw5plugs/#Node%20Templates%20Demo
and
https://ihm4u.github.io/tw5plugs/#Advanced%20Node%20Templates

And of course, I'd like to know if you find any bugs, especially with  
the use of _tgr_node_level, _tgr_node_filter , _tgr_node_template,  
_tgr_node_class, _tgr_node_class_add and of course _tgr_mode


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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/20151117181626.Horde.lFJluOw5UXoErQCCrQLd2xx%40www.newsfromgod.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Snap.svg

2015-11-17 Thread Eric Shulman
On Tuesday, November 17, 2015 at 1:48:36 PM UTC-8, FrD wrote:
>
> Thanks for the tip.
> In what kind of tiddler do you put the script instruction ?
> Le mardi 17 novembre 2015 22:40:54 UTC+1, BJ a écrit :
>>
>> I can use it loading the lib  like:
>> 
>>
>
If you tag a tiddler with: 
   $:/tags/RawMarkup 
then it's contents will be inserted into the output file at the end of the 
... section.

enjoy,
-e

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/6c4bdffb-23c2-4683-b3b5-7bb2d948b68f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Snap.svg

2015-11-17 Thread FrD
Hi BJ,

Thanks for the tip.
In what kind of tiddler do you put the script instruction ?

Thanks

FrD

Le mardi 17 novembre 2015 22:40:54 UTC+1, BJ a écrit :
>
> Hi FrD
> I can't get it to work either.
> I can use it loading the lib  like:
>
> 
>
> cheers
>
> BJ
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/d0b6a5f2-1057-434e-adb9-7fefc5199703%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Snap.svg

2015-11-17 Thread BJ
Hi FrD
I can't get it to work either.
I can use it loading the lib  like:



cheers

BJ

On Tuesday, November 17, 2015 at 3:38:51 PM UTC, FrD wrote:
>
> Hi,
>
> Searching the web about svg an svg libraries, I found Snap.svg 
> .
>
> I'd like to be able to test and perhaps use this library in TW5 (in a 
> widget) , but I don't know how to integrate it.
> I've copied the snap js file in a tiddler, added type 
> application/javascript and module-type library (my tiddler is 
> $:/frd/library/snapsvg.js).
>
> Then I have to "require" the module from inside a widget :
>
> var snap = require("$:/frd/library/snapsvg.js");
> (I've also tried var snap = require("$:/frd/library/snapsvg.js").Snap;)
>
> But I get an error message when loading : Error executing boot module 
> $:/frd/library/snapsvg.js : undefined
> Maybe the snapsvg library is not in the right format for TW (pb with 
> export. ... ?) or something else is missing.
>
> Any help would be greatly appreciated !
> Thanks in advance,
>
>
> FrD
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/93b4d584-4768-43c0-a909-fa9c2996f364%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Tidgraph - Easy tiddler graphs - New release candidate 0.9.0-rc1

2015-11-17 Thread Tobias Beer
Hi ihm,
 

> Also I  like one step less :)


Same here. Just thought I'd mention it. :)

Best wishes,

— tb

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/88331e26-3af1-405b-ab83-a578f9790067%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Tidgraph - Easy tiddler graphs - New release candidate 0.9.0-rc1

2015-11-17 Thread ihm4u


Hi Tobias,



Many roads leading to Rome, here's another one.

You are probably aware of system tags. So, another way to model this could
be to...


   1. set the tag *$:/tags/TidGraphMode* at a mode tiddler
   2. specify the filter as its text
   3. specify the mode name using a field like *mode:mode-name*

As you can see, this would require two steps to mark a tiddler as a
"mode-config tiddler", but it would be more in line with the core system
tagging approach. Well. Both ways are fine to me.



hmm I prefer the other way, because mode tiddlers don't affect the  
whole wiki. For example, $:/tags/Stylesheet makes the stylesheet  
available for the whole wiki, same with $:/tags/Macro, or even the  
other system tags which add new elements to the wiki layout. Also I  
like one step less :) However I am all for keeping the user experience  
in line with the core system, but in this case it doesn't seem to  
match the idea of system tags, because Tidgraph modes don't affect the  
whole system.


thanks!
ihm








--
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/20151117143330.Horde.v63H65PYypVAg7-eJlL4VOE%40www.newsfromgod.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Math.js Plugin

2015-11-17 Thread Matthew Lauber
Huh.  Not sure what's going on there.  I'll have to dig into it.  (I'm 
using basically the exact same code in one of my own projects.) I've opened 
an issue here https://github.com/mklauber/tiddly-mathjs/issues/1

On Tuesday, November 17, 2015 at 11:51:25 AM UTC-5, Xavier wrote:
>
> Hi Mattew,
>
> No change. The computation does happen with or without parenthesis, but 
> the brackets remain. Here is a modifid Examples tiddler in attachment.
>
> Xavier.
>
> -- Xavier Cazin
>
> On Tue, Nov 17, 2015 at 4:53 PM, Matthew Lauber  > wrote:
>
>> Xavier,
>>As far as I can tell, I think it has to do with the basics of math.js 
>> It doesn't know whether "0 +1" means "0 + 1" or a list of two items "0" and 
>> "+1".  You can resolve it by wrapping the entire expression in parens.  
>>
>> <$calc>(
>> <$list filter="[list[!!mylist]]">
>> <$view field="title"/> +
>> 
>> 0
>> )
>>
>> On Tuesday, November 17, 2015 at 10:25:05 AM UTC-5, Xavier wrote:
>>>
>>> Hi Matthew,
>>>
>>> Thank you for this very useful plugin. I run into a strange effect, 
>>> though: when I try to use it on a list (say, in a mylist field), the 
>>> following code gives its result *around brackets*:
>>> <$calc>
>>> <$list filter="[list[!!mylist]]">
>>> <$view field="title"/> +
>>> 
>>> 0
>>> 
>>> Can you figure why?
>>>
>>> Best,
>>> Xavier.
>>>
>>> -- Xavier Cazin
>>>
>>> On Tue, Nov 17, 2015 at 1:15 AM, Matthew Lauber  
>>> wrote:
>>>
 One quick update.  I've released version 1.1.0 which includes a new 
 parameter "silence" which silences the parse error text.  This is for use 
 with forms where having the parse error text visible while changing the 
 input in not desired.  Still available at 
 http://mklauber.github.io/tiddly-mathjs/  You can get the older 
 version at http://mklauber.github.io/tiddly-mathjs/1.0.0.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+...@googlegroups.com.
 To post to this group, send email to tiddl...@googlegroups.com.
 Visit this group at http://groups.google.com/group/tiddlywiki.
 To view this discussion on the web visit 
 https://groups.google.com/d/msgid/tiddlywiki/d6ce29ff-bd69-469e-b799-17015b766558%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+...@googlegroups.com .
>> To post to this group, send email to tiddl...@googlegroups.com 
>> .
>> Visit this group at http://groups.google.com/group/tiddlywiki.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/tiddlywiki/35791211-c01f-4630-ad74-eb5536d8abe6%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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/f5dd9e9b-95f3-4e22-8576-42c62e16368d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Tidgraph - Easy tiddler graphs - New release candidate 0.9.0-rc1

2015-11-17 Thread Tobias Beer
Hi ihm,
 

> So, you'd be using a field, maybe *_tgr_mode: mode-name*
> and then go look for that tiddler when someone uses this mode.
>
> This allows to stuff mode-config tiddlers into any namespace you want,
> put them elsewhere, rename them, all that, while retaining functional 
> references.
> After all, you're not going to create modes every day.
>
 
Many roads leading to Rome, here's another one.

You are probably aware of system tags. So, another way to model this could 
be to...


   1. set the tag *$:/tags/TidGraphMode* at a mode tiddler
   2. specify the filter as its text
   3. specify the mode name using a field like *mode:mode-name*
   
As you can see, this would require two steps to mark a tiddler as a 
"mode-config tiddler", but it would be more in line with the core system 
tagging approach. Well. Both ways are fine to me.

Best wishes,

— tb

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/d7703913-e4fd-4ac1-ae79-b6b6b884affd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: [TW5] Tidgraph - Easy tiddler graphs - New release candidate 0.9.0-rc1

2015-11-17 Thread ihm4u

Hi Tobias,

Cool! Thanks for picking up on this.
I'd perhaps make a slight "architectural" modification
where you'd not use the tiddler title directly for the mode
(because I wouldn't want those tiddlers in the "actual tiddlers" namespace:

So, you'd be using a field, maybe *_tgr_mode: mode-name*
and then go look for that tiddler when someone uses this mode.

This allows to stuff mode-config tiddlers into any namespace you want,
put them elsewhere, rename them, all that, while retainging functional
references.



Great catch, I'll put it in the next release candidate.

Thanks so much for your insights. Let me know if you find bugs or  
anyone reading this!

I would like for the release to be as clean as possible.

ihm


--
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/20151117130410.Horde.JGV7OPuUVrsPJDmxBhZDKpI%40www.newsfromgod.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] (TW5) Question about filtering with multiple tags

2015-11-17 Thread mondayrobot
Thank you all!

Best wishes

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/bdf16504-a8e5-4923-a88e-1160d3badae1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Math.js Plugin

2015-11-17 Thread Xavier Cazin
Hi Mattew,

No change. The computation does happen with or without parenthesis, but the
brackets remain. Here is a modifid Examples tiddler in attachment.

Xavier.

-- Xavier Cazin

On Tue, Nov 17, 2015 at 4:53 PM, Matthew Lauber  wrote:

> Xavier,
>As far as I can tell, I think it has to do with the basics of math.js
> It doesn't know whether "0 +1" means "0 + 1" or a list of two items "0" and
> "+1".  You can resolve it by wrapping the entire expression in parens.
>
> <$calc>(
> <$list filter="[list[!!mylist]]">
> <$view field="title"/> +
> 
> 0
> )
>
> On Tuesday, November 17, 2015 at 10:25:05 AM UTC-5, Xavier wrote:
>>
>> Hi Matthew,
>>
>> Thank you for this very useful plugin. I run into a strange effect,
>> though: when I try to use it on a list (say, in a mylist field), the
>> following code gives its result *around brackets*:
>> <$calc>
>> <$list filter="[list[!!mylist]]">
>> <$view field="title"/> +
>> 
>> 0
>> 
>> Can you figure why?
>>
>> Best,
>> Xavier.
>>
>> -- Xavier Cazin
>>
>> On Tue, Nov 17, 2015 at 1:15 AM, Matthew Lauber 
>> wrote:
>>
>>> One quick update.  I've released version 1.1.0 which includes a new
>>> parameter "silence" which silences the parse error text.  This is for use
>>> with forms where having the parse error text visible while changing the
>>> input in not desired.  Still available at
>>> http://mklauber.github.io/tiddly-mathjs/  You can get the older version
>>> at http://mklauber.github.io/tiddly-mathjs/1.0.0.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+...@googlegroups.com.
>>> To post to this group, send email to tiddl...@googlegroups.com.
>>> Visit this group at http://groups.google.com/group/tiddlywiki.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/tiddlywiki/d6ce29ff-bd69-469e-b799-17015b766558%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 http://groups.google.com/group/tiddlywiki.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/tiddlywiki/35791211-c01f-4630-ad74-eb5536d8abe6%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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/CADeSwYPPhGZqVJqLb-H4NpV%2BtY8a_tQS3RVgiLK_8ABfg36N4g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Examples.json
Description: application/json


Examples(1).tid
Description: Binary data


[tw] Re: [TW5] Tidgraph - Easy tiddler graphs - New release candidate 0.9.0-rc1

2015-11-17 Thread Tobias Beer
Hi ihm,

Check the Custom Mode Demo at   
> https://ihm4u.github.io/tw5plugs/#Node%20Templates%20Demo 
>

Cool! Thanks for picking up on this.
I'd perhaps make a slight "architectural" modification
where you'd not use the tiddler title directly for the mode
(because I wouldn't want those tiddlers in the "actual tiddlers" namespace:

So, you'd be using a field, maybe *_tgr_mode: mode-name*
and then go look for that tiddler when someone uses this mode.

This allows to stuff mode-config tiddlers into any namespace you want,
put them elsewhere, rename them, all that, while retainging functional 
references.

Best wishes,

— tb

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/4885d445-9c34-4134-a38b-de6a784a1d95%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TiddlyWiki Hangout #90 will be on Tuesday 17th November 2015 at 4pm GMT

2015-11-17 Thread Jeremy Ruston
TiddlyWiki Hangout #90 is about to start.

Watch or post questions at
https://plus.google.com/events/cptg598ebs9csmk0gbf2c67rq34

Join in at
https://plus.google.com/hangouts/_/hoaevent/AP36tYdHHdX3qz6d8ToSx_vD6riNTnkfYifSn6wbilfjGJ_S0ppntQ

Matt - I've updated http://hangout-90.tiddlyspot.com/ with your question,

Best wishes

Jeremy.

On Mon, Nov 16, 2015 at 1:36 PM, Matthew Lauber  wrote:

> I will be around to listen in, but not able to talk.  Probably can chime
> in on chat though.
>
> One thing I'd like to hear about either at this or a future hangout is
> non-core plugin development and maintenance.  I just made my first plugin
>  that I
> expect other people to actually want to use, and I'm trying to figure out
> a) how best to host it (including older versions, as was pointed out to
> me), and b) how to facilitate improvements.  There's plenty of help and
> advice for people developing a plugin, but I haven't heard much about
> recommended ways to host or maintain a plugin.  I've been hashing out a
> system for myself with Tobias and BJ on this thread
> , but I'd
> like to hear about other people's ideas.
>
> Matt Lauber
>



-- 
Jeremy Ruston
mailto:jeremy.rus...@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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/CAPKKYJYr2b_3gi%2BOczLPZ3xr1NAOZuTMfL3XAvCNtw%2BxhcEY3g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Math.js Plugin

2015-11-17 Thread Matthew Lauber
Xavier,
   As far as I can tell, I think it has to do with the basics of math.js It 
doesn't know whether "0 +1" means "0 + 1" or a list of two items "0" and 
"+1".  You can resolve it by wrapping the entire expression in parens.  

<$calc>(
<$list filter="[list[!!mylist]]">
<$view field="title"/> +

0
)

On Tuesday, November 17, 2015 at 10:25:05 AM UTC-5, Xavier wrote:
>
> Hi Matthew,
>
> Thank you for this very useful plugin. I run into a strange effect, 
> though: when I try to use it on a list (say, in a mylist field), the 
> following code gives its result *around brackets*:
> <$calc>
> <$list filter="[list[!!mylist]]">
> <$view field="title"/> +
> 
> 0
> 
> Can you figure why?
>
> Best,
> Xavier.
>
> -- Xavier Cazin
>
> On Tue, Nov 17, 2015 at 1:15 AM, Matthew Lauber  > wrote:
>
>> One quick update.  I've released version 1.1.0 which includes a new 
>> parameter "silence" which silences the parse error text.  This is for use 
>> with forms where having the parse error text visible while changing the 
>> input in not desired.  Still available at 
>> http://mklauber.github.io/tiddly-mathjs/  You can get the older version 
>> at http://mklauber.github.io/tiddly-mathjs/1.0.0.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+...@googlegroups.com .
>> To post to this group, send email to tiddl...@googlegroups.com 
>> .
>> Visit this group at http://groups.google.com/group/tiddlywiki.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/tiddlywiki/d6ce29ff-bd69-469e-b799-17015b766558%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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/35791211-c01f-4630-ad74-eb5536d8abe6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] [TW5] Snap.svg

2015-11-17 Thread FrD
Hi,

Searching the web about svg an svg libraries, I found Snap.svg 
.

I'd like to be able to test and perhaps use this library in TW5 (in a 
widget) , but I don't know how to integrate it.
I've copied the snap js file in a tiddler, added type 
application/javascript and module-type library (my tiddler is 
$:/frd/library/snapsvg.js).

Then I have to "require" the module from inside a widget :

var snap = require("$:/frd/library/snapsvg.js");
(I've also tried var snap = require("$:/frd/library/snapsvg.js").Snap;)

But I get an error message when loading : Error executing boot module 
$:/frd/library/snapsvg.js : undefined
Maybe the snapsvg library is not in the right format for TW (pb with 
export. ... ?) or something else is missing.

Any help would be greatly appreciated !
Thanks in advance,


FrD

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/db02d555-1e65-42ec-a280-741a29cdfd11%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] (TW5) Question about filtering with multiple tags

2015-11-17 Thread Jeremy Ruston
As Jed says, I think the problem under discussion here is with the set widget: 
pre-5.1.10 it wasn’t correctly refreshing if the results of a filter changed. 
Tobias has already submitted a partial fix for the problem in 5.1.10, but a 
quick review suggests that it is still broken. I’ll have a proper look at it 
after the hangout,

Best wishes

Jeremy

> On 17 Nov 2015, at 13:27, Tobias Beer  wrote:
> 
> Hi again,
> 
> I looked into the list widget and figured that 5.1.10-prerelease 
>  does have the required refresh handling.
> 
> So, I updated the example on at the join-filter demo 
> 
>  and added a button to quickly reset the selected tags.
> 
> Works nicely. ;-)
> 
> Best wishes,
> 
> — tb
> 
> -- 
> 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 
> .
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/tiddlywiki/db272711-f2d8-4aaf-8e73-ed0f18b92a6c%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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/97032049-3721-4CA6-9AB0-59E4EF43CB1D%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Math.js Plugin

2015-11-17 Thread Xavier Cazin
Hi Matthew,

Thank you for this very useful plugin. I run into a strange effect, though:
when I try to use it on a list (say, in a mylist field), the following code
gives its result *around brackets*:
<$calc>
<$list filter="[list[!!mylist]]">
<$view field="title"/> +

0

Can you figure why?

Best,
Xavier.

-- Xavier Cazin

On Tue, Nov 17, 2015 at 1:15 AM, Matthew Lauber  wrote:

> One quick update.  I've released version 1.1.0 which includes a new
> parameter "silence" which silences the parse error text.  This is for use
> with forms where having the parse error text visible while changing the
> input in not desired.  Still available at
> http://mklauber.github.io/tiddly-mathjs/  You can get the older version
> at http://mklauber.github.io/tiddly-mathjs/1.0.0.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 post to this group, send email to tiddlywiki@googlegroups.com.
> Visit this group at http://groups.google.com/group/tiddlywiki.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/tiddlywiki/d6ce29ff-bd69-469e-b799-17015b766558%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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/CADeSwYNfDuFYm1zEB85LWDYKk5GEy0afeqLjReTFXRkez94QGg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Tidgraph - Easy tiddler graphs - New release candidate 0.9.0-rc1

2015-11-17 Thread ihm4u

Hi Tobias,


How to define a custom mode?


Check the Custom Mode Demo at  
https://ihm4u.github.io/tw5plugs/#Node%20Templates%20Demo


I will also add a _tgr_template_filter field to choose the tiddlers to  
which a template applies
and a _tgr_templates field in the Custom Mode tiddler to specify  
templates that apply to a custom mode.


thanks!

Quoting Tobias Beer :


Hi ihm,

Very cool!

While svg is really powerful, perhaps the simplest example to leverage
node-templates might be to actually define a template that displays a
tiddler icon if defined, or displays a "subtitle" pulled form a "subtitle"
field, well, something more tw-centric, to not overwhelm with a load of svg
markup.

Great stuff! => passes virtual bucket of gold ;-)

Best wishes,

— tb




--
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/20151117101551.Horde.YhaWXULTRyvH4xTwoJhw0G5%40www.newsfromgod.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: [TW5] Tidgraph - Easy tiddler graphs - New release candidate 0.9.0-rc1

2015-11-17 Thread ihm4u

Hi Tobias,


... perhaps the simplest example to leverage
node-templates might be to actually define a template that displays a
tiddler icon if defined


Yeah :) I will make a simple node template demo showing the icon if defined..

Thanks!



Great stuff! => passes virtual bucket of gold ;-)



hehehehe I really like that bucket, it looks nice :)


--
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/20151117100826.Horde.sbVENqFiIwgatrONEwHOjmH%40www.newsfromgod.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Math.js Plugin

2015-11-17 Thread Tobias Beer
Hi Matthew,

This is more what I was picturing. 

 

<$calc variable="some-variable">1 + 1
> << some-variable >>


I'd have to agree with BJ here that using the term "variable" this way is 
confusing, if not wrong, at least inconsistent with how that term is 
already reserved for something else in TiddlyWiki.

So, if we'd go with any the *hidden-widget + macro* construct, it would 
have to be via referencing an element in the widget-tree via either some *id 
*or some *class *as indicated above 
... 
which makes me think that actually all widgets should, by default, provide 
a capability to specify at least an "id" attribute.

However, it appears that the next version for TiddlyWiki will actually 
refresh the widget should its computed attributes change! ...provided your 
widget is set up that way, e.g. to watch for changes to a given attribute.

So, this will work, if properly resolved:

<$calc>1 + 1.1
<$some-widget attr=<<= #some-reference int>>/>

In other words, if some-widget is implemented such that it will watch for 
changes to attr and refresh, then we're good to go.

Now, other than retrieving the inner text of any id-referenced chunk in the 
widget tree, the next problem would be specifying a math expression so that 
it can be used as a widget attribute.

The following might work, I believe:

<$vars bar=<">> frotz=<>>
<$some-widget foo=<> mumble=<>/>


Actually, this way, we would not even need any deferred id-lookup mechanism 
via hidden calc widgets.

Anyhow, this way, when used as a macro parameter, a text reference or macro 
needs to be specified for use in the calc macro's *expression* parameter 
the very same way they are specified in a filter expression, so as to 
circumvent any requirements that would necessitate using the MacroCallWidget 
.

Best wishes,

— tb

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/ec30a9fb-f1df-4cb8-8d03-30b915caf2c2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: (TW5) Question about filtering with multiple tags

2015-11-17 Thread Tobias Beer
Hi again,

I looked into the list widget and figured that 5.1.10-prerelease 
 does have the required refresh handling.

So, I updated the example on at the join-filter demo 

 and 
added a button to quickly reset the selected tags.

Works nicely. ;-)

Best wishes,

— tb

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/db272711-f2d8-4aaf-8e73-ed0f18b92a6c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: (TW5) Question about filtering with multiple tags

2015-11-17 Thread Sylvain Naudin
Thanks @mondayrobot to ask and @Tobbias for this example ! It's promising !!

Regards
Sylvain


Le mardi 17 novembre 2015 10:33:15 UTC+1, Tobias Beer a écrit :
>
> Hi mondayrobot,
>
> I've been working on a solution using a new filter I just created called 
> join .
>
> However, the problem is that currently the list does not update when 
> toggling the selection of any tags.
> In other words, the list currently is only updated by closing and opening 
> the tiddler again.
>
> To possibly remedy that situation, I have opened that ticket:
>
> *#2081 refreshing widgets*
> https://github.com/Jermolene/TiddlyWiki5/issues/2081
>
> Best wishes,
>
> — tb
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/43f32c3b-4610-443d-a91b-0945124359e9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: Need a list filter for...

2015-11-17 Thread David Gifford
Thanks Tobias, I had forgotten about that. I may just need that. Blessings,

Dave

On Tue, Nov 17, 2015 at 3:53 AM, Tobias Beer  wrote:

> Hi Dave,
>
> xlist  may at some point be handy to
> generate cross lists for your tags and categories.
>
> Best wishes,
>
> — tb
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "TiddlyWiki" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/tiddlywiki/jQv6xl0nCLI/unsubscribe.
> To unsubscribe from this group and all its topics, 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.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/tiddlywiki/2db4df49-d51d-40fd-9fe2-de4ecbb10724%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>



-- 
David Gifford
Christian Reformed World Missions, Mexico City

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/CANE%3DBFLPjdsidxr5ffogY%3D11bDg%3DWU%3DjWYXY6uH-YDPsKZ%3D20A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: (TW5) Question about filtering with multiple tags

2015-11-17 Thread Jed Carty
I have two solutions to this, neither are very good. One is used in my 
bookmarks 
plugin 
.
 
Unfortunately it is only a partial solution and it is a pain to implement. 
The other one is to have a bunch of checkboxes or select widgets like this:

\define thisMakeList()
<$list filter='[all[]$(Tag1)$$(Tag2)$$(Tag3)$$(Tag4)$]'>


\end

List of tags:
<$checkbox tiddler='$:/state/Selected Tiddlers' field=tag1_field checked='
tag[HelloThere]' unchecked=''>tag1

<$checkbox tiddler='$:/state/Selected Tiddlers' field=tag2_field checked='
tag[Examples]' unchecked=''>tag2

<$checkbox tiddler='$:/state/Selected Tiddlers' field=tag3_field checked='
tag[tag3]' unchecked=''>tag3

<$checkbox tiddler='$:/state/Selected Tiddlers' field=tag4_field checked='
tag[tag4]' unchecked=''>tag4

Results:

<$vars Tag1={{$:/state/Selected Tiddlers!!tag1_field}} 
Tag2={{$:/state/Selected Tiddlers!!tag2_field}} Tag3={{$:/state/Selected 
Tiddlers!!tag3_field}} Tag4={{$:/state/Selected Tiddlers!!tag4_field}}>

<>




Which works, but is a pain to make since you have to manually add each new 
tag to 3 places (the filter expression, the checkbox and the vars widget).

Hopefully we can figure out the refresh problem in the solution Tobias 
gave. I think it has something to do with the set widget not refreshing 
properly when it is given a 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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/c4ebe088-c88e-4de1-8e2f-99f65b53aaaf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Need a list filter for...

2015-11-17 Thread Tobias Beer
Hi Dave,

xlist  may at some point be handy to 
generate cross lists for your tags and categories.

Best wishes,

— tb

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/2db4df49-d51d-40fd-9fe2-de4ecbb10724%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: (TW5) Question about filtering with multiple tags

2015-11-17 Thread Tobias Beer
Hi mondayrobot,

I've been working on a solution using a new filter I just created called 
join .

However, the problem is that currently the list does not update when 
toggling the selection of any tags.

Best wishes,

— tb

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/0a00fb03-6081-4d4e-ac7d-a8ca5eb9162f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] [TW5] Learning SVG

2015-11-17 Thread FrD
Hi ihm,

Thanks for the pointers. It seems I've got a lot to learn ...
I'll try to get into the code.
The node templates are really a good idea.

FrD

Le mardi 17 novembre 2015 05:46:53 UTC+1, ih...@newsfromgod.com a écrit :
>
> Hi FrD, 
>
>
> > Hi, 
> > 
> > Seeing the wonderful Tidgraph plugin from ihm, I decided to take a 
> deeper 
> > look at svg graphics. So here I am on 
> Thanks! 
>
>
>
>
> Text is kind of hard to use within SVG figures. The best way I found   
> so far is to use foreignObject, it is described here:   
> http://tiddlywiki.com/#UsingSVG 
>
> Tidgraph uses SVG for the arrows, but tries to use HTML5 for the rest.   
> However, the new release candidate 0.9.0-rc1 also allows the use of   
> svg within node templates. Check the node templates demo in   
> https://ihm4u.github.io/tw5plugs to see how I used SVG together with   
> the tiddler title. The gold pot is a pure SVG figure. 
>
>
> Thanks! 
> ihm 
>
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/4da7cfc9-4a27-461c-b52c-38717bbc28ea%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Tidgraph - Easy tiddler graphs - New release candidate 0.9.0-rc1

2015-11-17 Thread Tobias Beer
Hi ihm,

Very cool!

While svg is really powerful, perhaps the simplest example to leverage 
node-templates might be to actually define a template that displays a 
tiddler icon if defined, or displays a "subtitle" pulled form a "subtitle" 
field, well, something more tw-centric, to not overwhelm with a load of svg 
markup.

Great stuff! => passes virtual bucket of gold ;-)

Best wishes,

— tb 

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/c94545d1-99b1-4c71-91e1-6ca482ad8875%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.