All Projects → microsoft → Vscode Codicons

microsoft / Vscode Codicons

Licence: other
The icon font for Visual Studio Code

Projects that are alternatives of or similar to Vscode Codicons

Gulp Hb
A sane Gulp plugin to compile Handlebars templates. Useful as a static site generator.
Stars: ✭ 145 (-40.08%)
Mutual labels:  handlebars
Baumeister
👷 The aim of this project is to help you to build your things. From Bootstrap themes over static websites to single page applications.
Stars: ✭ 171 (-29.34%)
Mutual labels:  handlebars
Gluebert
gluebert.js is a tiny helper lazy loading DOM Elements, StyleSheets and JavaScript files using dynamic import and code splitting
Stars: ✭ 194 (-19.83%)
Mutual labels:  handlebars
Aeromock
Lightweight mock web application server
Stars: ✭ 152 (-37.19%)
Mutual labels:  handlebars
Handlebars Helpers
Related projects
Stars: ✭ 2,024 (+736.36%)
Mutual labels:  handlebars
Newman Reporter Htmlextra
A HTML reporter for Postman's Command Line Runner, Newman. Includes Non Aggregated Runs broken down by Iterations, Skipped Tests, Console Logs and the handlebars helpers module for better custom templates.
Stars: ✭ 183 (-24.38%)
Mutual labels:  handlebars
Bpmn.io
The bpmn.io website sources.
Stars: ✭ 129 (-46.69%)
Mutual labels:  handlebars
Www.rust Lang.org
The home of the Rust website
Stars: ✭ 228 (-5.79%)
Mutual labels:  handlebars
Protocol
A design system for Mozilla websites.
Stars: ✭ 167 (-30.99%)
Mutual labels:  handlebars
Fizzy Theme
🥤A tasty blogging theme for Ghost.
Stars: ✭ 194 (-19.83%)
Mutual labels:  handlebars
Koa Hbs
Handlebars templates for Koa.js
Stars: ✭ 156 (-35.54%)
Mutual labels:  handlebars
Material Apex
A Material Design Theme for Oracle APEX
Stars: ✭ 161 (-33.47%)
Mutual labels:  handlebars
Gulp Site Generator
A static site generator using Gulp
Stars: ✭ 183 (-24.38%)
Mutual labels:  handlebars
Generator Spfx
Open-source generator to extend the capabilities of the Microsoft SPFx generator
Stars: ✭ 150 (-38.02%)
Mutual labels:  handlebars
Django Static Precompiler
Django Static Precompiler provides template tags and filters to compile CoffeeScript, LiveScript, SASS / SCSS, LESS, Stylus, Babel and Handlebars. It works with both inline code and external files.
Stars: ✭ 206 (-14.88%)
Mutual labels:  handlebars
Handlebars Webpack Plugin
Renders your html-template at build time
Stars: ✭ 135 (-44.21%)
Mutual labels:  handlebars
Ramhorns
Fast Mustache template engine implementation in pure Rust.
Stars: ✭ 172 (-28.93%)
Mutual labels:  handlebars
Cedar
JavaScript Charts for ArcGIS
Stars: ✭ 230 (-4.96%)
Mutual labels:  handlebars
Ssl Config Generator
Mozilla SSL Configuration Generator
Stars: ✭ 217 (-10.33%)
Mutual labels:  handlebars
Yarte
Yarte stands for Yet Another Rust Template Engine
Stars: ✭ 189 (-21.9%)
Mutual labels:  handlebars

Visual Studio Code - Codicons

This tool takes the Visual Studio Code icons and converts them into an font using the icon-font-generator.

How to use

You can use the npm package and install into your project via npm i vscode-codicons or you can copy the icon files from the dist folder.

If you're building a VS Code extension, see this webview extension sample.

Building Locally

All icons are stored under src > icons. The mappings of the class names and unicode characters are stored in src/template/mapping.json as well as the default styles under src/template/styles.hbs.

Install dependencies

After cloning this repo, install dependencies by running:

npm install

Build

npm run build

Output will be exported to a dist folder. We track this folder so that we can see the updated changes to the unicode characters.

Update packages

You can run npm outdated to see if there are any package updates. To update packages, run:

npm update

Add icons

Export your icons (svg) to the src/icons folder and add an entry into src/template/mapping.json with a new codepoint key (this gets converted into a unicode key) and run the the build command. The build command will also remove any subfolders in the icons folder to keep the folder structure consistent.

Next, update the codicons file on the vscode repository, ensuring that the unicode characters are the same (you reference the css file).

Using in VS Code

When needing to reference an icon in the Visual Studio Code source code, simply create a dom element/container that contains codicon and the icon name like:

<div class='codicon codicon-add'></div>

It's recommended to use a single dom element for each icon and not to add children elements to it.

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.

Legal Notices

Microsoft and any contributors grant you a license to the Microsoft documentation and other content in this repository under the Creative Commons Attribution 4.0 International Public License, see the LICENSE file, and grant you a license to any code in the repository under the MIT License, see the LICENSE-CODE file.

Microsoft, Windows, Microsoft Azure and/or other Microsoft products and services referenced in the documentation may be either trademarks or registered trademarks of Microsoft in the United States and/or other countries. The licenses for this project do not grant you rights to use any Microsoft names, logos, or trademarks. Microsoft's general trademark guidelines can be found at http://go.microsoft.com/fwlink/?LinkID=254653.

Privacy information can be found at https://privacy.microsoft.com/en-us/

Microsoft and any contributors reserve all other rights, whether under their respective copyrights, patents, or trademarks, whether by implication, estoppel or otherwise.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].