Feature requests
Submit IdeaMainWP integration
Ability to edit sites snippets, CSS etc in one place over MainWP where WPCodeBox are installed.
Priit#Deal Breaker π#Integrations π14
Subfolders or tags
Possibility to create subfolders to hierarchize content or in any case tag system to find snippets more easily
Javier8
Backup & Sync to Dropbox or Google Drive
Backup & sync snippets to Dropbox or Google Drive.
Totam#Improvement π18
Import/Export Snippets (Local Workstation)
As I personally transition from the Code Snippets plugin, one thing I'm finding that I'm missing is the ability to import/export snippets. This is important for ease of distribution to clients/customers that are not necessarily using WPCodeBox...yet. ; ) This goes hand in hand with the Add the ability to save CSS/JS to file feature request.
Ryan L9
Combine multiple files
Please add an option to combine multiple files. For example, if I have 10 SCSS snippets I don'tΒ want toΒ have 10 separateΒ files.
Mark S#Improvement π#Deal Breaker π2
Show which cloud snippets have been downloaded to the current site.
It would be easy for users to see a check icon next to the cloud snippets that were downloaded to the current site.
Ovidiu Maghetiu#Improvement π1
Lock access to the plugin with a password
Would be the ability to lock access to the plugin with a password so client's won't mess with my code. Something similar is avaliable in Updraft Plus Pro (the backup plugin).
PixelMac6
Control cloud snippets visibility per API key
If I'm going to use cloud snippets on clients websites, I don't really want to share all the collection with them. The best way seems to have an ability to choose what snippets I need per API key: ( ) none ( ) all ( ) Choose (choose folders or exact snippets using checkboxes)
Konstantin#Improvement π#Deal Breaker π3
Cron service for snippet execution
Create a cron that will call a secure endpoint and run snippets. This is useful for maintenance run-once snippets. Like the ones for deleting orphaned meta, or orphaned variations. It could also be useful for running scheduled tasks on a WordPress site.
Ovidiu Maghetiu#Improvement π#Integrations π1
Add icon showing where the snippet executed
Please see how Code Snippets Pro add this icon: https://share.getcloudapp.com/YEuZJ0eA
Tony#Improvement π2
Colors for folders
It would be useful to add colors to folders in order to visually identify them quickier.
CEDRIC V#Improvement π#Styling π¨1
Add GitHub connector
Add a GitHub connector so that users can save cloud snippets to GitHub instead of the WPCodeBox cloud account.
Ovidiu Maghetiu#Improvement π#Integrations π1
Add the ability to edit existing CSS/JS/PHP files
Add the ability to edit existing site files using the WPCodeBox code editor. Maybe we can add them as a special kind of snippet.
Ovidiu Maghetiu#Improvement π2
Chrome Extension
Create a chrome extension, that will allow users to select a code snippet from any site like StackOverflow, Quora etc. Add a context menu on right-click, to save that snippet to the client's Code Snippets cloud account. This will be useful for saving snippets from around the web. No need to copy and paste that much anymore.
Ovidiu Maghetiu#Improvement π1
Autoprefix CSS
I think that it will be a game changer if the plugin could auto prefix CSS like : I add in my CSS : transform: rotate(-180deg); and the plugin generates automatically these 2 lines : -webkit-transform: rotate(-180deg); -ms-transform: rotate(-180deg); The plugin Instant CSS do it and it helps you save a lot of time.
CEDRIC V#Improvement π#Deal Breaker π0