1.1.3 • Published 1 year ago

enduro_pell v1.1.3

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
1 year ago

Enduro Pell

This is a brick for Enduro.

Installation and setup here: Enduro Bricks.

Learn more about Pell here: Pell.

Usage

Use the type pell.

pell enables the following actions by default:

  • Bold
  • Italic
  • Underline
  • Strikethrough
  • Ordered List
  • Unordered list
  • Link

You can add additional actions from the brick options in enduro.json at the root of your Enduro project. For example:

"bricks": {
  "enduro_pell": {
    "actions": [
      "bold",
      "italic",
      "underline",
      "strikethrough",
      "paragraph",
      "quote",
      "olist",
      "ulist",
      "link"
    ]
  }
}

An example of a set of fields inside an Enduro flat file:

$text_type: 'pell'
text: ''

Development

Feel free to submit different configurations or improvements via github issues. Pell has many more features, this brick uses the minimum.

1.1.3

1 year ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago