ElixirNote
GitHubBlogs
  • Welcome to ElixirNote!
  • Guides
    • Get started
    • Installation
      • Install From PyPI
      • Install From Source
    • Interface overview
    • Working with files
    • Text Editor
    • Notebooks
    • Terminals
    • Command palette
    • File & output formats
    • Extensions
      • Installing Extensions
      • Developer Guide
    • Built-in Services
      • ElixirNote Server
      • ElixirNote Hub
      • ElixirNote Shim
      • ElixirNote Nbc
      • ElixirNote Lab Server
    • Real-time Collaboration
    • APIs
  • Ecosystem
    • Integrations
      • GitHub
      • MinIO
      • PostgreSQL
      • MySQL
    • Ecosystem
  • Solutions
    • Solutions
  • Appendix
    • Contribute
    • FAQs
Powered by GitBook
On this page
  • Index
  • Opening Files
  • Creating Files and Activities
  • Uploading and Downloading
  1. Guides

Working with files

PreviousInterface overviewNextText Editor

Last updated 2 years ago

Index

Opening Files

The file browser and File menu enable you to work with files and directories on your system. This includes opening, creating, deleting, renameing, downloading, copying and sharing files and directories.

The file browser is in the left sidebar Files tab:

Many actions on files can also be carried out in the File menu:

To open any file, double-click on its name in the file browser.

Right-click on a file or directory and select "Copy Shareable Link" to copy a URL that can be used to open ElixirNote with that file or directory open.

Right-lick on a file or directory and select "Copy Path" to copy the filesystem relative path. This can be used for passing arguments to open file in functions called in variable kernels.

Creating Files and Activities

You can also create new documents or activities using the File menu:

The current working directory of a new activity or ducument will be the directory listed in the file browser (except for a terminal, which always starts in the root directory of the file browser).

Uploading and Downloading

Files can be uploaded to the current directory fo the file browser by dragging and dropping files onto the file browser, or by clicking the "Upload Files" button at the top of the file browser.

Any file in ExlixirNote by right-clicking its name in the file browser and selecting "Download" from the context menu.

Create new files or activities by clicking the button at the top of the file browser. This is open a new Launcher tab in the main work area, which enables you to pick an activity and keynel:

Opening Files
Creating Files and Activities
Uploading and Downloading