The Open Source kanban (built with Meteor). Keep variable/table/field names camelCase. For translations, only add Pull Request changes to wekan/i18n/en.i18n.json , other translations are done at https://transifex.com/wekan/wekan only.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
wekan/docs/Features/Stickers/Stickers.md

1.1 KiB

Stickers

Stickers are small icons you can add to cards, similar to Trello's stickers.

Adding and removing stickers

  • Open a card and use the Stickers section to add or remove stickers directly in WeKan (previously stickers only arrived via Trello import).
  • Stickers are chosen from a set of Font Awesome icons.
  • The picker includes every highlighted sticker that a Trello import can produce, so any imported sticker can also be added by hand:
    • mascot stickers are shown with an underlined icon (Trello's "taco" pack),
    • computer stickers are shown with a ring around the icon (Trello's "pete" pack), for example "pete-ghost" imports as "computer ghost".
  • Stickers appear both on the minicard and in the opened card detail.

REST API

Stickers are set through the card edit endpoint (PUT /api/boards/:boardId/lists/:listId/cards/:cardId) with a stickers array of { icon, highlight }:

python3 api.py setcardstickers BOARDID LISTID CARDID '[{"icon":"taco-cool"}]'