https://github.com/valentinvignal/chrome-markdown-emojis
A google chrome extension to use markdown emojis everywhere
https://github.com/valentinvignal/chrome-markdown-emojis
Last synced: over 1 year ago
JSON representation
A google chrome extension to use markdown emojis everywhere
- Host: GitHub
- URL: https://github.com/valentinvignal/chrome-markdown-emojis
- Owner: ValentinVignal
- Created: 2021-08-23T15:42:15.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-06-09T15:13:54.000Z (about 2 years ago)
- Last Synced: 2025-01-20T22:22:11.270Z (over 1 year ago)
- Language: TypeScript
- Size: 1.62 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://codecov.io/gh/ValentinVignal/chrome-markdown-emojis)
# Chrome Markdown Emojis
A Google Chrome extension to insert emojis from their markdown code.
# Contribute
Install dependencies:
```zch
yarn install
```
Build:
```
yarn build
```
Run the tests:
```
yarn test
```
# Debug
1. Launch the VSCode debug.
2. Apply code changes.
1. Build with `yarn build`
2. Go to the browser extensions and reload this one.
3. Reload the page