updated to v.1.6.4
This commit is contained in:
@ -1,17 +1,23 @@
|
||||
<img src="./Images/screenshots/figlet_screenshot.png" width="800" alt="FIGlet Text Screenshot" />
|
||||
|
||||
# Features
|
||||
- convert selected text to FIGlet text
|
||||
- convert selection to FIGlet text
|
||||
- select FIGlet font
|
||||
- configure FIGlet text output options
|
||||
- option to auto comment converted text; supported syntaxes: CSS, HTML, Javascript, PHP, Typescript, and SCSS
|
||||
- auto comment converted text; supported syntaxes: CSS, HTML, Javascript, PHP, Typescript, and SCSS
|
||||
- prepend/append new lines to converted text
|
||||
|
||||
# Requirements
|
||||
|
||||
## FIGlet
|
||||
FIGlet Text requires [FIGlet](http://www.figlet.org) to be installed locally. It is recommended to install FIGlet using [Homebrew](https://brew.sh). Once Homebrew is installed, simply run `brew install figlet`.
|
||||
FIGlet Text requires [FIGlet](http://www.figlet.org) to be installed locally. This extension assumes FIGlet has been installed using [Homebrew](https://brew.sh). Once Homebrew is installed, simply run `brew install figlet` to install FIGlet.
|
||||
|
||||
## Monospaced Fonts
|
||||
It is recommended to only use a monospaced font in Nova. Not doing so will result in garbled looking FIGlet conversions.
|
||||
It is recommended to only use a monospaced font in Nova. Not doing so may result in garbled looking FIGlet conversions.
|
||||
|
||||
# How to Use FIGlet Text
|
||||
FIGlet Text will add a 'Convert Selection to FIGlet' menu item to the Editor menu. Make one or more selections in the editor and run the command.
|
||||
|
||||
# Planned Features
|
||||
- additional fonts
|
||||
- all installed fonts preview
|
||||
|
Reference in New Issue
Block a user