[Tellico-users] sorting and viewing entries
Robby Stephenson
robby at periapsis.org
Fri Aug 20 04:58:27 UTC 2010
On Friday 13 August 2010, xPol wrote:
> Robby Stephenson wrote:
> >> By the way, i would like not to display dates in the entry view. Is
> >> that possible?
> >
> > Not without editing one of the templates. All of the ones that come
> > with Tellico show all the fields by default.
>
> Is editing templates a feasible task, for non programmers?
> Any 'how-to's?
It's not trivially easy, but you might be able to figure it out. :) The
templates use XSLT, which XML-based formatting.
Tellico checks several different directories to look for templates. You
probably will want to create the ~/.kde/share/apps/tellico/entry-templates/
directory and put your edited template in there. Look for the Fancy.xsl file
installed with tellico and copy it to the directory under a new name.
Then edit it. This is untested, but down around line 433, where it has
[@name != 'title' and @name != 'id']
change it to
[@name != 'title' and @name != 'id' and @name !='cdate' and @name !=
'mdate']
and see if that works.
Robby
More information about the tellico-users
mailing list