INTRO: JAMMP Jit Another Mind Map Plugin

354 views
Skip to first unread message

PMario

unread,
Sep 9, 2010, 12:14:58 PM9/9/10
to TiddlyWiki
Full name
JavaScript InfoVis Toolkit another Mind Map Plugin :)
Short
Jit another Mind Map Plugin
Shorter:
JAMMP [1]

About half a year ago I found JIT [2] aka InfoVis. It was cool, but
there was no visualization that could be use for TiddlyWiki. But now,
with version 2.0, there is one. Named force directed.

What I want:
*visual connections between tagged tiddlers, specifying a rootTiddler
*visual connections between a tiddler and its backlinks/references
(works)
*saving modified diagrams
(todo)

Feedback is very welcome!
have fun!
mario

[1] http://jammp.tiddlyspace.com/
[2] http://thejit.org/

PS: best performance, I tested, with chrome.

Alex Hough

unread,
Sep 9, 2010, 3:05:40 PM9/9/10
to tiddl...@googlegroups.com
It all looks great Mario

Alex


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


rakugo

unread,
Sep 9, 2010, 4:48:47 PM9/9/10
to TiddlyWiki
Looks great. Good work Mario.
I used the jit over 2 years ago now and the library has obviously
matured *a lot* since then - maybe you would like to reinvent
http://tiddlytagmindmap.tiddlyspot.com ?

Jon

On Sep 9, 8:05 pm, Alex Hough <r.a.ho...@gmail.com> wrote:
> It all looks great Mario
>
> Alex
>
> > tiddlywiki+...@googlegroups.com<tiddlywiki%2Bunsubscribe@googlegrou ps.com>
> > .

Måns

unread,
Sep 9, 2010, 7:05:52 PM9/9/10
to TiddlyWiki
Wauw - Great job Mario.
Congratulations.
Thank you for sharing it!

Cheers Måns Mårtensson

Jeremy Ruston

unread,
Sep 10, 2010, 4:57:09 AM9/10/10
to tiddl...@googlegroups.com
Indeed, great stuff Mario, thank you

Cheers

Jeremy

> --
> You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.
> To post to this group, send email to tiddl...@googlegroups.com.

> To unsubscribe from this group, send email to tiddlywiki+...@googlegroups.com.


> For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en.
>
>

--
Jeremy Ruston
mailto:jer...@osmosoft.com
http://www.tiddlywiki.com

Message has been deleted

PMario

unread,
Sep 11, 2010, 4:47:26 PM9/11/10
to TiddlyWiki
On Sep 11, 8:22 pm, "Michael.Tarnowski" <emt...@gmx.de> wrote:
> A brilliant visualization of tiddler complexity in a TW.
> Realy great Mario!!
thx

> I implemented your plugin in my TW [1], Mario, and play a little
> around. It works great.
Which OS and browser do you use with your "monster" TW?
Your content is very interesting!

> But there is one issue I have: when clicking
> at a label to highlight the connection I get the Javascript error msg:
> "Type error: w.tiddler undefined".
> My TW shows in other situations the same error msg, but I couldn't
> figure out the reason for.
> Maybe you have an idea, Mario.
I don't use w.tiddler variable
goto search: w.tiddler <shift><enter> returns

* CheckboxPlugin
* CoreTweaks
* DcTableOfContentsPlugin
* HtmlFormattingPlugin
* InlineJavascriptPlugin

It is DcTableOfContentsPlugin which causes the error.
I did systemConfigDisable and the error was gone.

regards
Mario

Michael.Tarnowski

unread,
Sep 11, 2010, 4:57:45 PM9/11/10
to TiddlyWiki
A brilliant visualization of tiddler complexity in a TW.
Realy great Mario!!

I implemented your plugin in my TW [1], Mario, and play a little
around. It works great. But there is one issue I have: when clicking
at a label to highlight the connection I get the Javascript error msg:
"Type error: w.tiddler undefined".
My TW shows in other situations the same error msg, but I couldn't
figure out the reason for.
Maybe you have an idea, Mario.

Cheers Michael

[1] http://home.arcor.de/michael.tarnowski//mtWiki/mtWiki.html#[[Jit%20Mindmap%20Demo]]
Message has been deleted
Message has been deleted

Michael.Tarnowski

unread,
Sep 11, 2010, 5:12:28 PM9/11/10
to TiddlyWiki
> Which OS and browser do you use with your "monster" TW?
> Your content is very interesting!

I use FireFox and win 2000 resp. Windows 7 Home

> Your content is very interesting!

Thx retour ;-)

> It is DcTableOfContentsPlugin which causes the error.

Thx for checking this out. I did a search for "w.tiddler" as well but
got no findings - maybe a typing error by me.
Since my TW heavily relies on DcTableOfContentsPlugin I have to live
with that.

Two additional features would be very nice:

a) Fading out referencing tiddlers after showing them -- a kind of
"show& hide" mechanism.
b) Resizing the canvas area with the mouse like Eric's TextAreaPlugin

regards
Michael

On 11 Sep., 22:47, PMario <pmari...@gmail.com> wrote:

Michael.Tarnowski

unread,
Sep 11, 2010, 5:47:59 PM9/11/10
to TiddlyWiki
Mario,

I found a minor bug - at least in my TW (since I have at TiddlySpace
no edit privileges I couldn't verify this in your repsitory):

If the label option is specified the graph is generated at the *end*
of the tiddler, not a the position of the
jitFdUi cmd.

Take this tiddler for example:

---------- start -------------
Text A Text A
<<jitFdJson [[SomeTiddlerName]] tagLevel:5>>
<<jitFdUi iterations:200 levelDistance:200 height:850
label:"Graphing...">>

Text B Text B
-----------------------end -----------------

The tiddler is rendered as

Text A
Graphing...
Text B

Showing the graph generates:

Text A
Graphing...
Text B

<<graph>>

without the label option the graph is shown between Text A and Text B.

Cheers Michael



On 11 Sep., 22:47, PMario <pmari...@gmail.com> wrote:

PMario

unread,
Sep 12, 2010, 6:57:31 AM9/12/10
to TiddlyWiki
On Sep 11, 11:47 pm, "Michael.Tarnowski" <emt...@gmx.de> wrote:
> Mario,
>
> I found a minor bug - at least in my TW (since I have at TiddlySpace
> no edit privileges I couldn't verify this in your repsitory):
>
> If the label option is specified the graph is generated at the *end*
> of the tiddler, not a the position of the
> jitFdUi cmd.
Jup, this is an error. Needs some fixing
-m

cmari

unread,
Sep 12, 2010, 9:44:30 AM9/12/10
to TiddlyWiki
Hi Michael,
Have you seen this thread about DcTableOfContentsPlugin:
http://groups.google.com/group/TiddlyWiki/browse_frm/thread/d25b6d431be2c12c/eba3136e49b6c15a?lnk=gst&q=showtoc&pli=1

cmari

Michael.Tarnowski

unread,
Sep 12, 2010, 6:27:59 PM9/12/10
to TiddlyWiki
Hi cmari

Thx for pointing me to this thread - but I'am aware of it.
I use DcTableOfContentsPlugin version 0.4.0, whereas the thread
mentions 0.3.0.
DcTableOfContentsPlugin is very handy by providing section links
combined with a "jump-to-top" feature.
Eric's SectionLinksPlugin generates a comparable ToC, sadly without
the a "jump-to-top" feature.

Cheers Michael
---------------------------------------------------------


cmari schrieb:

PMario

unread,
Sep 14, 2010, 8:02:20 AM9/14/10
to TiddlyWiki
There is a new version of the macro.
Hope it works better now.

I remove the button, if diagram is shown.

-m

On Sep 11, 11:47 pm, "Michael.Tarnowski" <emt...@gmx.de> wrote:

Michael.Tarnowski

unread,
Sep 15, 2010, 8:01:47 AM9/15/10
to TiddlyWiki
Hi folks,

I found at FND devpad a newer version of DcTableOfContentsPlugin which
fixes the w.tiddler problem:

http://devpad.tiddlyspot.com/#DcTableOfContentsPlugin

Cheers Michael


On 13 Sep., 00:27, "Michael.Tarnowski" <emt...@gmx.de> wrote:
> Hi cmari
>
> Thx for pointing me to this thread - but I'am aware of it.
> I use DcTableOfContentsPlugin version 0.4.0, whereas the thread
> mentions 0.3.0.
> DcTableOfContentsPlugin is very handy by providing section links
> combined with a "jump-to-top" feature.
> Eric's SectionLinksPlugin generates a comparable ToC, sadly without
> the a "jump-to-top" feature.
>
> Cheers Michael
> ---------------------------------------------------------
>
> cmari schrieb:
>
> > Hi Michael,
> > Have you seen this thread about DcTableOfContentsPlugin:
> >http://groups.google.com/group/TiddlyWiki/browse_frm/thread/d25b6d431...

cmari

unread,
Sep 15, 2010, 8:45:14 AM9/15/10
to tiddl...@googlegroups.com
The link to that the version was in the thread that I pointed to earlier....
cmari

Plausible

unread,
Oct 20, 2010, 8:10:36 AM10/20/10
to TiddlyWiki
Really cool. Some ideas/requests:

1) Would it be possible to display forward links? If I start from
tiddler A then show links to all tiddlers which A mentions. This would
be super handy to e.g. start with a journal entry and then explore
what you wrote about on that day.

2) Ideally there would be both backlinks and forward links. So I can
see that "10 July" mentions X, Y and Z (forward); but I also see that
X is also mentioned by "21 May" (backward); etc.

3) Could be nice to have a dropdown list to choose the central tiddler
from.

thanks! ~P

Tobias Beer

unread,
Oct 20, 2010, 9:00:15 AM10/20/10
to TiddlyWiki
Something is broken in...

http://jammp.tiddlyspace.com

...although I have no idea what.

Cheers, Tobias.

PMario

unread,
Oct 20, 2010, 12:34:36 PM10/20/10
to TiddlyWiki
should work again
Reply all
Reply to author
Forward
0 new messages