Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dz4k/hed
HTML editor utility.
https://github.com/dz4k/hed
Last synced: 8 days ago
JSON representation
HTML editor utility.
- Host: GitHub
- URL: https://github.com/dz4k/hed
- Owner: dz4k
- Created: 2021-01-03T10:26:56.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-03T15:52:05.000Z (about 4 years ago)
- Last Synced: 2024-11-22T00:54:45.949Z (about 1 month ago)
- Language: JavaScript
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hed
[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/DenizAksimsek/hed)```
__ __ ____ ___
/ // / / __/ / _ \ H T M L
/ _ / / _/ / // / E d i t o r
/_//_/ /___/ /____/ ================```
(WIP). Edit shared parts of static HTML files.
## Example usage
```sh
hed --selector .site-footer site/*.html
vim HED__* # or any preferred text editor
# Edit and save files...
# If there are multiple different versions of the element, many files will be created.
# You can edit each one separately or delete the ones you don't want & make it same in all files.
# When you're done:
hed --end
```