Fill `screenshot` keyword for all languages with `type visual`
For visual languages, a picture is worth a thousand words. PLDB now shows a screenshot for visual languages when that keyword is present. Example: https://pldb.com/languages/scratch.html
For every visual language, let's take our own nice screenshot of using the language in action.
See the below commit which added 2 examples: https://github.com/breck7/pldb/commit/b36729679a39c0e51253050891c6101ef753788d
Steps:
- Take a screenshot of your screen using the visual language.
- Save it in
site/screenshots/[pldbId].png - Add a line to the file like this:
screenshot https://pldb.com/screenshots/explorer.png - If doing this locally, run
npm run formatbefore committing. - Commit and push and send a PR
@breck7 for screenshots, does it have to be the application or the website page?
Good question @IsSafrullah! It should be a screenshot of the actual running application (so a real screenshot that you took yourself, not a screenshot from the web). There's so few visual languages that it is just much simpler and higher quality to take our own original screenshots of the actual running products than to do anything clever.
@breck7 got it thanks for the info
I'm going to close all issues that are of type "we need more data about column X". Since I see now that this will always be the case