I would like to use the icons from Octicon, my project is written in nuxt.js, so I decided to use this Octicon Component for Vue.js.
I created a file called octicon.js and added it to /plugins and registered it in nuxt.config.js. When I start my…
In my vs code extension, I try to integrate a rotating (oct)icon in the status bar. Like the git integration of vs code itself when it is synchronizing. But in fact, I have no how to achieve that goal.
A simplified example of a cheap…
I don't know if this is the right place to ask this but I'll ask it anyway. Warn me if this is the wrong place and i'll delete this question.
My question is how do I add an octicon to font awesome. I already have the octicon made i just don't know…
I've installed bootstrap
gem 'bootstrap', '~> 4.0.0.alpha3'
then I downloaded octicons from https://github.com/github/octicons/
. after extracting, I copied octicons directory to app/assets/stylesheets/.
Then in application.scss I added this…
I'm currently trying to get a buttons style working on Github. It works through a chrome extension, and I'm also not terribly sure how to go about debugging Chrome Extensions.
Here is what I'm working with:
.octicon-class {
background-image:…
When I test the GitHub Markdown API (https://developer.github.com/v3/markdown/), I'll get a link inside an h1 tag when converting a simple "# Headline".
This is what I send:
curl --data '{"text":"#Headline","mode":"markdown"}'…
My preferred font is Inconsolata, which messes up GitHub's octicon web font. Yesterday I updated my user stylesheet for Google Chrome to properly display the octicon font on GitHub, so today I'm trying to get the CJK characters to display…