=== SPP Dash Notes ===
Contributors: spp
Tags: dashboard, notes, editorial, admin, communication
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 7.4
Stable tag: 1.0.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Share accessible editorial notes with your team directly from the WordPress dashboard.

== Description ==

SPP Dash Notes adds a clean, accessible dashboard widget that helps editorial teams communicate inside the WordPress admin. Administrators can publish formatted updates that appear on the dashboard for all users who can access it.

**Features**

* Dashboard widget powered by the WordPress dashboard API
* Visual editor for rich editorial notes stored securely in the options table
* Input validation and sanitization on every save
* Accessible markup with labels, descriptions, and live feedback
* Capability checks so only authorized users can edit notes

== Installation ==

1. Upload the `spp-dash-notes` folder to the `/wp-content/plugins/` directory, or install the plugin through the WordPress Plugins screen.
2. Activate the plugin through the **Plugins** screen in WordPress.
3. Visit **Dashboard** in wp-admin to view or edit editorial notes.

== Frequently Asked Questions ==

= Who can edit the notes? =

Users with the `edit_dashboard` capability can update notes. All users who can view the dashboard can read them.

= What kind of content is supported? =

Notes support basic HTML formatting through the WordPress visual editor. Content is sanitized with `wp_kses_post()` on save.

= Where are notes stored? =

Notes are saved in the WordPress options table under the `spp_dash_notes_content` option key.

== Changelog ==

= 1.0.0 =
* Initial release.

== Upgrade Notice ==

= 1.0.0 =
Initial release.
