You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
publicstaticENVIRONMENTS_OPTIONS_SUMMARY="Shell selection, Operating system specific shell commands";
@@ -269,6 +269,7 @@ export class ExtraOptionsModal extends SC_Modal {
269
269
// Stdin field
270
270
newSetting(container_element)
271
271
.setName("Pass variables to stdin")
272
+
.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.")
.setTooltip("Documentation: Pass variables to stdin")
@@ -287,7 +288,7 @@ export class ExtraOptionsModal extends SC_Modal {
287
288
awaitthis.plugin.saveSettings();
288
289
};
289
290
newSetting(stdinSettingContainer)
290
-
.setDesc("Can be used to pass long texts as input to the shell command. Very long texts cannot be passed as command arguments, so e.g. {{note_content}} works better when passed to stdin. Static text is also supported, and linebreaks.")
0 commit comments