174 results found
-
Implement Disqus on single plugin page
It shouldn't take more than 20 minutes
54 votesWill add `reviews` instead of comments, similar to the Apple store. Reviews will support comments as well.
-
A list with recently updated plugins
There is a list with recently added and most downloaded plugins, but none for recently updated plugins.
42 votes -
add the ability to remove a plugin
this seems like something that should be permitted
34 votes -
One file JS download
Implement functionality, that allows to download the plugin as one file (and not only github copy).
"Must-haves" IMHO:
1) Inclusion order for files (to make sure dependencies are correct).
2) Optional "YUI compressor".
2.1) Configure which headers to keep (license and author is always a good idea because of copyright), or possibly an optional header.
I have a plugin that uses several classes and I would not want to include them one after another for obvious performance reasons.
32 votes -
create a splitter to split a panel.
Its hard to find a splitter that can be draged around and works on most(all) browsers. And it is a usefull tool you can find in most visual programming languages.
I suggest a first 'div' element wil be used as the wrapper, and afther that divs can have orientation and min/max sizes. and can be nested in one another.
30 votes -
The download button disappeared after updating the current version number
The download button disappeared after I updated the current version in package.yml
30 votes -
Add "date added" and "last updated" to the plugin details
It's good to know how active the development on a plugin is. A date on each release would also be great.
21 votesWill add
-
Add a 'bookmarks' section to my account.
It would be great that we could have a simple way of getting to some of the plugins I like the most. Something like the boolmarks in the browser.
16 votesWe’ll have a `I use this` feature.
-
Downloads per week or month
You can now browse the most downloaded plugins ever. But it would be great to bring new plugins to attention who have the most downloads per week or month.
16 votes -
Recommend similar plugins
By measuring user-downloads and grouping the downloads, it should be possible to show similar plugins (since users tend to download multiple plugins to solve one problem). A approach with better results would be a i-use-this/watch-this implementation, but resultsets from downloads should be ok.
I can help with the implementation, similar implementations I did brought awesome results on even small data sets (based on I-like-this voting)
13 votes -
Plugins description as tooltips
It's nice to see plugin short description as tooltips...
12 votes -
Host Mootools on Microsoft CDN
In addition to Google, please host the Mootools on ASP.NET CDN like jQuery:
http://www.asp.net/ajaxlibrary/cdn.ashx
Thanks in anticipation.
12 votes -
Name to Hex color conversion
Please include the name-to-hex color conversion in the native library:
// Here is the solution tied together as a native String native extension using
// MooTools, though you can implement the same thing in whatever framework you prefer:(function(String){
var valueMatch = {
'rgb(0,0,0)': { 'black': ' ', 'rgb(0,0,0)': ' ' },
'rgba(0,0,0,0)': { 'transparent': ' ', 'rgba(0,0,0,0)': ' ' },
'#ffffff': { 'transparent': ' ' },
'transparent': { 'transparent': ' ' }
},
colorFromProbe = function(color){
color = color.toString();
if(!color.match(/^#.+$|^[^0-9]+$/)) return color;
var probe = ($('moocolorprobe') || new Element('textarea', {
'id': 'moocolorprobe',
'styles': {
'display':…11 votes -
Bug: looks for deleted tags
I added a tag by mistake, updated the forge page, then removed the tag from github, but now I cannot update my plugin. Somehow this also removed the generated download button from the forge page also.
10 votes -
Add option to sort by popularity and alphabet of the plugins
Add option to sort by popularity and alphabet of the plugins would make it easier to find the right plugins.
10 votes -
9 votes
-
Add option to delete own widgets
Hi, I found no possibility to delete my widget and I was only experimenting for the first time. Could you please add an option and could you please delete this widget http://mootools.net/forge/p/moodropmenu2? Thanks!
9 votes -
Exteranl links in new tab
It's great to open exteranl links (such as demo, download) in new tab (window)...
8 votes -
remove unavailable/broken plugins (i.e. MooSlider)
Someone needs to actively manage the plugin repository for valid and available plugins. For example, the MooSlider plugin isn't available for download (http://mootools.net/forge/p/mooslider). Kinda makes the idea for a "plugins repository" useless...
8 votes -
make it possible to download dependancy build
I suggest that it would be possible to download a build containing the JS classes the plugin is dependent on.
so for example, if my plugin is dependent on Element, Fx.Tweem and Request.JSON, i can download a file that contains just them and their dependencies.
i know this is probably quite hard, but it's gonna be ultra cool if this was possible7 votesIn da works!
- Don't see your idea?