Choose which users can access SnipVault
On some of my clients pages there are several admin users. It would be nice to be able to limit the access to SnipVault to a specific user. And also to a specific user role.
Mads Holst Jensen About 5 hours ago
Feature Request
Choose which users can access SnipVault
On some of my clients pages there are several admin users. It would be nice to be able to limit the access to SnipVault to a specific user. And also to a specific user role.
Mads Holst Jensen About 5 hours ago
Feature Request
Color coding of files and folders
I would be nice to be able to color code files and folders, and maybe give them tags to have a better overview.
Mads Holst Jensen About 7 hours ago
Feature Request
Color coding of files and folders
I would be nice to be able to color code files and folders, and maybe give them tags to have a better overview.
Mads Holst Jensen About 7 hours ago
Feature Request
PHP interface
Similar to the SQL interface, but you can run PHP code and inspect the response returned from it.
mark@uipress.co 6 days ago
Feature Request
PHP interface
Similar to the SQL interface, but you can run PHP code and inspect the response returned from it.
mark@uipress.co 6 days ago
Feature Request
No error message when unable to save
I was missing a } and I tried to save, but nothing happened. There was nothing in the Errors box, nothing popped up saying I couldnβt save etc.
shapeyourbiz 7 days ago
Bug Reports
No error message when unable to save
I was missing a } and I tried to save, but nothing happened. There was nothing in the Errors box, nothing popped up saying I couldnβt save etc.
shapeyourbiz 7 days ago
Bug Reports
Clone/Download to Plugin/Export don't do anything
Are these still in development or is it a bug?. Nothing happens when I click any of those buttons.
shapeyourbiz 7 days ago
Bug Reports
Clone/Download to Plugin/Export don't do anything
Are these still in development or is it a bug?. Nothing happens when I click any of those buttons.
shapeyourbiz 7 days ago
Bug Reports
Completed
register_rest_route called incorrectly
Iβm getting this error on multiple servers. ```[ERROR] E_USER_NOTICE: Function register_rest_route was called incorrectly. REST API routes must be registered on the rest_api_init action. Instead route '/claude' with namespace 'snipvault/v1' was not registered on this action.```
Ryan 10 days ago
Bug Reports
Completed
register_rest_route called incorrectly
Iβm getting this error on multiple servers. ```[ERROR] E_USER_NOTICE: Function register_rest_route was called incorrectly. REST API routes must be registered on the rest_api_init action. Instead route '/claude' with namespace 'snipvault/v1' was not registered on this action.```
Ryan 10 days ago
Bug Reports
Ability to change filenames
Please add an ability to change the unique filename. I think the added endnumbers would only make sense, when you have multiple files with the same name. Similar to the auto id naming in WordPress taxonomies for example. At the moment it just makes things more complicated to remember when including files.
Julian Rosebrock 15 days ago
Feature Request
Ability to change filenames
Please add an ability to change the unique filename. I think the added endnumbers would only make sense, when you have multiple files with the same name. Similar to the auto id naming in WordPress taxonomies for example. At the moment it just makes things more complicated to remember when including files.
Julian Rosebrock 15 days ago
Feature Request
Frontend Integration for Page Builders
Please add a frontend integration (resizable window) that makes your scripts accessible while in the Builder, for example, Bricks.
Julian Rosebrock 15 days ago
Feature Request
Frontend Integration for Page Builders
Please add a frontend integration (resizable window) that makes your scripts accessible while in the Builder, for example, Bricks.
Julian Rosebrock 15 days ago
Feature Request
Completed
Move menu item to root
Rather than bury the menu item within Settings (why?), please place it at the root for easy access.
ainom 15 days ago
Feature Request
Completed
Move menu item to root
Rather than bury the menu item within Settings (why?), please place it at the root for easy access.
ainom 15 days ago
Feature Request
Completed
Increase code editor font size
The default font size is tiny, especially on large monitors. I found a command (buried amongst a tonne of random commands) to increase the font size slightly, but it only gets are big as 13px, which is still too small to work with comfortably. Add a setting to be able to set it to any size (I use 18px in my current code editor).
ainom 15 days ago
Feature Request
Completed
Increase code editor font size
The default font size is tiny, especially on large monitors. I found a command (buried amongst a tonne of random commands) to increase the font size slightly, but it only gets are big as 13px, which is still too small to work with comfortably. Add a setting to be able to set it to any size (I use 18px in my current code editor).
ainom 15 days ago
Feature Request
Completed
Improve PHP Snippet Security
I know the verify Signature was good. But it will more secure if before save/after save any PHP snippet please prepend the code content with this code: if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly }
Lee 19 days ago
Feature Request
Completed
Improve PHP Snippet Security
I know the verify Signature was good. But it will more secure if before save/after save any PHP snippet please prepend the code content with this code: if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly }
Lee 19 days ago
Feature Request
Planned
Improve AI Assistant Code
Please add Gemini and OpenAI for the AI chat. Allow delete/edit each chat object/item in whole conversation ( inspiration from Google Gemini AI Studio)
Lee 19 days ago
Feature Request
Planned
Improve AI Assistant Code
Please add Gemini and OpenAI for the AI chat. Allow delete/edit each chat object/item in whole conversation ( inspiration from Google Gemini AI Studio)
Lee 19 days ago
Feature Request
Cron type snippet
Quick register a cron job, and it will more power if can include or run another PHP snippet inside the cronjob content.
Lee 19 days ago
Feature Request
Cron type snippet
Quick register a cron job, and it will more power if can include or run another PHP snippet inside the cronjob content.
Lee 19 days ago
Feature Request
Custom API Snippet Type
Only for PHP environment? Itβs an api endpoint snippet. Admin can choose validation with GET or POST method, and BEARER token on header. If successfully validation, will execute the PHP code inside the snippet. And return that value to the user as json parameter. Example βSnippet_responseβ . Also, the PHP code can get/access the object user send in the body data of POST method. Or the parameter of the GET method. These objects can be used inside the PHP code content of snippet.
Lee 19 days ago
Feature Request
Custom API Snippet Type
Only for PHP environment? Itβs an api endpoint snippet. Admin can choose validation with GET or POST method, and BEARER token on header. If successfully validation, will execute the PHP code inside the snippet. And return that value to the user as json parameter. Example βSnippet_responseβ . Also, the PHP code can get/access the object user send in the body data of POST method. Or the parameter of the GET method. These objects can be used inside the PHP code content of snippet.
Lee 19 days ago
Feature Request