Hi Alex
 
>
> I am loving the latest version, 
>

Nice, thanks for telling me :)
 

> especially the subtle glow when a tiddler comes into focus.
>

This is done with the help of the hotzone plugin. I presented it in the 
last hangout. It assigns a css class to the currently focussed tiddler 
which allows you to use a css style or animation just like it is applied at 
tiddlymap.org
 

> I've got my head round styling edges, but can't see a way to remove arrow 
> heads or make them double
>

The following edge arrow styles are possible: 
http://visjs.org/examples/network/edgeStyles/arrows.html

In your tiddlymap, go to the edge-type manager and enter the json for the 
style you want to see appear for an edge-type.

E.g.

{
    "color": "orange",
    "dashes": true,
    "arrows": {
        "middle": {
            "enabled": true
        },
        "to": {
            "enabled": true
        }
    }
}

To see all available options go to http://visjs.org/docs/network/edges.html

Use the vis-configurator as a wizzard to generate the json for the edges: 
http://visjs.org/examples/network/other/configuration.html

To remove arrows explicitly set "enabled" to false.

I will integrate the configurator into tiddlymap once I find the time.

-Felix

-- 
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 [email protected].
To post to this group, send email to [email protected].
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/d3766bfe-039f-4b66-91ac-847829f1ecad%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to