Hello,
Is there a way to capture a longer note? Such as a few sentences e.g. to record what was done or an important insight. The current notes field feels a little limited to capture details.
Thanks
Hello,
Is there a way to capture a longer note? Such as a few sentences e.g. to record what was done or an important insight. The current notes field feels a little limited to capture details.
Thanks
Are you referring to the ‘optional comment’ accompanying a datapoint? I am not sure about the exact max length though testing reveals it can hold over 50k characters.
So maybe the request is about having it shown in a different way, maybe as a taller and wider text area, capable of accepting text including newlines, which it retains. What about some basic formatting, like markdown or a few html tags?
Thanks @krugerk . Didn’t know it allowed 50k+ chars. And yes, the request is more about showing it differently, in a textarea that allows some basic formatting such as with markdown.
You could write your own browser extension or userscript to replace the comment input box with a textarea, displays it as rendered markdown where applicable, etc. These days, making one’s own tweaks like this is much more accessible than ever before, with the help of AI coding assistants.