=== WP Fragmention === Contributors: cconover Donate link: https://christiaanconover.com/code/wp-fragmention Tags: fragmention, link, javascript Requires at least: 2.7 Tested up to: 4.3 Stable tag: 0.1.4 License: GPLv2 License URI: https://www.gnu.org/licenses/gpl-2.0.html Add support for Fragmention links to WordPress. == Description == [Fragmention](http://www.kevinmarks.com/fragmentions.html) is a method of linking to any text in a web page proposed by Kevin Marks. It uses a double hash syntax appended to a URL with the text following the two hash marks, using plus symbols to replace spaces. For example: [http://www.kevinmarks.com/fragmentions.html##I+suggest+using+a+double+hash](http://www.kevinmarks.com/fragmentions.html##I+suggest+using+a+double+hash) This removes the need for site developers to hard-code ID attributes into their site’s tags and gives users a completely flexible way to point to exactly the text they want to reference within a page. [Github repo](https://github.com/cconover/wp-fragmention) == Installation == 1. Upload the `wp-fragmention` directory to your site's plugins directory 2. Activate the plugin through the `Plugins` menu in WordPress == Frequently Asked Questions == = Are the any plugin options? = Nope. Just activate the plugin and go. No configuration needed. == Upgrade Notice == = 0.1.4 = Minified version of the Fragmention script is now used. = 0.1.3 = Updated to the latest version of the Fragmention script, which fixes an issue parsing the second hashmark. = 0.1.2 = Updated to the latest version of the Fragmention script. = 0.1.1 = Added styling for fragmentions. = 0.1.0 = Initial release. == Changelog == = 0.1.4 = Latest version of the Fragmention script, including a minified version. = 0.1.3 = Updated to the latest version of the Fragmention script, which fixes an issue parsing the second hashmark. = 0.1.2 = Updated to the latest version of the Fragmention script. Fixed readme.txt with expanded description and the proper plugin name. = 0.1.1 = When a fragmention link is used, the relevant block of text is now highlighted in the page. = 0.1.0 = Initial release.