Adding Content - Basic

How did I add an FAQ in OneVu?

Once you've added a department, or clicked on an existing department in OneVu Manage > Data Silos, you simply need to click on the bottom section called Data Tiles.?

 

In there at the bottom of this section is an 'Add' button,  click this and you will then see this:

 

blobid0.png

 

Here there are three options provided. The eye symbol controls whether it is shown or not - this defaults to false so needs to be updated to be true to be shown?

Here there are three options provided. The eye symbol controls whether it is shown or not - this defaults to false so needs to be updated to be true to be shown.

  • The tile title is the question
  • The tile value is the answer

Questions are plain text but answers can be:

  • Plain text
  • Markdown
  • HTML based

The following provides an explanation of markdown and the question later on how to add a button illustrates the HTML option:

Markdown

A full guide to markdown can be found here  but the following are likely the only things one would require. Markdown enables you to add simple markers that make the text formatted in a certain way.

 

Placing a # before content makes it behave like a header and so increases its font. The number of # symbols as the guidance below shows decreases the font size:

# Very Very Large text

## Very Large text

### Large text

Bullet points can also easily be added in markdown as follows:

- Item1

- Item2

- Item3

I.e. a hyphen then a space and then an item.?

HTML

HTML is what internet web pages are made up of and so there is literally no limit on what the content of an answer could look like if HTML is used. The following link  provides a link to the internet standards body W3C where there are loads of useful tutorials on how to use HTML.