OK.... premature question!
Alex[image: Inline images 1] On 13 June 2015 at 20:51, Alex Hough <[email protected]> wrote: > Jeremy > > thanks for this. > > A nice side effect is when you click on the title, the tiddler moves to > the top of the screen. > Another is that you can drag the tid from one TW to another by the title. > > I also think it re-enforces the idea that links are to titles > > I aleady have my own clone of the prerelease and am adapting it for > learning purposes > > What's the best way of adding this to my clone? > I don't see a plugin.... is it in the core? > > best wishes > > Alex > > On 13 June 2015 at 15:22, Jeremy Ruston <[email protected]> wrote: > >> 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 >> <https://groups.google.com/d/msgid/tiddlywiki/CAPKKYJazRrmuG2Dyzj4dU1r%3DmMb%3DJR9U-3XyK0TkAGoK0UqVEg%40mail.gmail.com?utm_medium=email&utm_source=footer> >> . >> >> For more options, visit https://groups.google.com/d/optout. >> > > -- 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/CALc1hYfvSFR%3DrVoQWj9Zb-KB9ZzuRLkYkiot4Aaztwriqg6NSA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

