This request has come up before so I've added a new setting to control panel to control whether tiddler titles are rendered as links.
You can try it out with the prerelease: http://tiddlywiki.com/prerelease Best wishes Jeremy. On Sat, Jun 13, 2015 at 3:41 AM, Richard Smith < [email protected]> wrote: > Hi Alex, > > If you're really keen on this, you could try altering the text > of $:/core/ui/ViewTemplate/title > > In all likelihood I've broken something horribly, but I was able to add > <$link></$link> (in two places) and it *appears* to do what you describe > (but please, please don't use it on your real wiki). > > The text looks like this: - > > \define title-styles() >> fill:$(foregroundColor)$; >> \end >> \define config-title() >> $:/config/ViewToolbarButtons/Visibility/$(listItem)$ >> \end >> <div class="tc-tiddler-title"> >> <div class="tc-titlebar"> >> <span class="tc-tiddler-controls"> >> <$list >> filter="[all[shadows+tiddlers]tag[$:/tags/ViewToolbar]!has[draft.of]]" >> variable="listItem"><$reveal type="nomatch" state=<<config-title>> >> text="hide"><$transclude tiddler=<<listItem>>/></$reveal></$list> >> </span> >> <$set name="foregroundColor" value={{!!color}}> >> <span class="tc-tiddler-title-icon" style=<<title-styles>>> >> <$transclude tiddler={{!!icon}}/> >> </span> >> </$set> >> <$link><$list filter="[all[current]removeprefix[$:/]]"> >> <h2 class="tc-title" title={{$:/language/SystemTiddler/Tooltip}}> >> <span class="tc-system-title-prefix">$:/</span><$text >> text=<<currentTiddler>>/> >> </h2> >> </$list> >> </$link> >> <$link> >> <$list filter="[all[current]!prefix[$:/]]"> >> <h2 class="tc-title"> >> <$view field="title"/> >> </h2> >> </$list> >> </$link> >> </div> >> <$reveal type="nomatch" text="" default="" state=<<tiddlerInfoState>> >> class="tc-tiddler-info tc-popup-handle" animate="yes" retain="yes"> >> <$transclude tiddler="$:/core/ui/TiddlerInfo"/> > > </$reveal> >> </div> > > > Regards, > Richard > > -- > 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/f23134ff-1655-4f85-8231-9fa15aa23114%40googlegroups.com > <https://groups.google.com/d/msgid/tiddlywiki/f23134ff-1655-4f85-8231-9fa15aa23114%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- Jeremy Ruston mailto:[email protected] -- 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/CAPKKYJazRrmuG2Dyzj4dU1r%3DmMb%3DJR9U-3XyK0TkAGoK0UqVEg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

