Directly open page in text editor

Add the following to your themes functions.php file and it will default to the editors text view… add_filter( ‘wp_default_editor’, create_function(”, ‘return “html”;’) );

How can show my images style from editor

add_editor_style allows theme developers to link a custom stylesheet file to the TinyMCE visual editor. You’ll want to duplicate many (if not all) of your styles from the front-end to be included in that file. Then editing in the visual editor will look more like your front-end css. The problem is more likely that you … Read more

Allow contributors to edit their own images

You can use WP Users Media plugin: https://wordpress.org/plugins/wp-users-media/ From description: … disable the ability for users to access other members files and attachments through the Media Button and Featured Image sections…