81
edits
m (→Commands) |
|||
Line 135: | Line 135: | ||
===Global Commands=== | ===Global Commands=== | ||
; alias [<font style="color:#88F;">command</font>] : Create an alias between a word and a command. For example: | |||
alias close closefile | alias close closefile | ||
Line 141: | Line 141: | ||
This creates an alias that closes without saving the file you are currently working. | This creates an alias that closes without saving the file you are currently working. | ||
; set [<font style="color:#88F;">variable</font>] [<font style="color:#88F;">value</font>] : This sets values to variables in the configuration. If parameter is not passed a list with the available variables will be displayed. See [[#Settings|settings]]. For example: | |||
For example: | |||
set theme white | set theme white | ||
; projects : Show a list with your projects. | |||
; help : Displays a list with the available commands. | |||
===Dashboard Specific Commands=== | ===Dashboard Specific Commands=== | ||
; history : Show command history. | |||
; version : Show Bespin version. | |||
; files [<font style="color:#88F;">project</font>] : Show the files inside a given project. | |||
===Editor Specific Commands=== | ===Editor Specific Commands=== | ||
Line 163: | Line 161: | ||
<font style="color:red;">Some commands still missing</font> | <font style="color:red;">Some commands still missing</font> | ||
; clear : Clear the content of the file. | |||
; closefile [<font style="color:#88F;">file</font>] : If file parameter is passed, closes the specified file, if not, closes the current open file. | |||
; clipboard : Saves the file contents into the clipboard. | |||
; dashboard : Go back to Dashboard. | |||
; editconfig : Open the editor's configuration file. | |||
; logout : Logout the editor. | |||
; goto [<font style="color:#88F;">line number</font>] : Moves cursor to the desired line number. | |||
< | ; load [<font style="color:#88F;">filename</font>] : Loads the file specified in [<font style="color:#88F;">filename</font>] | ||
; newfile [<font style="color:#88F;">filename</font>] : Creates a new file with the name specified in [<font style="color:#88F;">filename</font>] | |||
; preview [<font style="color:#88F;">filename</font>] : Preview the file in the web browser (does not work on Webkit) | |||
; project [<font style="color:#88F;">name</font>] : Creates a project with the desired name | |||
=Keyboard Shortcuts= | =Keyboard Shortcuts= |
edits