register_hook('TPL_ACT_RENDER', 'BEFORE', $this, 'handle_edit_page'); } public function handle_edit_page(Doku_Event &$event, $param) { if ($event->data !== 'edit') return; global $ID; $textarea_id = 'wiki__text'; // Inject HTML and JavaScript echo '
'; echo ''; echo '
'; echo ''; echo ''; echo ''; echo ''; echo '
'; // Inject llm.js and custom script ?>