=== Private Notes === Contributors: noahcoad Donate link: https://paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=ZBZJWZ33BYH9S Tags: private, notes, comments, thoughts, author Requires at least: 2.0.2 Tested up to: 3.3.2 Stable tag: trunk License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Lets an author keep private notes with a post. == Description == Makes text between note tags private to author only and hidden to visitors. Example: [note] my private note [/note] == Installation == 1. Upload `private-notes.php` to the `/wp-content/plugins/` directory or upload it via the Plugins Upload page 1. Activate the plugin through the 'Plugins' menu in WordPress == Frequently Asked Questions == = Why would this be useful? = Sometimes when writing a post, you may collect additional resources to build the post. Such as reference URLs, thoughts, additional topics, forum threads to post in, etc. With this you can keep that info with the post, but it remains hidden to users. = What happens if I deactivate the plugin? = Your notes will not be lost, but they will be publicly visible and seen the same as they're in your post, example: [note] my notes [/note] == Screenshots == 1. What it looks like if the author is viewing the post. == Changelog == = 1.1.0 = * Slight default styling update and h4 header added = 1.0.0 = * First and only release == Upgrade Notice == = 1.1.0 = Slight default styling update and h4 header added = 1.0.0 = First and only release == Other Info == * Plugin's Page: [on github](http://noahcoad.github.com/wp-PrivateNotes/ "Private Notes") * Author's Blog: [noahcoad.com](http://noahcoad.com/ "Noah Coad's Blog") * Thanks to [@catswhocode](https://twitter.com/#!/catswhocode "on twitter") for [his post](http://www.wprecipes.com/add-private-notes-to-your-wordpress-blog-posts "Add private notes to your WordPress blog posts") which this plugin was created from.