Editor
An input widget that uses an external editor.
Example

from inquirer_textual import prompts
if __name__ == '__main__':
answer = prompts.editor('Analysis report:')
print(answer)
An input widget that uses an external editor.

from inquirer_textual import prompts
if __name__ == '__main__':
answer = prompts.editor('Analysis report:')
print(answer)