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 buildcreates this package into<root>/y4d. You can load thisy4ddirectory as a chrome extension by Chrome developer tools.npm run cleanremoves temporary directories.npm run coverageopens the coverage report of the previous test by your default browser.npm run watchcreates this package into<root>/y4don every update of source code.npm testruns unit tests.

