From 271bc44501d29953ba98aa783236276ea928154a Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Wed, 4 Jan 2017 06:59:06 +0100 Subject: [PATCH] doc --- docs/_includes/icurl | 1 + docs/_includes/xstyle.css | 11 +++++++++++ docs/widgets_process_input.md | 9 +++++---- 3 files changed, 17 insertions(+), 4 deletions(-) create mode 100644 docs/_includes/icurl create mode 100644 docs/_includes/xstyle.css diff --git a/docs/_includes/icurl b/docs/_includes/icurl new file mode 100644 index 00000000..0e9ca02b --- /dev/null +++ b/docs/_includes/icurl @@ -0,0 +1 @@ +https://raw.githubusercontent.com/BBasile/Coedit/master/icons/ \ No newline at end of file diff --git a/docs/_includes/xstyle.css b/docs/_includes/xstyle.css new file mode 100644 index 00000000..86e882bb --- /dev/null +++ b/docs/_includes/xstyle.css @@ -0,0 +1,11 @@ + \ No newline at end of file diff --git a/docs/widgets_process_input.md b/docs/widgets_process_input.md index 57af1a9c..677f9ede 100644 --- a/docs/widgets_process_input.md +++ b/docs/widgets_process_input.md @@ -1,16 +1,17 @@ --- title: Widgets - process input -css: xstyle --- +{% include xstyle.css %} + ### Process input The process input widget is used to pass input to a processes that are executed within Coedit. ![](img/process_input.png) -- : sends the text to the process, also works with ENTER. -- : closes the process input stream. -- : forces the process termination. +- : Sends the text to the process, also works with ENTER. +- : Closes the process input stream. +- : Forces the process termination. The input text can contain [symbolic strings](features_symbolic_strings).