Feature request: possibility to add comments that are only saved to the cloud

Good day,

Iโ€™m trying to document my increasing code base, but every comment is stored in the Grid, wasting valuable character space. Please add the possibility to add comment sections that are only stored in the cloud.

Thanks! :+1:

For now my best idea is to copy parts of your code into the description box of the config and comment it there:

if this_is_my_code ~=0 then
-- this should explain everything
end

A couple of weeks ago the description box became markdown based, can show images, gifs, code snippets and everything you could normally do in markdown.

I know itโ€™s not a true solution but rather a workaround to store your ideas related to a config in an alternative way.

1 Like