=== User Notepad ===
Contributors: cybrok
Tags: notepad, LMS, education, notes, learning
Requires at least: 5.9
Tested up to: 6.7.1
Stable tag: 1.1.0
Requires PHP: 7.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Allows logged-in users to take notes on your website's frontend, enhancing their experience on blogs, LMS, e-commerce, and more.

== Description ==

Allows your website's logged-in users to take notes on the frontend. Suitable for blogs, LMS, e-commerce stores, or any other type of website. Enhance your users' experience by enabling them to take educational notes, jot down important details on blog posts, or make product notes on e-commerce pages. This plugin provides a versatile and user-friendly way for your users to interact with your content, making their time on your site more productive and engaging.

### Key Features:
- Frontend note-taking for logged-in users
- Ideal for educational purposes, blogs, and product pages
- Notes can be downloaded as a .doc file
- Customizable 'take note' button and settings in the admin area
- Shortcode [usnptd_print_all_notes] to display all notes taken by a user

### Use Cases:
- **Educational Sites (LMS)**: Students can take notes while studying course content.
- **Blogs**: Readers can jot down thoughts or important points while reading articles.
- **E-commerce Stores**: Shoppers can note down product details for comparison.

### Benefits:
- Enhances user engagement
- Makes your website more interactive
- Provides a useful tool for educational and e-commerce websites

== Installation ==
1. Upload the plugin files to the `/wp-content/plugins/user-notepad` directory, or install the plugin through the WordPress plugins screen directly.
2. Activate the plugin through the 'Plugins' screen in WordPress.
3. Use the plugin's settings page to configure the plugin.

== Usage ==
1. Create a new page and add the shortcode `[usnptd_print_all_notes]` to display all notes taken by a user.
2. Go to the User Notepad admin settings and select the page where you added the shortcode as the "All Notes" page.

== Frequently Asked Questions ==

= Does this plugin work with logged-out users? =
No, this plugin only works with logged-in users.

= Can users download their notes? =
Yes, users can download their notes as a .doc file.

== Screenshots ==
1. User Notepad Widget
2. All Notes page
3. User Notepad dashboard settings

== Changelog ==
= 1.0.0 =
* Initial release