asciidoctor/asciidoctor-intellij-plugin

Format table columns

Aberta

#305 aberto em 30 de jul. de 2019

 (3 comentários) (0 reação) (0 responsável)Java (155 forks)auto 404
enhancementhelp wanted

Métricas do repositório

Stars
 (392 estrelas)
Métricas de merge de PR
 (Mesclagem média 4d 11h) (3 fundiu PRs em 30d)

Description

Asciidoctor support multiple options for colums as lined out in the user manual in chapter column formatting.

It would be nice if this would lead to a UI where the user could style each column using checkboxes. A first approach that supports some attributes, but leaves additional styles untouched would be a good start. The chance to update the preview as the user changes the checkboxes would be awesome.

[cols="<,^,>"]
|===
|left aligned
|center aligned
|right aligned
|===

Guia do colaborador