Compiling stuff as a table

Hello everyone!

Suppose I want to create tables in compile; is this possible? I have a pretty strict house style I need to follow. How can it be done?

  1. Scrivener’s native tables compile to tables in your output format without any work required, but these RTF tables are pretty basic featurewise. These RTF tables are even converted to markdown tables for MMD workflows :star_struck:… For markdown to DOCX (and possibly ODT?) you should be able to attach wordprocessor table styles to the table using a reference document template.
  2. For more table entry methods you can choose to use markup tables directly, of which there are several markup options.
4 Likes

Thanks @nontroppo, I’ll look into this!