Disabling linked/follower count on TiddlySpace

10 views
Skip to first unread message

Gui Ambros

unread,
Oct 16, 2011, 1:19:42 AM10/16/11
to tiddl...@googlegroups.com
Folks,

Sorry if this is a newbie question; I just started using TiddlySpace and I'm struggling a bit to customize.. 

Basically I'm trying to disable the linked/follower count icon that appears on the top right side of each tiddler on TiddlySpace. I discovered that if I put the tiddler name on FollowTiddlersBlackList it won't show up on that specific tiddler, but I'm looking for a way to do this system wide. I read somewhere that "config.options.chkFollowTiddlersIsLinkedTiddlers = false;" woud do the trick, but didn't help (or maybe I didn't put in the right place).

Also, I'd like to disable the author icon that appears next to the linked/follower also on the top right. I'm the only author on my space, so doesn't make sense to have the icon repeated on every tiddler.

Any ideas would be greatly appreciated. Thanks!

Eric Shulman

unread,
Oct 16, 2011, 5:00:41 PM10/16/11
to TiddlyWiki
> Basically I'm trying to disable the linked/follower count icon that appears
> on the top right side of each tiddler on TiddlySpace.

> Also, I'd like to disable the author icon that appears next to the
> linked/follower also on the top right.

If all you really want is to suppress the *display* of these elements,
then take a look at the ViewTemplate, which defines what is displayed
for each tiddler. Within that template, you can find the specific
elements you want to hide, and then either:

A) remove those elements from the ViewTemplate
or
B) add style="display:none" directly to those elements
or
C) add CSS class definitions in [[StyleSheet]], e.g.:
.followPlaceHolder, .modifierIcon { display:none; }


enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios

----
TiddlyTools needs YOUR financial support...
Help ME to continue to help YOU...
make a generous donation today:
http://www.TiddlyTools.com/#Donations

Professional TiddlyWiki Consulting Services...
Analysis, Design, and Custom Solutions:
http://www.TiddlyTools.com/#Contact

Gui Ambros

unread,
Oct 17, 2011, 3:01:34 AM10/17/11
to tiddl...@googlegroups.com

Thank you so much Eric! Right on the spot.

best,

Gui
Reply all
Reply to author
Forward
0 new messages