Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/alexzeitler/decision-table-markdown-generator
- Owner: AlexZeitler
- License: mit
- Created: 2020-03-19T00:08:19.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-19T03:54:48.000Z (over 1 year ago)
- Last Synced: 2024-04-14T15:48:49.803Z (9 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: 345 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
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":
![](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!**