FancyTagging v0.1 for Mephisto
I’ve been using Mephisto for some days now, and I’m really liking it, today I’m even releasing my first plugin!! One thing I missed in Mephisto was easy, simple, but fancy tagging, as you might see in my tags!
All I do is add a new liquid block, tagging, this returns you element.name and element.percentage, so you can do nice formatting. I for example, use:
1 2 3 4 |
<h3>tags: </h3> {% tagging as tag %} <span style="font-size: {{tag.percentage}}%">{{tag.name | link_to_tag}}</span> {% endtagging %} |
So, if you like the plugin, you can easily install it. All you have to do is:
ruby script/plugin install svn://zuurstof.openminds.be/home/defv/subversion/mephisto/plugins/mephisto_fancytagging |
0 comments