I'm about to be away from the mailing list for a couple of weeks,
Just to be clear, does this also include being away from github and not accepting pull requests or handling issues?
And congrats on the over 1000 Github stars :)
-Felix
@Astrid, Great job on the railroad plugin. It is a nice addition.
999,000 stars...
Yes, I'll be away from GitHub, too, I'm afraid. But looking forward to getting back to a lots of well-polished pull requests :)
Thank you. Now for the next 999,000 stars...
Awesome, Jeremy. Many 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 to tiddlywiki+...@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.
http://ae-railroad.tiddlyspot.com/
The arrow can be turned off by setting the $railroad widget's arrow attribute to "no".
Indeed. But the author of the JavaScript library underlying the widget was aiming to reproduce the appearance of the railroad diagrams on the JSON site, and those lack arrows. So the widget makes the arrows optional.
Do people like the default colour scheme? It's simply what came with the underlying diagram library, but could be modified if desired.
svg.railroad-diagram path,
svg.railroad-diagram rect {
stroke-width: 2;
stroke: #333;
}
svg.railroad-diagram path.arrow {
stroke-width: 2;
}
svg.railroad-diagram {
background-color: hsl(30,20%,98%);
border-radius: 5px;
}
svg.railroad-diagram:hover {
background-color: hsl(30,20%,96%);
}
Eh? It's an SVG text element, controlled by normal CSS font properties. I've removed the bold setting.
The result can be seen at http://ae-railroad.tiddlyspot.com/