Giter VIP home page Giter VIP logo

yammer-for-developers's Introduction

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.

yammer-for-developers's People

Contributors

iskigow avatar mysticatea avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

dharmik

yammer-for-developers's Issues

Rerun highlighting on DOM changes

While highlighting works for every entry that is visible from the start, it does not work for entries that are partially visible (marked by 'expand>>') or collapsed (visible only oafter clicking 'show X older replies').

I suppose that the plugin does not react to DOM changes/button presses. Could you please fix it or provide a workaround or give a JS noob (me) a hint where to look?

Thank you.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.