name: front class: middle center inverse # Meta Information Going from Dev to Build - _Adding knowledge to objects_ ---------- #### Saving time ~ Automation --- name: Description ## Description Files within Boxxd can be classified via meta information. This information can be integrated within the file via "front matter" or via a separate file with the same name. Meta information includes such attributes as name, author, description, date, tags. --- ## Examples of the meta info ``` [item] name = "Great document" title = "A work on how not to work" subtitle = "" abbrev = "The Work" aliases = [] category = "Knowledge" desc = "Bla bla..." # long text additionalInfo = "" catalogUrl = "" # Tags keyword = ["repo"] note = "" ``` --- ## More info For more information see the doc section of
.