remix-project mirror
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
remix-project/docs/file_explorer.rst

38 lines
1.2 KiB

7 years ago
File Explorer
=============
The file explorer lists by default all the files stored in your browser. You can see them in the `browser` folder. You can always rename, remove or add new files to the file explorer.
7 years ago
.. image:: images/remix_file_explorer_browser.png
7 years ago
Note that clearing the browser storage will permanently delete all the solidity files you wrote. To avoid this, you can use Remixd, which enables you to store and sync files in the browser with your local computer (for more information see :doc:`../tutorial_remixd_filesystem`)
.. image:: images/remix_file_explorer_menu.png
7 years ago
We will start by reviewing at the icons at the top left - from left to the right:
7 years ago
Create new File
---------------
Creates a new file in the `browser` explorer.
7 years ago
Add Local File
--------------
Allows you to select files from the local file system and import them to the Remix browser storage.
7 years ago
Publish to Gist
---------------
Publishes files from the browser storage to an anonymous public gist.
7 years ago
Copy to another instance
------------------------
Enables you to copy files from the browser storage to another instance (URL) of Remix.
7 years ago
Connect to Localhost
--------------------
Allows to use file located in your file system (see :doc:`../tutorial_remixd_filesystem`).