diff --git a/content/pymakr-online/toolsfeatures.md b/content/pymakr-online/toolsfeatures.md index e47885c..7bc9cf9 100644 --- a/content/pymakr-online/toolsfeatures.md +++ b/content/pymakr-online/toolsfeatures.md @@ -160,6 +160,26 @@ To export your project, ensure that you have opened Pymakr Online from the Pymak ![](/gitbook/assets/pymakr-online/pymakr-download-completed.jpg) +# Create a new file or folder + +To create a file or folder in Pymakr Online, disregarding how you opened it, you just need to right click on the folder you want to create the file or folder in. + +![](/gitbook/assets/pymakr-online/pymakr-create-folder.jpg) + +In this case, I'm creating a folder called 'new-folder' under the project root. For that, I right clicked on the project name. + +Now type the name of the file/folder: +![](/gitbook/assets/pymakr-online/pymakr-create-folder-1.jpg) + +_**Note: Pymakr Online only supports the formats .py .txt .log .json .html .js .cet .crt**_ +_**A folder name can not contain dots (.)**_ + +If you want to delete a folder or file, right click on the item to be deleted and then click on "Delete file" or "Delete folder". + +![](/gitbook/assets/pymakr-online/pymakr-create-folder-2.jpg) + + + diff --git a/static/gitbook/assets/pymakr-online/pymakr-create-folder-2.jpg b/static/gitbook/assets/pymakr-online/pymakr-create-folder-2.jpg new file mode 100644 index 0000000..403405c Binary files /dev/null and b/static/gitbook/assets/pymakr-online/pymakr-create-folder-2.jpg differ diff --git a/static/gitbook/assets/pymakr-online/pymakr-create-folder-3.jpg b/static/gitbook/assets/pymakr-online/pymakr-create-folder-3.jpg new file mode 100644 index 0000000..6be26c3 Binary files /dev/null and b/static/gitbook/assets/pymakr-online/pymakr-create-folder-3.jpg differ diff --git a/static/gitbook/assets/pymakr-online/pymakr-create-folder.jpg b/static/gitbook/assets/pymakr-online/pymakr-create-folder.jpg new file mode 100644 index 0000000..926206b Binary files /dev/null and b/static/gitbook/assets/pymakr-online/pymakr-create-folder.jpg differ