Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gh640/sublimeunicodenormalizer
πΆπΊπΉ UnicodeNormalizer: A Sublime Text 3 / 4 package which allows for switching unicode normalization formats.
https://github.com/gh640/sublimeunicodenormalizer
sublime-package sublime-text sublime-text-3 sublime-text-4
Last synced: 7 days ago
JSON representation
πΆπΊπΉ UnicodeNormalizer: A Sublime Text 3 / 4 package which allows for switching unicode normalization formats.
- Host: GitHub
- URL: https://github.com/gh640/sublimeunicodenormalizer
- Owner: gh640
- License: mit
- Created: 2017-12-21T06:39:16.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-10T08:22:37.000Z (over 6 years ago)
- Last Synced: 2024-11-14T19:42:36.699Z (2 months ago)
- Topics: sublime-package, sublime-text, sublime-text-3, sublime-text-4
- Language: Python
- Homepage: https://packagecontrol.io/packages/UnicodeNormalizer
- Size: 1.38 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# UnicodeNormalizer
πΆπΊπΉ A Sublime Text 3 package which allows for switching unicode normalization formats.
![SublimeUnicodeNormalizer capture](https://raw.githubusercontent.com/gh640/SublimeUnicodeNormalizer/master/assets/images/capture.png)
## Dependencies
This package doesn't have any dependency. You can use this package only if you have Sublime Text 3.
## Installation
It's easy to install this package with [Package Control](https://packagecontrol.io/). If you haven't installed Package Control yet, first install it following the [instruction](https://packagecontrol.io/installation).
Once you've installed Pacakge Control, restart your Sublime Text and open the command palette (ctrl/cmd + shift + p). Then, find and select `Package Control: Install Package`. You will see `UnicodeNormalizer` in the list and select it.
## Usage
![SublimeUnicodeNormalizer capture](https://raw.githubusercontent.com/gh640/SublimeUnicodeNormalizer/master/assets/images/capture-animation.gif)
### Commands
There are 3 commands this package provides.
- UnicodeNormalizer: Select
- UnicodeNormalizer: Switch to NFC
- UnicodeNormalizer: Switch to NFDYou can run a command with the command palette (ctrl/cmd + shift + p).
## License
Licensed under the MIT license.