Obsidian p5.js

unlisted

by Obsidian

A simple Obsidian plugin for previewing p5.js sketches inside code blocks

5 starsUpdated 20d ago0BSD
View on GitHub

Obsidian p5.js Plugin

A simple Obsidian plugin for previewing p5.js sketches inside code blocks. (WIP)

Usage

To render your sketches, wrap them inside p5 code blocks as shown in the following example:

```p5
function setup() {
  createCanvas(400, 400);
};

function draw() {
  background(220);
  ellipse(50, 50, 80, 80);
};
```

For plugin developers

Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.