Topic: Is it possible to customise "List of folios" ?

Basically it is really nice as it is, however i would prefer:

1) i want it to show both %F (short folio name) and %f ("pagenumber") if possible

2) omit a couple columns i do not use: Plant and Author

Re: Is it possible to customise "List of folios" ?

For the moment is only static and if you want to customize you need to hack the code source.
https://svnweb.tuxfamily.org/filedetail … iolist.cpp

https://svnweb.tuxfamily.org/log.php?re … t.cpp&

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."

Re: Is it possible to customise "List of folios" ?

OK thanks.
If i had the time it would be nice to learn this kind of hacking nomicons/smile

Re: Is it possible to customise "List of folios" ?

Hmm, for 1) i can in folio properties field enter both the short name and %id, i.e
Pump,%id

and in list of folios it show up as
Pump,1

which now is the content of %F and %folio

In the title blocks i now use formula %folio(%folio-total) so it will display
Pump,1(27)  if there is 27 pages.

And in references i use formula %F%l%c which expands to i.e
Pump,1E12

I think i am satisfied with that