Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/autumnvn/highlight
Highlight & beautify raw code text extension
https://github.com/autumnvn/highlight
beautify chrome chrome-extension css extension highlight highlightjs html javascript
Last synced: 19 days ago
JSON representation
Highlight & beautify raw code text extension
- Host: GitHub
- URL: https://github.com/autumnvn/highlight
- Owner: AutumnVN
- License: gpl-3.0
- Created: 2023-11-07T14:16:56.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-10T08:23:23.000Z (6 months ago)
- Last Synced: 2024-12-30T00:38:57.341Z (19 days ago)
- Topics: beautify, chrome, chrome-extension, css, extension, highlight, highlightjs, html, javascript
- Language: JavaScript
- Homepage:
- Size: 117 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# highlight
A Chrome extension to highlight any raw code text (with [shiki](https://github.com/shikijs/shiki)) and beautify HTML, CSS, JS (with [beautifier.io](https://github.com/beautifier/beautifier.io))
highlight.js version: [branch hljs](https://github.com/AutumnVN/highlight/tree/hljs)
## Preview
![image](https://github.com/AutumnVN/highlight/assets/77253698/2f696a68-86e8-4f52-b34a-bb17e345c7ea)
## Installation
1. Clone this repo
```
git clone https://github.com/AutumnVN/highlight
```2. Go to `chrome://extensions/`
3. Enable `Developer mode`
4. Click `Load unpacked` and select the cloned folder