--- title: Constant Calibre --- https://calibre.constantvzw.org/ ### Editing a publication *Edit Metadata* while logged in as the admin. You can add links! It's just kind of hidden. You can right click and select Link in the context menu (ideally after selecting the text you want to link). Also it's possible via the shortcut ctrl-k. ### Editing the interface language ### Adding / editing category texts Use language codes in square brackets on lines by themselves to separate translations, such as: [en] Hello [fr] Bonjour [nl] Hallo The page will then only display the "active" language as selected by the viewer. ### Updating the category keywords ```bash ssh calibre@python.proxmox.constantvzw.org cd /opt/calibre/calibre source venv/bin/activate cd src/calibre-web/local python scripts/reindex.py ```