Quickbuilder

Definition

Quickbuilder is small, handy tool that comes with EzGitDoc. It allows to create prototypes much quicker at cost of no preview available on EzGitDoc page and less options at it's current state(v1.0). To access it, scroll down sidebar section until seeing Quickbuilder reference.

Quickbuilder - 01

Presentation

Quickbuilder - 02

Usage

You can either write commands by yourself or use buttons placed in the right bottom corner. For code

header{H3} image{200} list{iconic-3} table{text-3|4} text

Generated code looks like this

<h3> Heading </h3>
<img src="https://placehold.it/200"/>
:grey_question: <strong>bold text:</strong> description <br/>
:grey_question: <strong>bold text:</strong> description <br/>
:grey_question: <strong>bold text:</strong> description <br/>
| header | header | header | header |
| :---: | :---: | :---: | :---: |
| text | text | text | text |
| text | text | text | text |
<p align="center|left|right">text</p>
Template generated using <a href="https://github.com/trolit/EzGitDoc">EzGitDoc</a> Quick Builder tool.

Which in practise looks like this

Heading

bold text: description
bold text: description
bold text: description

headerheaderheaderheader
texttexttexttext
texttexttexttext

text

Template generated using EzGitDoc Quick Builder tool.

Summary

Generated code needs some polishes like choosing text alignment and filling in data manually but it's an alternative to what EzGitDoc offers, allowing to quickly create document structure from most crucial elements.