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: 5 months ago
JSON representation
Create Markdown for decision tables
- Host: GitHub
- URL: https://github.com/alexzeitler/decision-table-markdown-generator
- Owner: AlexZeitler
- License: mit
- Created: 2020-03-19T00:08:19.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-16T11:55:09.000Z (about 1 year ago)
- Last Synced: 2025-01-10T18:51:30.794Z (6 months ago)
- Topics: decision-table, decision-tables, markdown, vscode-extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=AlexanderZeitler.decision-table-markdown-generator
- Size: 375 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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":

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

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

## Requirements
## Extension Settings
## Known Issues
## Release Notes
### 0.0.1
Add Feature: Create Table from User Input
-----------------------------------------------------------------------------------------------------------
**Enjoy!**