If you just want to see latest note for pages in the admin column and don’t care about being able to switch them on/off in settings and other fancy stuff, add this
add_filter( 'manage_pages_columns', array( 'ppnFunctionCollection', 'notes_column_header' ) );
add_action( 'manage_pages_custom_column', array( 'ppnFunctionCollection', 'notes_column_content' ) );
after line 1173 in peters_post_notes.php