=== Frontend User Notes - Allow site members to save personal notes from frontend. Fully Ajax. === Contributors: absikandar Tags: user, membership, e-learning, notepad, notes Donate link: https://wppatch.com/plugins/ Requires at least: 4.5 Tested up to: 6.7.1 Stable tag: 1.3 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Allow site members to add and save personal notes from frontend. Suited for membership and e-learning sites. Fast, secure and fully ajax loading. == Description == Allow site members and registered users to add and save personal notes from site's frontend. The notes add and update in real time using ajax. Suitable for membership sites and e-learning sites. Fast, secure and easily customizable. ### Demo video https://youtu.be/mohh2jgg7aU ### Features - Allow users to add notes from frontend of the site. - Users can edit their saved notes. - An admin panel where the width, height and colors of the notepad can be customized easily. ### Use cases - **Membership and e-Learning sites:** Members/students in these sites can use this plugin to save personal notes. - **Frontend Developers:** Can use this plugin to save client requests on the site itself. No need to use third party task management tool. **Only works for logged in users/members.** **After activating the plugin, visit the frontend of the site to see it in action.** **Please rate if you like this plugin :)** == Frequently Asked Questions == = How can we replace/change the submit icon? = Use the following hooked function to change or replace the default submit icon. `add_filter( 'funp_override_default_submit_icon', 'funp_override_default_submit_icon_cb' ); function funp_override_default_submit_icon_cb($icon){ return 'New Icon SVG code'; /* Can also use a text for submit button */ }` == Installation == Install the plugin and activate. Go to Frontend User Notes options page under Settings menu and customize. Visit the frontend of the site to see it in action. == Screenshots == 1. Screenshot 2. Screenshot 3. Screenshot 4. Screenshot 5. Screenshot 6. Screenshot == Changelog == = 1.3 = * New: Added option to restrict notepage to selected post types. * New: Added placeholder animation for submit textarea. * New: Added option to override default submit icon SVG. * Improved: PHP, CSS, JS improved at multiple places. = 1.2 = * New: Allow users to edit their notes. * Improved: Overall code. * Bugs fixed = 1.1 = * All functions and admin options revised. double underscore in functions names replaced with single underscore. After update, save the changes again. * Added the option to make wrapper height full screen/offcanvas. * Added nice effect during notes loading. Placeholder Loading. * Design updates and general fixes. = 1.0 = * Just released