Changeset 680617
- Timestamp:
- 03/12/2013 04:47:49 PM (13 years ago)
- Location:
- global-javascript
- Files:
-
- 2 edited
-
tags/1.0/readme.txt (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
global-javascript/tags/1.0/readme.txt
r680143 r680617 17 17 Allows the user to create custom javascript for their Wordpress powered site on a global level. 18 18 The Javascript made by the user of the plugin will be loaded after any other Javascript that is used by other plugins and/or themes. 19 20 PLUGIN FEATURES: 21 Some of the features that are included in this plugin are: 22 - syntax highlighting 23 - code minification 24 - revisions 25 - grouping blocks of code 26 - including dependencies (libraries such as jQuery and backbone.js) 27 - elegant editor interface courtesy of ACE 28 29 FUTURE ADDITIONS: 30 Here are some of the things that I will be adding sometime in the future as the plugin grows :) : 31 - ability to choose your minifier of choice from the minify library 32 - ability to load different javascript files for each page/post as decided by the plugin user 33 - ability to save additional javascript files and create tabs to organize the files 34 - a separate button to completely delete the javascript files from the server 19 35 20 36 == Installation == … … 45 61 = Does the plugin work in a multisite configuration? = 46 62 47 Yes. The plugin works in a multisite environment as it creates files and folders in the sites own portion of the uploads directory. 63 Yes. The plugin works in a multisite environment as it creates files and folders in the site's own portion of the uploads directory. 64 65 = How do I get rid of the javascript files from the server? = 66 67 At the moment, the only way to do this is to save a blank javascript file. This will delete all the relevant files from your uploads folder. There is currently no way to delete it from your database posts table through the plugin. You will have to access the database and delete it manually. You can find the posts in the data base by searching for post_title = 'Global JavaScript Editor' in the posts table. 48 68 49 69 == Screenshots == -
global-javascript/trunk/readme.txt
r680143 r680617 17 17 Allows the user to create custom javascript for their Wordpress powered site on a global level. 18 18 The Javascript made by the user of the plugin will be loaded after any other Javascript that is used by other plugins and/or themes. 19 20 PLUGIN FEATURES: 21 Some of the features that are included in this plugin are: 22 - syntax highlighting 23 - code minification 24 - revisions 25 - grouping blocks of code 26 - including dependencies (libraries such as jQuery and backbone.js) 27 - elegant editor interface courtesy of ACE 28 29 FUTURE ADDITIONS: 30 Here are some of the things that I will be adding sometime in the future as the plugin grows :) : 31 - ability to choose your minifier of choice from the minify library 32 - ability to load different javascript files for each page/post as decided by the plugin user 33 - ability to save additional javascript files and create tabs to organize the files 34 - a separate button to completely delete the javascript files from the server 19 35 20 36 == Installation == … … 45 61 = Does the plugin work in a multisite configuration? = 46 62 47 Yes. The plugin works in a multisite environment as it creates files and folders in the sites own portion of the uploads directory. 63 Yes. The plugin works in a multisite environment as it creates files and folders in the site's own portion of the uploads directory. 64 65 = How do I get rid of the javascript files from the server? = 66 67 At the moment, the only way to do this is to save a blank javascript file. This will delete all the relevant files from your uploads folder. There is currently no way to delete it from your database posts table through the plugin. You will have to access the database and delete it manually. You can find the posts in the data base by searching for post_title = 'Global JavaScript Editor' in the posts table. 48 68 49 69 == Screenshots ==
Note: See TracChangeset
for help on using the changeset viewer.