diff --git a/FIGlet Text.novaextension/CHANGELOG.md b/FIGlet Text.novaextension/CHANGELOG.md index 6e5449b..3c93220 100644 --- a/FIGlet Text.novaextension/CHANGELOG.md +++ b/FIGlet Text.novaextension/CHANGELOG.md @@ -1,3 +1,6 @@ +## Version 1.6.4 +- updated README.md + ## Version 1.6.3 - refactored transformation workflow when outputting FIGlet converted text to the editor diff --git a/FIGlet Text.novaextension/Images/screenshots/figlet_screenshot.png b/FIGlet Text.novaextension/Images/screenshots/figlet_screenshot.png new file mode 100644 index 0000000..4bc65c7 Binary files /dev/null and b/FIGlet Text.novaextension/Images/screenshots/figlet_screenshot.png differ diff --git a/FIGlet Text.novaextension/README.md b/FIGlet Text.novaextension/README.md index 9b46a6d..b0cf5f3 100644 --- a/FIGlet Text.novaextension/README.md +++ b/FIGlet Text.novaextension/README.md @@ -1,17 +1,23 @@ +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 diff --git a/FIGlet Text.novaextension/extension.json b/FIGlet Text.novaextension/extension.json index 607d7ca..21c90c7 100644 --- a/FIGlet Text.novaextension/extension.json +++ b/FIGlet Text.novaextension/extension.json @@ -3,7 +3,7 @@ "name": "FIGlet Text", "organization": "Dan Remollino", "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"], "entitlements": {