diff --git a/src/content/libraries/en/p5.nvim.yaml b/src/content/libraries/en/p5.nvim.yaml new file mode 100644 index 0000000000..f30897ef82 --- /dev/null +++ b/src/content/libraries/en/p5.nvim.yaml @@ -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 diff --git a/src/content/libraries/images/p5-nvim.png b/src/content/libraries/images/p5-nvim.png new file mode 100644 index 0000000000..1488d7171e Binary files /dev/null and b/src/content/libraries/images/p5-nvim.png differ diff --git a/src/content/tutorials/en/setting-up-your-environment.mdx b/src/content/tutorials/en/setting-up-your-environment.mdx index 07cff4346d..dd76c677a7 100644 --- a/src/content/tutorials/en/setting-up-your-environment.mdx +++ b/src/content/tutorials/en/setting-up-your-environment.mdx @@ -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/)