mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 09:02:43 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			29 lines
		
	
	
	
		
			605 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
	
		
			605 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| ## Name
 | |
| 
 | |
| TextEditor - SerenityOS text editor
 | |
| 
 | |
| ## Synopsis
 | |
| 
 | |
| ```**sh
 | |
| $ TextEditor [--preview-mode mode] [file[:line[:column]]]
 | |
| ```
 | |
| 
 | |
| ## Description
 | |
| 
 | |
| TextEditor is a text document editor for SerenityOS featuring a preview mode
 | |
| which allows automatic live rendering of HTML and Markdown documents.
 | |
| 
 | |
| ## Options
 | |
| 
 | |
| * `--preview-mode mode`: Preview mode, one of 'none', 'html', 'markdown', 'auto'
 | |
| 
 | |
| ## Arguments
 | |
| 
 | |
| * `file[:line[:column]]`: File to edit, with optional starting line and column number
 | |
| 
 | |
| ## Examples
 | |
| 
 | |
| ```sh
 | |
| $ TextEditor /home/anon/Documents/emoji.txt
 | |
| $ TextEditor /home/anon/Documents/emoji.txt:5:12
 | |
| ```
 | 
