Labs/Bespin/UserDirectory

From MozillaWiki
< Labs‎ | Bespin
Jump to navigation Jump to search

Each user has a "special" user directory that stores configuration data for the user, including:

  • Config: A "config.js" file can hold config JavaScript that the editor will run when it loads
  • Commands: In the /commands/ directory, the user can save commands that the editor will load. There will be a yourcommands.js file with comments at the top that tell the user what to do.
  • Scratchpad: When you import a standalone file, it goes in the /scratchpad/ directory

When a user is registered, these directories and files are created