Skip to content
Merged
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
10 changes: 10 additions & 0 deletions src/content/libraries/en/p5.nvim.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: p5.nvim
description: Better editor support for p5.js sketchspaces in Neovim
category: utils
sourceUrl: https://github.com/prjctimg/p5.nvim
featuredImage: ../images/p5-nvim.png
featuredImageAlt: p5.nvim logo
author:
name: prjctimg
url: https://prjctimg.me
license: GPL-3.0
Binary file added src/content/libraries/images/p5-nvim.png
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/tutorials/en/setting-up-your-environment.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -479,4 +479,5 @@ If you are using a screen reader, use the [p5.js Web Editor](https://editor.p5js
- [p5.js with VSCode](https://www.youtube.com/watch?v=zMAnM9ly0a8) (video tutorial)
- [VSCode Overview](https://code.visualstudio.com/docs/getstarted/introvideos)
- [p5.vscode reference](https://github.com/antiboredom/p5.vscode/blob/master/README.md)
- [Reference for p5.nvim - Editor support for Neovim](https://github.com/prjctimg/p5.nvim/blob/main/README.md)
- Browser consoles in [Chrome](https://developer.chrome.com/docs/devtools/console/reference/) | [Firefox](https://firefox-source-docs.mozilla.org/devtools-user/web_console/) | [Safari](https://support.apple.com/guide/safari-developer/safari-developer-tools-overview-dev073038698/11.0/mac/10.13) | [Edge](https://learn.microsoft.com/en-us/microsoft-edge/devtools-guide-chromium/console/)
Loading