[tw5] Re: Show tags as full path

2018-05-07 Thread Silverfox
You can use this: <> On Monday, May 7, 2018 at 3:42:11 PM UTC+2, Brady77 wrote: > > Say I have a tiddler "Galaxian" tagged with "Arcade". Then the "Arcade" > tag is tagged with "Game". I wish I could see all the parent tags (up to > the root) with every tag used. Thanks. > -- You received

[tw5] Re: How to click on a D3 (svg) object to open a tiddler ?

2018-05-12 Thread Silverfox
I'm still looking at a solution to make it work... but I'm stuck for many days with it There are actually 2 different actions systems I don't know how to connect. D3 has it own event detector with instruction like this one: > .on("dblclick",function(d){ cliclic(d.data.name); }); and

[tw5] Re: How to click on a D3 (svg) object to open a tiddler ?

2018-05-13 Thread Silverfox
Wahoo... thank you but honestly I'm a bit lost... On Sunday, May 13, 2018 at 2:01:44 PM UTC+2, Jed Carty wrote: > > Now that I am looking at what I did with SnapSVG it isn't as simple as I > had remembered. > > The simplest way would be to make a widget based on the button widget, for > the

[tw5] Re: How to click on a D3 (svg) object to open a tiddler ?

2018-05-13 Thread Silverfox
My skills are definitely too limited... Here is what I've done : D3 double click entent activates a "cliclic" function in this function I wrote : > function cliclic(targetTiddler) { // alert("node " + targetTiddler + " was double clicked");

[tw5] Re: How to click on a D3 (svg) object to open a tiddler ?

2018-05-13 Thread Silverfox
Yesss ! I'm so happy it works Thank you so much for giving the solution and also for all the details that contribute to leverage my coding skill. I can go on improving my plugin now... Nicolas -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.

[tw5] Re: How to refresh a JavaScript widget based on a parsed tiddler ?

2018-06-06 Thread Silverfox
It works much better now, thank you so much... I can update my json automatically if a tiddler of the table of content is modified or suppressed, but it still needs a manual refresh in case I add a new tiddler to the toc. Do you have any idea of another instruction that may detect an addition

[tw5] How to refresh a JavaScript widget based on a parsed tiddler ?

2018-06-02 Thread Silverfox
content (<>) remains the same, just the parsing of this instruction is different... How could I detect the change in parsing rather than the tiddler text ? Hope I'm clear enough, thank you for your help Silverfox -- You received this message because you are subscribed to the Google Group

[tw5] Re: How to refresh a JavaScript widget based on a parsed tiddler ?

2018-06-05 Thread Silverfox
Thank you... but I cannot make it work so far... It appears that the if($tw.utils.hop(self.allTiddlers[i],changedTiddlers)) generates the following error: Uncaught TypeError: Cannot convert object to primitive value I don't understand how to solve it... -- You received this message

[tw] Re: will D3.js plugin be upgraded to version 4.x ?

2018-04-06 Thread Silverfox
It's just a proof of concept so far... I still need to debug, improve, customize etc, before making a plug-in Le vendredi 6 avril 2018 20:32:22 UTC+2, @TiddlyTweeter a écrit : > > Good stuff! > > Small point. On hover I see "Noam" mentioned in the Seth ring but I don't > see that name displayed

[tw] Re: will D3.js plugin be upgraded to version 4.x ?

2018-04-06 Thread Silverfox
It now works with "flat" (non nested) json and also csv tiddler, see the demo here : http://d3jsv5trial.tiddlyspot.com/#D3%20ZCP%20widget%20based%20on%20flat%20csv. This is done by some d3 methods that can parse and stratify data... -- You received this message because you are subscribed

[tw] Re: bug when calling a csv tiddler in a javascript

2018-04-06 Thread Silverfox
Finally I could achieve what I wanted to do by using getTiddlerText instead of getTiddlerData... 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

[tw] Re: bug when calling a csv tiddler in a javascript

2018-04-06 Thread Silverfox
OK, thanks, I understand better now,.. -- 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

[tw5] D3.js for knowledge mapping: how to automatize any tiddler update on the graph ?

2018-04-12 Thread Silverfox
Hello, You'll find here http://archipel.tiddlyspot.com, a new proof of concept of D3 plugin(V5) for TiddlyWiki (there are still some bugs and a lot to do before having a reliable plug-in) As you can see, my target is to display a dynamic visualization of the TW table of content, and to

[tw] bug when calling a csv tiddler in a javascript

2018-04-06 Thread Silverfox
I try to call data from a *csv *type tiddler in a javascript through the following ijnstruction var myData = this.wiki.getTiddlerData(this.myDataTiddler); It works perfectly if the tiddler is a json, but leads to myData being "undefined" if it is a csv (or anything else than a json). Is

[tw5] Re: Preparing for v5.1.16

2018-04-09 Thread Silverfox
Sorry I dont have enough time and all the required skills to update it in due time for v5.1.16 release, but I promise I'll go on working on it for next one. (I just started learning JavaScript, D3 and TW in January... my coding efficiency is still limited) On Monday, April 9, 2018 at 11:30:52

Re: [tw5] D3.js for knowledge mapping: how to automatize any tiddler update on the graph ?

2018-04-12 Thread Silverfox
@Jan Thank you it's great, I will integrate it? No click after changing the selector is great but it does not solves what I wanted (sorry if I was not clear) All, If a add or remove a tiddler, or if I update the colored status of one tiddler I would like the graph to be immediately updated

Re: [tw5] D3.js for knowledge mapping: how to automatize any tiddler update on the graph ?

2018-04-19 Thread Silverfox
in the archipel page Nicolas On Saturday, April 14, 2018 at 3:05:44 PM UTC+2, Jan wrote: > > Hi Silverfox, I have seen you have not included the tiny select trick to > archpelago yet. > It was of course meant to be integrated, if the questionmark is about > whether this is allowed. &

[tw] Re: will D3.js plugin be upgraded to version 4.x ?

2018-03-28 Thread Silverfox
Thank you for you're support ... I learn a lot thanks to you... I'll investigate and let you know Le mardi 27 mars 2018 23:13:02 UTC+2, BurningTreeC a écrit : > > > maybe it's this line in the widget >> >> var diameter = +svg.attr("width"); >> > > ok sorry ;) that's in the demo, too > > I'm no

[tw] Re: will D3.js plugin be upgraded to version 4.x ?

2018-03-27 Thread Silverfox
@BurningTreeC I tried to adapt this https://bl.ocks.org/mbostock/7607535 which is native D3.js V4. I put it in http://d3jsv5trial.tiddlyspot.com, but i face the same kind of bug than with the previous trial. All the data items that should be spread on the tiddler, are actually all

[tw] Re: will D3.js plugin be upgraded to version 4.x ?

2018-03-30 Thread Silverfox
This post to inform you that I succeeded to implement the *zoomable circle packing* D3 widget (for D3.js v5.0.0) You can see it here : http://d3jsv5trial.tiddlyspot.com Nice isn't it ? I have added a small tutorial for dummies (like me), it may push others to further combine D3.js and TW Many

[tw] Re: will D3.js plugin be upgraded to version 4.x ?

2018-04-01 Thread Silverfox
Thank you all for your comments. I have worked few weeks ago on a TW macro that generates a json based on the TW table of content... it works but, I'm not really happy with it, as it requires to click on a button. Since D3 V4.x, there is a new command (

[tw] Re: will D3.js plugin be upgraded to version 4.x ?

2018-03-28 Thread Silverfox
I have updated http://d3jsv5trial.tiddlyspot.com I could implement the widget for *Circle packing *(still need to understand how to improve with CSS style rather than hardcoding), but I failed, so far, to implement *Zoomable circle packing* ( https://bl.ocks.org/mbostock/7607535). I cannot

[tw] Re: will D3.js plugin be upgraded to version 4.x ?

2018-03-24 Thread Silverfox
I'm currently learning to build some other D3 widgets than the cloud and the bar, but as my skills are limited and there is no documentation, i do it mainly through trial and errors ...it takes time, but I think I can do it. I'll publish my results when the results will be good enough. But,

[tw] Re: will D3.js plugin be upgraded to version 4.x ?

2018-03-25 Thread Silverfox
@BurningTreeC Oh yes that would be great, I will then adapt the 2 demo widget and can add > some others. > 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

[tw] How to click on a D3 (svg) object to open a tiddler ?

2018-04-02 Thread Silverfox
Hello, Following this discussion (https://groups.google.com/forum/#!topic/TiddlyWiki/MIm5WyIZIhg) I go on working on using D3 plugin to navigate into TiddlyWiki. In this basic example http://d3jsv5trial.tiddlyspot.com/#D3%20circle%20pack%20with%20clickable%20feature when we double click on

Re: [tw] Re: will D3.js plugin be upgraded to version 4.x ?

2018-03-31 Thread Silverfox
This is exactly what I would like to do... but I still need to learn (be helped) to reach it Nicolas Le samedi 31 mars 2018 00:01:04 UTC+2, Jan a écrit : > > Great! > I want more!!! > More displays like this and a little more explanation: Where does the data > come from. > I would love to use

[tw] Re: will D3.js plugin be upgraded to version 4.x ?

2018-03-27 Thread Silverfox
> > Hi, is the svg._groups[0][0] correct? > I changed that in the barwidget, too , but just because it made an error > disappear. I was sceptical if it was the right way.. > > I would investigate that > > BTC > Yes it looks OK -- You received this message because you are subscribed to the

[tw] Re: will D3.js plugin be upgraded to version 4.x ?

2018-03-27 Thread Silverfox
I'm not sure to understand (sorry, I'm a beginner)... you mean that you just need to copy/paste the content of d3.min.js in $:/plugins/tiddlywiki/d3/d3.js ? there is no adaptation / modification ? Le mardi 27 mars 2018 21:28:27 UTC+2, BurningTreeC a écrit : > > You can try another d3js version

[tw] Re: will D3.js plugin be upgraded to version 4.x ?

2018-03-26 Thread Silverfox
I made few progress, by correcting few details in the D3 code but still have a bug. The (temporary) result is here : http://d3jsv5trial.tiddlyspot.com It looks to be linked with the function transitionGrouped() ... When activated, all the x value are zero (or undefined) I still need to

[tw] Re: will D3.js plugin be upgraded to version 4.x ?

2018-03-25 Thread Silverfox
Than you so much, l'll play with it during the next few days, and I'll share the result Nicolas -- 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

[tw] will D3.js plugin be upgraded to version 4.x ?

2018-03-24 Thread Silverfox
Hello, I discovered TiddlyWiki few months ago and really enjoy it. I enjoy it so much that, even f I did not program anything for around 20 years, I'd like to code again to realize an idea based on data visualization. For that I started to use the D3JS official plugin, but I recently realized

[tw5] Update of Archipel : TiddlyWiki toc based on D3JS

2018-11-01 Thread Silverfox
A quick mail to share my last update of "Archipel" which uses D3JS to visualize the table of content of TiddlyWiki using different knowledge maturity levels http://archipel.tiddlyspot.com Do not hesitate to comment Silverfox -- You received this message because you are

[tw5] Re: Update of Archipel : TiddlyWiki toc based on D3JS

2018-11-02 Thread Silverfox
Tony, Thanks for your comments, I imagine to be able to use different types of criteria to sort and graph the tiddlers. I keep your comment in mind, even if my time to work on it is limited. Regards Silverfox On Thursday, November 1, 2018 at 11:54:44 PM UTC+1, TonyM wrote: > > Sil

[tw5] Re: TiddlyWiki On A Stick (particularly for iOS)

2018-10-10 Thread Silverfox
I use TiddlyWiki in iOS through Quine (iOS app), and the file is, in my case, stored on iCloud, but is should be possible to do it on a USB key as well. It works well also to sync with a Mac. On Wednesday, October 10, 2018 at 2:03:59 AM UTC+2, David Masterson wrote: > > Still looking for

Re: [tw5] Re: Update of Archipel : TiddlyWiki toc based on D3JS

2019-06-11 Thread Silverfox
e 11, 2019 at 9:50:51 AM UTC+2, K500 L501 wrote: > > I strongly subscribe to this! > > On Mon, Jun 10, 2019 at 11:38 PM Jan > > wrote: > >> Dear Silverfox, >> I just rediscovered your great Archipel-Knowledgemap on >> http://archipel.tiddlyspot.com >> I

[tw5] Re: Use of external image in macro

2020-06-07 Thread Silverfox
In this case it' better to use the Macrocall widget if your Macro is like \define myMacro(myPath) xxx \end Then you call it this way : <$macrocall $name="myMacro" myPath= {{titel of image tiddler!!_canonical_uri}}/> Nicolas On Sunday, June 7, 2020 at 8:25:31 AM UTC+2, Guido B wrote: > > Hi