currently, the only plugin which writes in bottom_info is the Tags plugin.
the information in bottom_info describes the tags page in the bottom notebook.
at the moment the bottom notebook receives its pages at the very last moment, that is the first time update_bottom_notebook is invoked.
it could be done earlier, and the function performing the action could be unit-tested.
or it could be done, as now, at the very last moment, but in a unit-tested function.
currently, the only plugin which writes in bottom_info is the Tags plugin. the information in bottom_info describes the tags page in the bottom notebook.
at the moment the bottom notebook receives its pages at the very last moment, that is the first time
update_bottom_notebook
is invoked. it could be done earlier, and the function performing the action could be unit-tested.or it could be done, as now, at the very last moment, but in a unit-tested function.