From 384180791646bdf91b8c1eb379eff0594274aa10 Mon Sep 17 00:00:00 2001 From: Fellippe Heitor Date: Sun, 17 Jun 2018 13:50:20 -0300 Subject: [PATCH] Updated Home (markdown) --- Home.md | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/Home.md b/Home.md index 8ad79dd..3e4c1c3 100644 --- a/Home.md +++ b/Home.md @@ -1,15 +1,21 @@ -Welcome to the InForm wiki! +
+ -InForm's main goal is to generate event-driven QB64 applications. This means that you design a graphical user interface with interactive controls and then write the code to respond to such controls once they are manipulated. +# Welcome to **InForm**'s wiki! +
+ +**InForm**'s main goal is to generate event-driven [**QB64**](https://www.qb64.org) applications. This means that you design a graphical user interface with interactive controls and then write the code to respond to such controls once they are manipulated. # Interface -![](https://www.qb64.org/inform/images/UiEditorb8.png) +InForm Designer's interface consists of a toolbox with all the controls you can add to your form, a list properties that are dynamically updated according to the currently selected control and a color mixer, which you use to send color data to the preview. The preview is loaded side-by-side with the editor and allows you to see in real time how your form is going to look after compiled. -The basic interface consists of a toolbox with all the controls you can add to your form, a properties frame and a color mixer, which you can manipulate freely. +
+ +
# Controls -The following controls are available in this first beta: +The following controls are available in this first beta. Click their names below to read more about each one: ![](https://www.qb64.org/inform/images/Controls.png)