Closed
Conversation
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
* feat: Add all template files to repository Co-authored-by: sahiixofficial <sahiixofficial@gmail.com> * feat: Add all_templates.csv and all_templates.json Co-authored-by: sahiixofficial <sahiixofficial@gmail.com> * feat: Add local preview of n8n templates Co-authored-by: sahiixofficial <sahiixofficial@gmail.com> --------- Co-authored-by: Cursor Agent <cursoragent@cursor.com>
There was a problem hiding this comment.
Pull Request Overview
This pull request introduces a local template search and browsing system for the n8n templates repository. It adds CLI tools for searching templates by keyword and category, an inventory export utility, and a local web preview interface.
- Added command-line search tool with keyword filtering and category restrictions
- Created template inventory export functionality supporting CSV and JSON formats
- Introduced local web preview with searchable/filterable template browser
Reviewed Changes
Copilot reviewed 6 out of 7 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| tools/search_templates.py | CLI tool for searching n8n workflow templates by keywords and categories |
| tools/export_index.py | Utility to export template metadata inventories as CSV or JSON |
| preview/index.html | Web interface for browsing and searching templates locally |
| all_templates.txt | Generated list of all template file paths |
| all_templates.csv | CSV inventory of all templates with metadata |
| README.md | Updated documentation with local search and import instructions |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Co-authored-by: gejjech <221578902+gejjech@users.noreply.github.com>
Co-authored-by: gejjech <221578902+gejjech@users.noreply.github.com>
Co-authored-by: gejjech <221578902+gejjech@users.noreply.github.com>
Co-authored-by: gejjech <221578902+gejjech@users.noreply.github.com>
Co-authored-by: gejjech <221578902+gejjech@users.noreply.github.com>
…5-7adc6f2ca554 Implement missing n8n workflow validation and visualization tools for GitHub Actions
…3-c5870b59ece3 Fix export_index.py crash when using filenames without directories
…1-d45cd5c6d5c6 Fix validate-workflows.yml GitHub Actions workflow
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.