Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 785 Bytes

File metadata and controls

21 lines (11 loc) · 785 Bytes

Introduction

The Markdown viewer widget widget is a WireCloud widget that provides the ability to display markdown formatted texts. Example usage of this widget could be to display a "readme" for a workspace so other users can understand the dashboard.

Settings

  • Store markdown: Whether or not to store the latest markdown text received by the widget. This stored value would be displayed on reload.

Wiring

Input Endpoints

  • Markdown input: The markdown text to be displayed

Usage

Send in any markdown / plain text in order to display it on the widget. The owner of the workspace will also see a edit button, which will open a markdown editor widget in order to edit the displayed markdown.

Reference