diff --git a/README.md b/README.md index e69de29..bca003d 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,46 @@ +#Texteditor +Texteditor is a program to edit a text by in- and output into the console. +#Usermanual +#ADD a Textline +```ADD``` +First please enter the command add to add a new textline. Then enter the text you want to add . + +```ADD [n]``` +If you want to add a textline to a certain paragraph then please use the command add and then enter that paragraphnummber. +After that enter the text you want to add to that paragraph. + +#DUMMY Text +```DUMMY``` +First please enter the command dummy to enter a pre written text into the textline. + +```DUMMY [n]``` +If you want to enter a pre written dummy text into a specific paragraph then please enter the command dummy and then the paragraph that you want to use. + +#REPLACE a Text +```REPLACE``` +First please enter the command replace then enter the characters that you want to replace. After that please enter +the new characters that should replace the old characters. + +```REPLACE [n]``` +If you want to replace a text from a certain paragraph, please enter the command replace and then enter the characters you want to +replace. After you entered the characters you want to replace please enter now the new characters that should replace the +old characters. + +#DELETE a Text +```DEL``` +First please enter the command del to delete a text. Then please enter the text size you want to delete. + +```DEL [n]``` +If you want to delete a text from a certain paragraph then please enter the command del and then the paragraph that you want to delete. + +#INDEX +``ÌNDEX`` +First please enter the command index to show the index. + +#Print the Text +```PRINT``` +First please enter the command print to print out the current text you have. + +#FORMAT the Text +```FORMAT``` +