obsidianmd / jsoncanvas

An open file format for infinite canvas data.
https://jsoncanvas.org
MIT License
2.5k stars 81 forks source link

proposal: add playground on jsoncanvas.org #49

Open henryhale opened 3 weeks ago

henryhale commented 3 weeks ago

jsoncanvas is amazing!

while the spec is pretty short, i suggest adding a playground page on the website with live preview to folks to try it out quickly.

kepano commented 3 weeks ago

Can you be more specific? You can already toggle output and see the data update live.

henryhale commented 3 weeks ago

Well, I was interested in being able to edit the code;

I'm working on depgraph, a tool that produces output in jsoncanvas format. I need to test the output really quick but there's no provision for that.

I'm thinking of something like https://mermaid.live where users can write and share jsoncanvas results.

kepano commented 3 weeks ago

Got it. I agree that would be neat. In the meantime you can use Obsidian to create and test canvas files since that is the reference implementation.

henryhale commented 3 weeks ago

I'm looking forward to it. Thank you.