updated to v.1.6.4

This commit is contained in:
Dan Remollino
2023-03-23 19:37:40 -04:00
parent 83ce9f2e1c
commit cd0f0a134d
4 changed files with 14 additions and 5 deletions

View File

@ -1,3 +1,6 @@
## Version 1.6.4
- updated README.md
## Version 1.6.3 ## Version 1.6.3
- refactored transformation workflow when outputting FIGlet converted text to the editor - refactored transformation workflow when outputting FIGlet converted text to the editor

Binary file not shown.

After

Width:  |  Height:  |  Size: 162 KiB

View File

@ -1,17 +1,23 @@
<img src="./Images/screenshots/figlet_screenshot.png" width="800" alt="FIGlet Text Screenshot" />
# Features # Features
- convert selected text to FIGlet text - convert selection to FIGlet text
- select FIGlet font - select FIGlet font
- configure FIGlet text output options - 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 - prepend/append new lines to converted text
# Requirements # Requirements
## FIGlet ## 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 ## 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 # 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. 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

View File

@ -3,7 +3,7 @@
"name": "FIGlet Text", "name": "FIGlet Text",
"organization": "Dan Remollino", "organization": "Dan Remollino",
"description": "Convert selected text to FIGlet. Great for adding readable text to the Minimap, creating l33t text headers, and organizing files.", "description": "Convert selected text to FIGlet. Great for adding readable text to the Minimap, creating l33t text headers, and organizing files.",
"version": "1.6.3", "version": "1.6.4",
"categories": ["commands", "formatters"], "categories": ["commands", "formatters"],
"entitlements": { "entitlements": {