Skip to main content

Presets

In this module some presets for the format_entry function are available. They can be accessed like this

format_entry = function(entry, data)
return require("care.presets").<preset_name>(entry, data)
end

You could also just use the shorter form

format_entry = require("care.presets").<preset_name>

care.presets

Methods

Default

presets.Default The default preset. Just includes the label and a simple icon. image

Atom

presets.Atom The atom preset is an atom-like configuration. It displays the kind icon with a blended colored background and the label. image