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.

21 lines
547 B

2 years ago
2 years ago
2 years ago
2 years ago
  1. # Shields - Add project badges to your tiddlers
  2. Shields provides a single macro `shield` to render a badge.
  3. ## Usage
  4. ```
  5. <<shield label:License status:MIT>>
  6. ```
  7. The `shield` macro takes three arguments: `label`, `status`, and optionally `colour`.
  8. Four colours are available: `green` (the default), `red`, `blue`, and `purple`.
  9. ## Demo
  10. This plugin is used in https://nicolas.petton.fr/tw/projectify.html to render
  11. badges in the main tiddler.
  12. <a href="./screenshots/example.png"><img src="./screenshots/example.png" alt="Grey theme"/></a>