Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arthurpaulino/chrome-lean-unicode
Type Lean unicode characters in your web browser
https://github.com/arthurpaulino/chrome-lean-unicode
lean lean4
Last synced: 2 months ago
JSON representation
Type Lean unicode characters in your web browser
- Host: GitHub
- URL: https://github.com/arthurpaulino/chrome-lean-unicode
- Owner: arthurpaulino
- Created: 2022-02-10T21:37:42.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-11T12:00:08.000Z (over 1 year ago)
- Last Synced: 2024-08-04T10:08:46.050Z (5 months ago)
- Topics: lean, lean4
- Language: JavaScript
- Homepage:
- Size: 68.4 KB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# chrome-lean-unicode
This extension allows you to type Lean unicode characters on your browser
similarly to programming environments.Might be particularly useful on Zulip and GitHub.
## Installing
1. Clone this repository
2. Visit [chrome://extensions/](chrome://extensions/)
3. Switch to `Developer mode`
4. Click on `Load unpacked extension` and select the cloned directory
5. Optional (recommended): pin the extension in your browser## Usage
You can see the extension settings popup by clicking on its icon.
![](img/settings.png)
With the settings above, whenever you type in `\a` and then hit space, the
extension will replace `\a` by `α`.This behavior is only triggered in pages whose URLs start with the strings
listed in the `URL matches` field.The `ON by default` option allows you to configure the extension to be active
or inactive when you visit those pages.Hitting `ALT` twice switches the extension state between active and inactive.
You should see the extension icon changing colors if you're visiting a page
listed in the URLs field.