From 81c538d51b50f4ce895e34a618c09e52e2126a74 Mon Sep 17 00:00:00 2001 From: promptadmin Date: Sat, 6 Jun 2026 19:29:12 +0000 Subject: [PATCH] Automated ingestion of prompt: Code Snippet Manager --- prompts/coding/code_snippet_manager_537.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 prompts/coding/code_snippet_manager_537.md diff --git a/prompts/coding/code_snippet_manager_537.md b/prompts/coding/code_snippet_manager_537.md new file mode 100644 index 0000000..daf4ab6 --- /dev/null +++ b/prompts/coding/code_snippet_manager_537.md @@ -0,0 +1,7 @@ +--- +title: "Code Snippet Manager" +contributor: "@f" +tags: #coding, #f +--- + +Build a developer-focused code snippet manager using HTML5, CSS3, and JavaScript. Create a clean IDE-like interface with syntax highlighting for 30+ programming languages. Implement a tagging and categorization system for organizing snippets. Add a powerful search function with support for regex and filtering by language/tags. Include code editing with line numbers, indentation guides, and bracket matching. Support public/private visibility settings for each snippet. Implement export/import functionality in JSON and Gist formats. Add keyboard shortcuts for common operations. Create a responsive design that works well on all devices. Include automatic saving with version history. Add copy-to-clipboard functionality with syntax formatting preservation.