[tw] Re: [TW5] Best up-to-date & stable data visualization plugin (e.g. json) for charts?

2017-01-17 Thread Shane Leonard
Here <https://groups.google.com/forum/#!topic/tiddlywikidev/0k5co2YELHQ> is 
the link to the plotly plugin development thread in TiddlyWikiDev.

On Tuesday, January 17, 2017 at 12:03:21 PM UTC-8, Shane Leonard wrote:
>
> Hi all,
>
> I am working on a plot.ly plugin for TiddlyWiki, and just wanted to check 
> if anyone in this group has already made any progress in this respect. I am 
> new to TW5 plugin development and there are some quirks about plotly 
> specifically, so if you have any wise words, I'm all ears. I'll be starting 
> a new thread for this topic as well, so if you're interested, you can 
> follow along there (I'll post the link here shortly).
>
> Best,
> Shane
>
> On Thursday, September 29, 2016 at 12:42:36 AM UTC-7, Albert wrote:
>>
>> Hi NT, I did a lot of research on charting libraries. By far, the most 
>> complete is: https://plot.ly/javascript/ (MIT license)
>>
>> It would be awesome to have the power of plotly in TW... !
>>
>> Reards,
>>
>> El jueves, 29 de septiembre de 2016, 1:04:44 (UTC+2), NT escribió:
>>>
>>> Jed, I totally understand your straight forward way of working and the 
>>> problems to make something more general for other people. I know, it's a 
>>> very different thing. You are right, a requirements document would be the 
>>> right thing here, at least. If I think d3 would be the best way to go I 
>>> probably would make up my mind about requirements. But I am not at this 
>>> point, already. 
>>> For some reason you are keen to solve charting with d3. Why? I mean I 
>>> have no clue about alternatives and maybe your reasons are good - just want 
>>> to know.
>>> Why not all the others that crossed my way like
>>> * raphael.js
>>> * graphviz
>>> * vis.js
>>> * ...
>>> Is d3 most powerful, most easy to integrate, most spreaded technology? 
>>> Sorry, no clue and time for research now.
>>> Indeed I'll have a look back just on sunday, because I'll be busy until 
>>> then. 
>>> Would be nice to get some more info in the meantime. Thanks to all.
>>>
>>

-- 
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/703ca432-e9f0-44db-9c0d-2dd59b84f204%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Developing a Plot.ly plugin--input appreciated!

2017-01-17 Thread Shane Leonard
Hi all,

As it seems there is a lack of good plotting/visualization libraries for 
TW5 (besides vis), I am trying to make a simple plot.ly js wrapper for TW5 
along with a <$plotly> widget.

However, as this is my first real TW5 plugin, I'm struggling in some 
respects, and would love some input.

So far, I've wrapped the plotly.js library in an IIFE which provides 
'document' as either $tw.fakeDocument if building under node, or 
window.document for the browser. I'm building the plugin according to this 
guide 
<http://tiddlywiki.com/dev/#Developing%20plugins%20using%20Node.js%20and%20GitHub>
 
from the developer documentation, but I keep running into the limitations 
of $tw.fakeDocument. For instance, in the plotly library, there's a line 
which executes 
document.head.appendChild(/*...*/)

When I try to build the index.html, I get an error complaining that 
appendChild doesn't exist for 'undefined'. I can try working through errors 
like this one by one, but it seems this is fundamentally to do with the 
limitations of $tw.fakeDocument. (Also, the ploty javascript library is 
>150,000 lines of code, so I REALLY don't want to have to modify the 
original library at all). Is there a way for me to develop this plugin such 
that it doesn't build for node but it does work on the browser? Or is there 
something I'm overlooking?

Thanks,
Shane


-- 
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/cf143d04-151a-477a-b264-e8b6d9164ff5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Best up-to-date & stable data visualization plugin (e.g. json) for charts?

2017-01-17 Thread Shane Leonard
Hi all,

I am working on a plot.ly plugin for TiddlyWiki, and just wanted to check 
if anyone in this group has already made any progress in this respect. I am 
new to TW5 plugin development and there are some quirks about plotly 
specifically, so if you have any wise words, I'm all ears. I'll be starting 
a new thread for this topic as well, so if you're interested, you can 
follow along there (I'll post the link here shortly).

Best,
Shane

On Thursday, September 29, 2016 at 12:42:36 AM UTC-7, Albert wrote:
>
> Hi NT, I did a lot of research on charting libraries. By far, the most 
> complete is: https://plot.ly/javascript/ (MIT license)
>
> It would be awesome to have the power of plotly in TW... !
>
> Reards,
>
> El jueves, 29 de septiembre de 2016, 1:04:44 (UTC+2), NT escribió:
>>
>> Jed, I totally understand your straight forward way of working and the 
>> problems to make something more general for other people. I know, it's a 
>> very different thing. You are right, a requirements document would be the 
>> right thing here, at least. If I think d3 would be the best way to go I 
>> probably would make up my mind about requirements. But I am not at this 
>> point, already. 
>> For some reason you are keen to solve charting with d3. Why? I mean I 
>> have no clue about alternatives and maybe your reasons are good - just want 
>> to know.
>> Why not all the others that crossed my way like
>> * raphael.js
>> * graphviz
>> * vis.js
>> * ...
>> Is d3 most powerful, most easy to integrate, most spreaded technology? 
>> Sorry, no clue and time for research now.
>> Indeed I'll have a look back just on sunday, because I'll be busy until 
>> then. 
>> Would be nice to get some more info in the meantime. Thanks to all.
>>
>

-- 
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/ae255038-66d3-41cb-ad54-882350a4486c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] TW5 - two tiddlers open in separate windows at the same time?

2014-07-23 Thread shane
In past two tiddlers (in the same TW) couldn't be open in sep windows the 
time, because entire was at once. Can two  ttiddles from the same TW be 
open in sep windows at same time in TW5?

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] getReferringTiddlers question

2010-09-15 Thread shane
I have three tiddlers, call them tidA, tidB and tidC.  tidA uses a
macro which generates a link pointing to tidC. TidB has a link to
tidC, but it is not within a macro.

On tidC I call a macro which lists all tiddlers pointing to it (using
getReferringTiddlers function).

tidA (macro generates [[tidC]])  tidC
tidB ([[tidC]]) --- tidC

On tidC:
 Tiddlers pointing here:  tidB

GetReferringTiddlers doesn't seem to detect links generated by
macros.  Any suggestions?


Thanks -
Shane

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: SinglePageModePlugin configuration question

2009-10-20 Thread Shane

http://www.TiddlyTools.com/#CloseOtherTiddlers

This is excellent, but it has one behavior that confuses me.  Consider
one tiddler X that has CloseOtherTiddlers in it, and others that do
not.  If I pick X from a menu while others are displayed, the others
are closed as advertised.  However, if X is already on screen when
others are displayed, and I re-pick X from the menu the others are not
closed.

Is that an intended behavior?  If it is, is there a way to force
others to close even if the tiddler containing CloseOtherTiddlers is
already displayed?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlywiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: SinglePageModePlugin configuration question

2009-10-17 Thread Shane

Wow, fantastic.  Thanks.

One more question about SinglePageModePlugin, how does it interact
with search results?

-Shane

On Oct 17, 12:03 pm, Eric Shulman elsdes...@gmail.com wrote:
  Is there a way to configure SinglePageModePlugin (http://
  tiddlytools.com/#SinglePageModePlugin) so only certain tiddlers invoke
  it?  I have a few tables of contents that I'd like to close all
  other tiddlers before being displayed.

 SinglePageModePlugin always applies to all tiddlers: when a tiddler is
 opened, all other tiddlers are automatically closed.

 To get the same behavior only for specific tiddlers, instead of using
 SinglePageModePlugin, you can use
    http://www.TiddlyTools.com/#CloseOtherTiddlers

 After importing this tiddler (note: it's *not* a plugin... do not tag
 it with 'systemConfig')... simply embed the following in the desired
 tiddlers:
    tiddler CloseOtherTiddlers
 This will trigger the 'close others' action each time any of those
 tiddlers are opened, but not when other tiddlers are opened.

 enjoy,
 -e
 Eric Shulman
 TiddlyTools / ELS Design Studios
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlywiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~--~~~~--~~--~--~---