As a Glide newbie, it seems there is a pretty huge hole in the docs relating to plugins and experimental computed columns. Imagine you are a new user who wants to figure out how to get Glide to randomly generate random numbers:
- Search the docs for “random” → nothing useful
- Search the forums → find this post from 2021: 🆕 Roll Dice & Random Number columns
- Follow the link to Roll Dice column | Glide
- Think “oh great, Glide has plugins!”
- Note that that page doesn’t have any text explaining how to use the plugin
- Note that Plugins | Glide seems very well maintained and presumably still relevant, but does not appear to be linked from anywhere obvious?!
- Search the docs for “plugins”
- Find nothing relevant?!
- Bash your head against a wall for a bit until you realise you were supposed to watch the video on the plugin page to learn the undocumented fact that plugins are now accessible as experimental computed columns
- Search the docs for “experimental”
- Find nothing except for Experimental Code Column | Glide Docs which is specifically about coding your own, and says nothing about existing plugins?!
- Bash your head against the wall again
- Write this post
Please take this constructive feedback that as much as videos are great and useful, they are not a substitute for documentation. I suggest the following improvements to the docs:
- Add an explanation of plugins and experimental computed columns in general.
- Document each plugin / experimental computed column, or at very least mention which ones are available, so that if someone searches for something like “random number”, they can at least discover that it’s achievable via this feature.
- Link to Plugins | Glide from the docs and other easy-to-find locations.