Alternative booksize format (Ko)
Would it be possible to add an option to choose the format of the booksize between Mo, Ko , octet ?
I find the Mo much too big and given the size with it is not very precise.
There is an alternative solution by creating a column "Column built by other columns" and using this code:
program:format_number(divide(booksize(), 1000), '{0:.0f}')
The problem of this solution is that you only get the number and if you want to display it cleanly in the side panel, you have to create a second collone :
{#sizeko:|| Ko}
It’s all
Last edited by un_pogaz; 08-06-2018 at 11:42 AM.
|