This repository was archived by the owner on Jun 2, 2025. It is now read-only.
Allow comments in multiline text node? #29
judah-caruso
started this conversation in
Ideas
Replies: 2 comments
-
Could just use something like |
Beta Was this translation helpful? Give feedback.
0 replies
-
Alright, I added comments (this update also considered Load Text File). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Was going to submit a PR but wanted to ask in case you didn't like the idea. How do you feel about allowing comments in the multiline text node? I currently just wrap things I want "commented out" in
< >
, which works, but might make something break down the line.Example prompt:
turns into
I'm not sure how much whitespace affects the prompt, so maybe something like C's block comments
/* */
would work better?Beta Was this translation helpful? Give feedback.
All reactions