Is there the possibility to add HTML compatibility for the note?
It seems it may have previously been a feature but as of version 2.1.5 all HTML code is removed from the note as soon as the page/post/CPT is updated. On the plugin page there is a screenshot from the note display meta box (#editor-note-view
) where the meta box label is red and the HTML code saved in the note itself is properly displayed: Link.
Thanks for a useful plugin. Does anyone know a way to move the notes box, so it’s higher up the screen in the post editor?
The notes probably won’t get seen where they’re located at the bottom of the page.
I know I can move it on the post editor by clicking the arrows which move it about, however I assume this only moves it for me. I want to change its default position for all editor/admins.
]]>I want to add notes on Uncanny Automator recipes, but there’s no ‘update’ button to click for those, they just automatically save themselves.
How can I get the notes to stick on these pages?
]]>I was able to fix the error by changing line 68 of the admin/page-notes-admin.php file from this:
load_textdomain( $domain, page – notes – admin . phptrailingslashit( WP_LANG_DIR ) . ‘/’ . $domain . ‘-‘ . $locale . ‘.mo’ );
back to this from the previous version 1.1.0:
load_textdomain( $domain, trailingslashit( WP_LANG_DIR ) . $domain . ‘/’ . $domain . ‘-‘ . $locale . ‘.mo’ );
Luckily this only caused the wp-admin to show the critical error and the frontend of the site still loaded fine. Could this be corrected in your next update please?
]]>Hi there,
Was wondering if it would be alright if I took ownership of this plugin. A neat idea and can be helpful but seems like nothing has happened for a while. Thanks!
DF
]]>Hi how do you actually post the notes? because I couldn’t see any post button. Might sound dumb because I tried reading in the support forum and everyone seems to have gotten it. I tried the enter key but nothing. Thanks a lot
UPDATE: Nvm I figured it out!
]]>Hi Guys,
Highly appreciate the plugin.
Just got a message that the plugin appears to be abandoned. The last update was three years ago.
Are you going to update it?
Bert
]]>Does this plugin add a column to the post list section of the WP backend? If not, please consider adding it. This way you don’t have to go into each post to view the important info. At least, that’s what I’m looking for.
]]>I think it would be more reasonable to check for capability “edit_others_posts” instead of “activate_plugins”. These notes are useful everyone that may edit others posts, like the editor role. I can see what “activate_plugins” capability has to do with this functionality.
In all other respects, this plugin is excellent.
]]>Plugin sounds exactly like what we are looking for. 2 questions/suggestions.
1. Can you add in the notes capability to the users as well? We’d love to be able to take notes on certain WP users.
2. Would also be great to have the notes appear in the Quick Edit and Table views as well that we can toggle on/off with screen options.
Possible? Time table?
Thanks
]]>1. Please add load_plugin_textdomain()
function to __construct
.
2. Please make “Add a note for editors to see when editing this” translatable
3. Maybe also change the textdomain string to be the same as the plugin slug “admin-page-notes” to support language packs.
Is there a way to change the height of text area? I changed the excerpt with:
add_action('admin_head', 'excerpt_textarea_height');
function excerpt_textarea_height() {
echo'
<style type="text/css">
#excerpt{ height: 150px; }
</style>
';
}
Would this work, changing the above code to? Thanks
]]>