Changeset 745973
- Timestamp:
- 07/25/2013 01:14:32 AM (13 years ago)
- Location:
- navayan-tinymce-pretty-code
- Files:
-
- 1 added
- 1 edited
-
assets/banner-772x250.jpg (added)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
navayan-tinymce-pretty-code/trunk/readme.txt
r744175 r745973 8 8 License: GPLv2 9 9 10 Adds PrettyPrint and Code buttons in TinyMCE WYSIWYGeditor to quickly mark text as code, add 'prettyprint' class in 'pre' tag.10 Adds PrettyPrint and Code buttons in TinyMCE editor to quickly mark text as code, add 'prettyprint' class in 'pre' tag. 11 11 12 12 == Description == 13 Did you feel stressed when you have to make some text, of your WordPress post, as inline code or to add syntax highlighter class to pre-formatted text? 'Navayan TinyMCE Pretty Code' WordPress plugin will save your time and takes out this weird behavior! 13 14 14 Easily and quickly prettifies your inline code and program code by clicking just a single button in TinyMCE WYSIWYG editor! 15 It prettifies your inline code and pre-formatted text just by clicking the buttons in TinyMCE WYSIWYG editor! Now you don't need to go to 'Text' mode to find where your `<code>` and/or `<pre>` tags are. 16 17 Keyboard shortcuts: 18 `Alt+Shift+C` for Code button `</>` 19 `Alt+Shift+G` for PrettyPrint button `{P}` 20 21 Thanks to [pkgw](http://profiles.wordpress.org/pkgw/) for the ground work! 15 22 16 23 **Links** … … 18 25 * [Plugin's Homepage](http://blog.navayan.com/wordpress-plugin-navayan-tinymce-pretty-code) 19 26 * [Similar Topics](http://blog.navayan.com/wordpress/) 20 * [Donate (Dhammadana)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=amolnw2778@gmail.com&item_name=Navayan TinyMCEPretty Code)27 * [Donate ie. Dhammadana](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=amolnw2778@gmail.com&item_name=Navayan TinyMCEPretty Code) 21 28 * [Other Options](http://www.navayan.com/donate.php) 22 29 … … 26 33 1. Donwload, install and activate the plugin. 27 34 2. Goto Add/Edit post or page. 28 3. Select any text and click on `</>` button for inline code, or click on `{P}` button to format as program code.35 3. Select some text and click on `</>` button for inline code, or click on `{P}` button to pre-format. 29 36 30 37 31 38 == Screenshots == 32 39 33 1. 'Code' and 'Prett ify' Buttons appeard in TinyMCE WYSIWYG editor40 1. 'Code' and 'PrettyPrint' Buttons appeard in TinyMCE WYSIWYG editor 34 41 35 42
Note: See TracChangeset
for help on using the changeset viewer.