Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/content/libraries/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export const categories = [
"networking",
"export",
"utils",
"integrations",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To make this show up as capitalized please add the mapping to the en strings. Thank you!

] as const;

/**
Expand Down
11 changes: 11 additions & 0 deletions src/content/libraries/en/p5js-project-generator.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: p5.js 2.x Project Generator
description: A Visual Studio Code extension that quickly generates new p5.js 2.0 projects with a clean, minimal setup, including autocomplete, IntelliSense, and parameter hints for p5.js functions
category: integrations
sourceUrl: https://github.com/IrtizaNasar/p5-2.vscode
websiteUrl: https://marketplace.visualstudio.com/items?itemName=Irti.p5js-project-generator
featuredImage: "../images/p5js-project-generator.png"
featuredImageAlt: Screenshot of p5.js 2.x Project Generator VSCode extension interface showing project creation options
author:
name: IrtizaNasar
url: https://github.com/IrtizaNasar
license: MIT
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/content/ui/en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ libraryCategories:
networking: "Networking"
export: "Export"
utils: "Utilities"
integrations: "Integrations"
tutorialCategories:
introduction: "Introduction to p5.js"
drawing: "Drawing"
Expand Down