Skip to content

Commit 65b5c0e

Browse files
committed
#283: ExtraOptionsModal.tabGeneral(): Stdin field: Add 'experimental' note.
1 parent f522892 commit 65b5c0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/settings/ExtraOptionsModal.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ export class ExtraOptionsModal extends SC_Modal {
265265

266266
// Stdin field
267267
new Setting(container_element)
268-
.setName("Pass variables to standard input (stdin)")
268+
.setName("Pass variables to standard input (stdin) (experimental)")
269269
.setDesc("Used to pass long texts as input to the shell command. There is a limit to command line length, and e.g. {{note_content}} might provide a value too long to be used as an argument, so it works better when passed to stdin. Also, programs that ask multiple values interactively, can be fed with values using stdin. If there are multiple values that need to be inputted, put them on separate lines. Many shell programs interpret newlines as separators between different values.")
270270
.addExtraButton(extraButtonComponent => extraButtonComponent
271271
.setIcon("help")

0 commit comments

Comments
 (0)