Re: [twdev] Re: [TW5] Getting the tw5visjs plugin to work again.

2015-05-24 Thread Felix Küppers
Hi Kixam, I am very happy that they released 4.0 and I want to use it as well :) but here is the problem: I'll need some time to update TiddlyMap because much of the vis api changed. This means, I cannot update to 4.0 right away. If you decide to go with 4.0 right away, a user that wants to run

[twdev] Re: [TW5] Getting the tw5visjs plugin to work again.

2015-05-24 Thread kixam
Hi Ton, On Sunday, May 24, 2015 at 11:29:26 AM UTC+2, Ton Gerner wrote: It took me some time to upgrade your plugin(s). Just for the record (and maybe other people encounter the same problems), this is what I noticed/did: if you want to use my plugins, you have to first uninstall emkay's

[twdev] Re: [TW5] Getting the tw5visjs plugin to work again.

2015-05-24 Thread Ton Gerner
Hi kixam, It took me some time to upgrade your plugin(s). Just for the record (and maybe other people encounter the same problems), this is what I noticed/did: I first noticed you now use a version v0.6.0 (coming from v0.9.4) but then I realized it is not $:/plugins/emkay/visjs anymore but

Re: [twdev] Re: [TW5] Getting the tw5visjs plugin to work again.

2015-05-24 Thread Felix Küppers
Hi kixam, I adapted my plugin to 4.0.0 this morning... there are quite some changes indeed. But I sure can wait before I push to the repo - or at least before I update the demo website. That would be great I forked your vis.js plugin and posted a pull request, but this can wait too...

Re: [twdev] Re: [TW5] Getting the tw5visjs plugin to work again.

2015-05-24 Thread kixam
Hi Felix, On Sunday, May 24, 2015 at 11:32:03 AM UTC+2, Felix Küppers wrote: Would it be ok for you, if I update vis.js to 4.0 in a month? So I have enough time to fix TiddlyMap and also I am sure the guys at vis.js will release a whole bunch of patches/bugfixes in that period as well? I

Re: [twdev] Re: [TW5] Getting the tw5visjs plugin to work again.

2015-05-23 Thread kixam
Hi Felix, On Friday, May 22, 2015 at 1:31:17 PM UTC+2, Felix Küppers wrote: PS: FYI vis.js 3.12.0 is out Thanks, I updated the repo! The guys at vis.js are heavily working on 4.0 which will bring many improvements but also come with some API changes... Later the same day, vis.js 4.0.0

[twdev] Re: [TW5] Getting the tw5visjs plugin to work again.

2015-05-23 Thread kixam
Hi Ton, On Friday, May 22, 2015 at 6:23:45 PM UTC+2, Ton Gerner wrote: At least, with a fixed boxing, your item stays put, even if it is shown on the bottom of the timeline (which can move a lot otherwise). That is true. But if you can choose between an automatic mode and a - configurable

[twdev] Re: [TW5] Getting the tw5visjs plugin to work again.

2015-05-22 Thread kixam
Hi Danielo, On Friday, May 22, 2015 at 12:35:21 AM UTC+2, Danielo Rodríguez wrote: Could you please explain me what is the global square at the very left side? If you use groups in vis.js, then all items must be grouped, or they will not be displayed. So, if some tiddlers do not have any

Re: [twdev] Re: [TW5] Getting the tw5visjs plugin to work again.

2015-05-22 Thread Felix Küppers
Hi kixam, great stuff! Here goes... - new project repo: https://github.com/kixam/TW5-visjsTimeline - new detached plugin repo: https://github.com/kixam/TW5-moment.js - new demo/install page: http://kixam.github.io/TW5-visjsTimeline I hope I got everything right... please tell me

Re: [twdev] Re: [TW5] Getting the tw5visjs plugin to work again.

2015-05-22 Thread Felix Küppers
On 22.05.2015 09:34, kixam wrote: I am thinking of using the nice nav buttons from felixhayashi's tiddlymap though, but first I would rather they would be included in the vis.js plugin instead, if possible. I may look into it but it seems not very easy. Anything vis.js ships with is included

[twdev] Re: [TW5] Getting the tw5visjs plugin to work again.

2015-05-22 Thread Ton Gerner
Hi kixam, First of all I am very glad the plugin is actively developed at the moment; many thanks. Experimenting with v0.9.4 I noticed a difference with v0.9.2. In v0.9.2 the height of the timeline graph is automatically adjusted to the data to be shown in the given time slot. The height

[twdev] Re: [TW5] Getting the tw5visjs plugin to work again.

2015-05-22 Thread kixam
On Friday, May 22, 2015 at 1:17:32 PM UTC+2, Ton Gerner wrote: In v0.9.2 the height of the timeline graph is automatically adjusted to the data to be shown in the given time slot. The height expands automatically when more date must be shown (as in emkay's original plugin). In v0.9.4 the

Re: [twdev] Re: [TW5] Getting the tw5visjs plugin to work again.

2015-05-22 Thread kixam
Hi Felix, On Friday, May 22, 2015 at 1:47:44 PM UTC+2, Felix Küppers wrote: http://visjs.org/examples/timeline/16_navigation_menu.html Thanks! That should get me started. -- You received this message because you are subscribed to the Google Groups TiddlyWikiDev group. To unsubscribe from

Re: [twdev] Re: [TW5] Getting the tw5visjs plugin to work again.

2015-05-22 Thread Felix Küppers
Hi kixam, Martin (Emkay) replied to my private message and kindly added a BSD license to his repo just a few minutes ago. So its all good now :) -Felix Hello, Thank you for informing me. Changes in my life mean I have been unable to carry the visjs timeline forward. I am happy with the

[twdev] Re: [TW5] Getting the tw5visjs plugin to work again.

2015-05-22 Thread Ton Gerner
Hi kixam, However, can you comment the following: - I can understand someone could want a tiddler to be as long as needed, but do you really want to scroll down the sidebar? I am talking about a separate tiddler (not tagged with $:/tags/SideBar). In my case I only show the tiddler

Re: [twdev] Re: [TW5] Getting the tw5visjs plugin to work again.

2015-05-21 Thread kixam
Hi Felix, On Thursday, May 21, 2015 at 7:33:32 PM UTC+2, Felix Küppers wrote: Emkay named his project vis.js which is not suitable imo because visjs is the actual library. This is why a new name would make sense. Here goes... - new project repo: https://github.com/kixam/TW5-visjsTimeline

Re: [twdev] Re: [TW5] Getting the tw5visjs plugin to work again.

2015-05-21 Thread Felix Küppers
Nicely done Kixam! Were you able to contact Emkay about the original code's license? I couldn't find any license information on his github repo. Also, if you take over his project (because it looks like he abandoned it and you are willing to deploy it), maybe you could inform him and rename the

[twdev] Re: [TW5] Getting the tw5visjs plugin to work again.

2015-05-21 Thread Danielo Rodríguez
Hello Kixam, Awesome work, thank you very much. For me the old project name confused me: It was called vis.js but I was only seeing a timeline, and I did not saw the relationship. For me the new name is much better. I also like to see that you have adopted a modular way of doing things. Here

Re: [twdev] Re: [TW5] Getting the tw5visjs plugin to work again.

2015-05-21 Thread kixam
Hi, On Thursday, May 21, 2015 at 12:03:07 PM UTC+2, Felix Küppers wrote: Were you able to contact Emkay about the original code's license? I couldn't find any license information on his github repo. Nope. I did not try this hard, though. Just a pending pull request. Also, if you take

Re: [twdev] Re: [TW5] Getting the tw5visjs plugin to work again.

2015-05-21 Thread Felix Küppers
Hi kixam, Initially, I planned to do that, but I thought most of the work was made by emkay, and it would be easier for his fans to follow up if my updates were just that: updates. I strongly agree. But it seems that he is not reacting at all and it would be sad if such a great plugin gets

[twdev] Re: [TW5] Getting the tw5visjs plugin to work again.

2015-05-12 Thread Måns
Here's an image of my error messages http://goo.gl/BWkgLz: http://goo.gl/BWkgLz Den tirsdag den 12. maj 2015 kl. 07.25.20 UTC+2 skrev Måns: Hi kixam Ton This: $visjstimeline filter=[tag[note]] startDateField=created endDateField=modified format=MMDDHHMMSSmmm/ sort of works - There

[twdev] Re: [TW5] Getting the tw5visjs plugin to work again.

2015-05-12 Thread kixam
Hi Måns, On Tuesday, May 12, 2015 at 7:25:20 AM UTC+2, Måns wrote: This: $visjstimeline filter=[tag[note]] startDateField=created endDateField=modified format=MMDDHHMMSSmmm/ sort of works - There are however some errors even if some tiddlers are rendered as elements on the timeline.

[twdev] Re: [TW5] Getting the tw5visjs plugin to work again.

2015-05-12 Thread Ton Gerner
Hi kixam Måns, The format MMDD works but MMDDHHMMSSmmm (the format used by created and modified) does not work. Since created and modified are standard fields of a tiddler, I thought it should work. Striking is: there are only errors for startDate and *not* for endDate in Måns image

[twdev] Re: [TW5] Getting the tw5visjs plugin to work again.

2015-05-12 Thread Måns
Hi kixam and Ton Funny thing is: As you could see on my screenshot two tiddlers actually got accepted - and were shown in the time line. If 1) I copy the created date of one of those tiddlers 2) Open one of the not accepted tiddler 3) Create a created field and input the copied created field

[twdev] Re: [TW5] Getting the tw5visjs plugin to work again.

2015-05-12 Thread Ton Gerner
Hi Måns, I was not totally clear in my last post, so I edited it: *If I use my own start and end fields instead of created and modified with MMDDHHMMSSmmm I get the same errors.* Normally I use MMDD which works (so I did not have any errors). Strange that 2 of your tiddlers were

[twdev] Re: [TW5] Getting the tw5visjs plugin to work again.

2015-05-12 Thread Måns
Hi Ton Strange that 2 of your tiddlers were accepted. Do they have special date/time strings in comparison with the others? No - I don't think so...- it's very weird... This is my testsite : http://xn--mns-ula.dk/kinabog/#Demonstration Cheers Måns Mårtensson -- You received this

[twdev] Re: [TW5] Getting the tw5visjs plugin to work again.

2015-05-12 Thread Måns
@Ton Have you tried to use this format: -MM-DD for your own start end fields? It seems to work ok for me. Still I would love to be able to make it show the span of time from a tiddler was created untill it was last modified Maybe a macro could do the conversion from MMDDHHMMSSmmm to

[twdev] Re: [TW5] Getting the tw5visjs plugin to work again.

2015-05-11 Thread kixam
Hi Ton, On Sunday, May 10, 2015 at 4:58:19 PM UTC+2, Ton Gerner wrote: P.S. May be you can make a demo site at TiddlySpot? Then installing the timeline plugin can be just a matter of drag and drop. Here you go: http://vis.js-timeline.tiddlyspot.com/ PS: it is not possible to upload local

[twdev] Re: [TW5] Getting the tw5visjs plugin to work again.

2015-05-11 Thread kixam
Hi Ton, On Monday, May 11, 2015 at 11:03:48 AM UTC+2, Ton Gerner wrote: PS: it is not possible to upload local tiddlywikis to tiddlyspot.com from Firefox or Chrome anymore, I had to use Konqueror... Under Windows 7 64-bit I still can use Chrome (v42) to upload TW to Tiddlyspot. I

[twdev] Re: [TW5] Getting the tw5visjs plugin to work again.

2015-05-11 Thread Ton Gerner
Hi kixam, On Monday, May 11, 2015 at 9:20:16 AM UTC+2, kixam wrote: Hi Ton, On Sunday, May 10, 2015 at 4:58:19 PM UTC+2, Ton Gerner wrote: P.S. May be you can make a demo site at TiddlySpot? Then installing the timeline plugin can be just a matter of drag and drop. Here you go:

[twdev] Re: [TW5] Getting the tw5visjs plugin to work again.

2015-05-11 Thread Ton Gerner
Hi kixam, On Monday, May 11, 2015 at 11:54:35 AM UTC+2, kixam wrote: Hi Ton, On Monday, May 11, 2015 at 11:03:48 AM UTC+2, Ton Gerner wrote: PS: it is not possible to upload local tiddlywikis to tiddlyspot.com from Firefox or Chrome anymore, I had to use Konqueror... Under Windows 7

[twdev] Re: [TW5] Getting the tw5visjs plugin to work again.

2015-05-11 Thread Måns
Hi kixam Ton This: $visjstimeline filter=[tag[note]] startDateField=created endDateField=modified format=MMDDHHMMSSmmm/ sort of works - There are however some errors even if some tiddlers are rendered as elements on the timeline. Can't I use created date as a startDateField and modified

[twdev] Re: [TW5] Getting the tw5visjs plugin to work again.

2015-05-10 Thread kixam
Hi Ton, On Saturday, May 9, 2015 at 9:15:51 PM UTC+2, Ton Gerner wrote: Hi kixam, Glad you took the time to fix the emkay plugin. I downloaded the demo wiki from http://emkayonline.github.io/tw5visjs/ and it worked as before (clicking demo of the timeline widget works). Then I saw the TW

[twdev] Re: [TW5] Getting the tw5visjs plugin to work again.

2015-05-10 Thread Ton Gerner
Hi kixam Thanks for answering. At first I did not notice the readme at https://github.com/kixam/tw5visjs was emkay's readme linking to emkay's demo wiki which of course did not work after upgrading. Since I do not use the node.js version of TW I tried to make a plugin from the stuff given at

Re: [twdev] Re: [TW5] Getting the tw5visjs plugin to work again.

2015-05-10 Thread Felix Küppers
Hi Ton, Hi kixam, just wanted to mention that any plugin-module using the TW5 visjs plugin from my repo (or from the tiddlymap demo site) needs to import the node module like this: varvis =require($:/plugins/felixhayashi/vis/vis.js); Also installing tiddlymap is not needed when you just want

[twdev] Re: [TW5] Getting the tw5visjs plugin to work again.

2015-05-09 Thread Ton Gerner
Hi kixam, Glad you took the time to fix the emkay plugin. I downloaded the demo wiki from http://emkayonline.github.io/tw5visjs/ and it worked as before (clicking demo of the timeline widget works). Then I saw the TW version was *5.0.9-prerelease*. After upgrading the demo wiki to 5.1.8 it did

Re: [twdev] Re: [TW5] Getting the tw5visjs plugin to work again.

2015-05-08 Thread Felix Küppers
Hi Kixam, My mistake, I was missing uglifycss so your build.sh script could not process all it should have. Ah, so you are using the build script I wrote :) If you discover a problem, please report them at github. I got a hit that there is. From your own TiddlyMap plugin's plugin.info: |

Re: [twdev] Re: [TW5] Getting the tw5visjs plugin to work again.

2015-05-07 Thread Felix Küppers
Hi Kixam, you don't need to install tiddlymap if you just want to use the visjs library with nodejs just go to https://github.com/felixhayashi/TW5-Vis.js and grab the stuff in the dist folder. to drag and drop the plugin, visit the tiddlymap demo site and just drag the visjs plugin into your

[twdev] Re: [TW5] Getting the tw5visjs plugin to work again.

2015-05-07 Thread kixam
Hi, On Thursday, December 4, 2014 at 6:20:37 PM UTC+1, Jon Richter wrote: Could anyone draw me into the right direction to have it running with latest TW5 again? I am using emkay's plugin rather than felixhayashi's because I need the timeline and not the graph from vis.js. I have been

Re: [twdev] Re: [TW5] Getting the tw5visjs plugin to work again.

2015-05-07 Thread kixam
Hi Felix, On Thursday, May 7, 2015 at 11:53:04 AM UTC+2, Felix Küppers wrote: Hi Kixam, you don't need to install tiddlymap if you just want to use the visjs library with nodejs just go to https://github.com/felixhayashi/TW5-Vis.js and grab the stuff in the dist folder. to drag and drop

Re: [twdev] Re: [TW5] Getting the tw5visjs plugin to work again.

2015-05-07 Thread kixam
Hi Felix, On Thursday, May 7, 2015 at 12:39:11 PM UTC+2, Felix Küppers wrote: I double checked and it comes with vis.css and all images are referenced in vis.css as well. Otherwise, my tiddlymap plugin wouldn't work :) My mistake, I was missing uglifycss so your build.sh script could not