Quote:
Originally Posted by capink
New version will not be released until a new calibre version with changes you made is released.
|
OK, I will submit the changes to Kovid tomorrow. I must write some documentation first.
Quote:
Edit: Maybe a template/template_result pair. e.g "program: current_library_name()"/my_library1. If they match the action runs? same for "program: globals(myvar)"/myvar_val
|
Using a template to access the dictionary is clever. That gives one mechanism that can do two things: compute new values or access already-computed ones.