Quote:
Originally Posted by Terisa de morgan
Just out of curiosity, which values will be used for updating these fields? Custom columns? So, a nice relationship with CountPages?
|
Quote:
Originally Posted by ownedbycats
Interestingly, I was considering dropping the word count column as I found it less useful than page and chapter counts. But now I have a reason to keep it. 
|
@davidfor is implementing all of these with templates not column keys, giving you the choice of returning the value of a column or calculating something. If so then you can produce a word count "pages * something" where "something" is some average words per page. Isn't as accurate but it lets you get rid of the column.
[OPINION]I think his choice to move to templates for things is inspired. It doesn't take away any functionality, but adds many possibilities. Of course some basic "recipes" will need to be provided, specifically how to return a column value ("{column_key}"), but that isn't hard.
[/OPINION]