Skip to content

Instantly share code, notes, and snippets.

View andre-morassut's full-sized avatar

André Morassut andre-morassut

View GitHub Profile
@andre-morassut
andre-morassut / Readme.md
Last active August 14, 2021 19:48
Sublime Text - Text highlighting for writers

Sublime Text - Text highlighting for writers

What is it

A syntax definition for Sublime Text.

Not intened for a programming language but for prose writing. This enables :

  • highlighting for dialogs in a novel
  • Sections and titles highlights
  • Notes highlights
@andre-morassut
andre-morassut / Readme.md
Last active August 29, 2015 13:57
Dashing - "enhanced graph" widget

Dashing Enhanced Graph Widget

This widget is based on the standard Dashing Graph widget. The additions are:

  • suffix management
  • possibility of adding a background image

What it does

Very close to the standard graph widget, if you refer to the thumbnail, you'll see an example.

@andre-morassut
andre-morassut / Readme.md
Last active May 19, 2018 07:46
Dashing - "text status" widget

Dashing Text Status Widget

This widget is based on the standard Dashing Text widget. It adds a status management between three basic states : OK, ERROR and INFORMATION. The widget background, image and color, changes with the state.

What it does

With this widget, you can display the status of a single system. It can be used for servers, sites, etc. It lets you build status dashboards with a single system per tile. The widget will fade to green if the status is OK, red if ERROR, blue if INFORMATION. You can customize the text displayed and change it dynamically.

If you refer to the thumbnail, you'll see an example.

@andre-morassut
andre-morassut / Readme.md
Last active May 24, 2020 00:04
Dashing - "hotness number" widget

Dashing Hotness Number Widget

This widget is based on the standard Dashing Number widget and the Hotness Widget created by Rowanu.

What it does

With this widget, you can display the standard number widget with a color that will respond on the evolution (the difference displayed between last and current value that is displayed on the standard number widget)

It can be useful to display colors based on the evolution of the number widget : if increasing is "bad" then it will display red. If you refer to the thumbnail, you'll see an example of application around a server pool.

@andre-morassut
andre-morassut / Readme.md
Last active September 8, 2019 11:44
Dashing - "hotness list" widget

Dashing Hotness List Widget

This widget is based on the standard Dashing List widget and the Hotness Widget created by Rowanu.

What it does

With this widget, you can display a list that will change color depending on its content. It can be useful to display a set of metrics and use the color to materialize the "global state". If you refer to the thumbnail, you'll see an example of application around a server pool.

How to add to Dashing

@andre-morassut
andre-morassut / Readme.md
Last active May 16, 2018 15:16
Dashing - "hotness meter" widget

Dashing Hotness Meter Widget

This widget is based on the standard Dashing Meter widget and the Hotness Widget created by Rowanu.

What it does

Use it as the standard Meter widget and add the following attributes in your dashboard elements declaration :

  • data-cool : all values below this will display the "cool" colour. Use it to symbolize the "good" range of values.
  • data-warm : all values greater than this will display the "hot" colour. Use it to symbolize the "bad" range of values.