Description
The plugin has a lot of potential, but I believe integrating live editing (i.e. editing the contents inside the window) could make this plugin a bit more useful than having to fit everything into a table.
Alternatively a file in a fixed position (e.g. vim.fn.stdpath("data")/cheaty.md could store the data so that each time it is edited the contents of the window keep up to date. This can be achieved using vim.uv utilities.
What are your thoughts?