1.0.0 • Published 3 years ago

hexo-tag-trello v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

hexo-tag-trello

Linter npm version license

Display Trello cards in your Hexo blog

Install

In your blog folder, add this npm dependency to your project

$ npm i hexo-tag-trello --save

Usage

{% trello url | compact %}

Options

nameDescriptionRequiredTypeDefault
urlThe URL from trello cardYesstringUndefined
compactThe mode for embedded Trello cardNobooleanfalse

Example

There are two modes for embedded Trello cards. The default, interactive mode, which depending on the viewing members permissions will allow folks to vote on, watch / unwatch, join / leave, and even comment on the card:

Default (interactive mode):

{% trelo https://trello.com/b/wl0iv8lY %}

As well as the non-interactive, compact mode:

{% trelo https://trello.com/b/wl0iv8lY true %}

Configuration

You can configure default settings for displaying your Trello cards in _config.yml

trello:
  compact: true

License

© Licensed under the MIT License.

1.0.0

3 years ago

0.1.0

3 years ago