Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alexzeitler/decision-table-markdown-generator

Create Markdown for decision tables
https://github.com/alexzeitler/decision-table-markdown-generator

decision-table decision-tables markdown vscode-extension

Last synced: about 1 month ago
JSON representation

Create Markdown for decision tables

Awesome Lists containing this project

README

        

# decision-table-markdown-generator

Generate Markdown for Decision Tables as described in "[Decision Tables](https://www.hillelwayne.com/post/decision-tables/)".

## Features

To create a decision Table, open or create a new Markdown file and select "Create Decision Table Markdown":

![](docs/create-decision-table/command-palette.png)

Next, insert the amount of conditions you want your table to have:

![](docs/create-decision-table/insert-conditions.png)

The table will be inserted at the current cursor position. If you enable the Markdown preview, it'll look like this:

![](docs/create-decision-table/markdown-preview.png)

## Requirements

## Extension Settings

## Known Issues

## Release Notes

### 0.0.1

Add Feature: Create Table from User Input

-----------------------------------------------------------------------------------------------------------

**Enjoy!**