Skip to content

mysticatea/Yammer-for-Developers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

y4d Yammer for Developers (y4d)

y4d is Google Chrome Extension that works on Yammer.
y4d provides syntax highlight for Yammer messages.

Before is: Before

After is: After

💿 Installation

From Chrome Web Store:

📖 Usage

  • 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"; ```

❤ Special Thanks

y4d is using highlight.js for the syntax highlighting.

💪 Contributing

Welcome to contributing! Please use issues/PRs of GitHub.

Development tools

This repository has some npm-scripts.

  • npm run build creates this package into <root>/y4d. You can load this y4d 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.

About

[Chrome Extension] The code formater and highlighter in Yammer's messages.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published