y4d is Google Chrome Extension that works on Yammer.
y4d provides syntax highlight for Yammer messages.
From Chrome Web Store:
- You can decorate your messages.
*bold*
/italic/
_under line_
-through line-
`small code`
- You can use the notation like GitHub for highlighted source codes.
\`\`\`js
var hello = "world";
```
y4d is using highlight.js for the syntax highlighting.
Welcome to contributing! Please use issues/PRs of GitHub.
This repository has some npm-scripts.
npm run build
creates this package into<root>/y4d
. You can load thisy4d
directory as a chrome extension by Chrome developer tools.npm run clean
removes temporary directories.npm run coverage
opens the coverage report of the previous test by your default browser.npm run watch
creates this package into<root>/y4d
on every update of source code.npm test
runs unit tests.