Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pjlamb12/asciireplacerplugin
ST3 ASCII character replacer plugin
https://github.com/pjlamb12/asciireplacerplugin
Last synced: 12 days ago
JSON representation
ST3 ASCII character replacer plugin
- Host: GitHub
- URL: https://github.com/pjlamb12/asciireplacerplugin
- Owner: pjlamb12
- Created: 2014-07-07T17:19:04.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-08-20T21:57:35.000Z (over 3 years ago)
- Last Synced: 2024-05-01T12:35:37.280Z (8 months ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#ASCII Replacer Plugin for Sublime Text
This is a simple plugin that takes apostrophes, quotation marks, and ampersands and replaces them with the plain text or html code version of them. Run this so that all those characters show up properly in your file.##Using it
Once installing through Package Control, you can find ASCII Replacer in the "Edit" menu and the "Context" menu in Sublime. Also, it is set as a default for a key binding:Windows and Linus: `ctrl+alt+a`
Mac: `ctrl+super+a`
Remember that in Mac, super = command
Highlight the text you want to check for these invalid characters, then use the shortcut or the Edit/Context menu.