Get to know the Structure of adoc Studio
Let's first take a closer look at the interface in adoc Studio. It consists of 3 areas:
Sidebar: Here you can see all your documents, chapters, folders and media in the current project
Editor: This is where you write your document
Preview: Here you can see the output of your document in PDF or HTML
As you can see, the preview and the editor are separate from each other. This has the advantage that you can make changes to the content or design independently of the other part.
Writing in AsciiDoc
AsciiDoc is a simple markup language. This means that you mark up your texts with individual characters to describe them more precisely. These markups determine how the text can be displayed in the preview.
For example, an =
stands for the document title. Each additional =
character places the heading one hierarchy level lower.
We will delve deeper into AsciiDoc in the following chapters.