aptkingston / budibase-comment-box

A comment box component plugin for Budibase
15 stars 7 forks source link

Budibase Comment Box

A comment box component for easily adding comments to records.

Find out more about Budibase.

Features

Usage

This plugin stores full comment histories, including names and timestamps, encoded inside a single text field.

To use this plugin, you'll need to create a column for your comments. If you're using an internal table, a simple text column will work perfectly. If you're using a SQL table, simply pick any string-compatible column.

The settings this plugin requires are:

Building

To build your new plugin run the following in your Budibase CLI:

budi plugins --build

You can also re-build everytime you make a change to your plugin with the command:

budi plugins --watch