GithubHelp home page GithubHelp logo

goldmann-m / uebersicht-widgets Goto Github PK

View Code? Open in Web Editor NEW

This project forked from felixhageloh/uebersicht-widgets

0.0 1.0 0.0 4.61 MB

A collection of community widgets for Übersicht

CoffeeScript 94.16% Python 5.84%

uebersicht-widgets's Introduction

Widgets for Übersicht

Got a widget to share? Great, please issue a pull request and it will get picked up ASAP! Visit the documentation for details on how to write your own widget.

Widget format

Your submitted widget should be a single folder, containing:

  • widget.json a widget manifest
  • <widget-name>.widget.zip a zip archive containing your widget
  • screenshot.png an image showing your widget in action

It is also advised that you include an unzipped version of your widget, so that people can view the code.

widget.json

A small manifest file that describes your widget. It should have the following format:

{
  "name": "name of your widget",
  "description": "a short(!) description",
  "author": "your name",
  "email": "your email address"
}

widget-name.widget.zip

This is the actual widget, which is a zipped folder with the name of your widget and a .widget extension. The contents of the folder are usually just the .js or .coffee file with your widget code (you can call it anything you like, but index.js/.coffee seems like a good choice). If your widget needs any other assets such as images, fonts or even binaries, you can include them here.

screenshot

An image file in any web format you like, showing a screen shot of your widget. Currently, screen shots are displayed at 258x160px. For best results you can provide a 516x320px image for retina resolution.

Still have questions? You can start by checking existing widgets for examples.

uebersicht-widgets's People

Contributors

felixhageloh avatar goldmann-m avatar jbleuzen avatar thomasbrace avatar zack37 avatar adamvaughan avatar rizowski avatar soberstadt avatar dansku avatar

Watchers

 avatar

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.