Accepts files with ".adoc" suffix and puts the AsciidoctorJ AST into the jQAssistant database. Note: needs a recent version of AsciidoctorJ and re-uses the jQAssistant dependency to prevent runtime version conflicts. This means, only jQAssistant 1.2+ will work with this plugin.
| Name | Description |
|---|---|
jqassistant.plugin.asciidoc.suffixes |
Optional: comma separated list of suffixes of files to be accepted, e.g. "adoc, asciidoc". Default: "adoc, asciidoc" |
| Name | Description |
|---|---|
name |
The file name. |
fileName |
The absolute file name. |
| Name | Target label(s) | Cardinality | Description |
|---|---|---|---|
CONTAINS |
0..n |
References contained Asciidoc blocks. |
Properties common to many Asciidoc nodes.
| Name | Description |
|---|---|
context |
The Asciidoctor AST property |
role |
The Asciidoctor AST property |
style |
The Asciidoctor AST property |
reftext |
The Asciidoctor AST property |
Properties and relations common to all Asciidoc blocks are described here. Blocks can be specialized as described below or also be standalone nodes.
Has also Asciidoc Common Properties.
| Name | Description |
|---|---|
titel |
The Asciidoctor AST property |
level |
The Asciidoctor AST property |
| Name | Target label(s) | Cardinality | Description |
|---|---|---|---|
CONTAINS |
0..n |
References contained Asciidoc blocks. |
Represents an Asciidoc section.
Is a :Asciidoc:Block.
| Name | Description |
|---|---|
index |
The Asciidoctor AST property |
number |
The Asciidoctor AST property |
numbered |
The Asciidoctor AST property |
sectname |
The Asciidoctor AST property |
special |
The Asciidoctor AST property |
| Name | Target label(s) | Cardinality | Description |
|---|---|---|---|
HAS_ATTRIBUTE |
0..n |
References the attributes of this section. |
Represents an Asciidoc list.
Is a :Asciidoc:Block.
| Name | Description |
|---|---|
isItem |
The Asciidoctor AST property |
| Name | Target label(s) | Cardinality | Description |
|---|---|---|---|
HAS_ITEM |
0..n |
References the blocks contained in this list. |
|
HAS_ATTRIBUTE |
0..n |
References the attributes of this list. |
Represents an Asciidoc list item.
Is a :Asciidoc:Block.
| Name | Description |
|---|---|
marker |
The Asciidoctor AST property |
text |
The Asciidoctor AST property |
hasTtext |
The Asciidoctor AST property |
Represents an Asciidoc table.
Is a :Asciidoc:Block.
| Name | Description |
|---|---|
frame |
The Asciidoctor AST property |
grid |
The Asciidoctor AST property |
| Name | Target label(s) | Cardinality | Description |
|---|---|---|---|
HAS_COLUMN |
0..n |
References the table columns. |
|
HAS_HEADER_ROW |
0..n |
References the tables header rows. |
|
HAS_ROW |
0..n |
References the tables body rows. |
|
HAS_FOOTER_ROW |
0..n |
References the tables footer rows. |
|
HAS_ATTRIBUTE |
0..n |
References the attributes of this table. |
Represents an Asciidoc table column.
Has also Asciidoc Common Properties.
| Name | Description |
|---|---|
colnumber |
The column number of this cell (no AST property). |
Represents an Asciidoc table row.
| Name | Description |
|---|---|
rownumber |
The row number of this row. |
| Name | Target label(s) | Cardinality | Description |
|---|---|---|---|
CONTAINS_CELL |
0..n |
References the cells of this row. |
Represents an Asciidoc table row cell.
Has also Asciidoc Common Properties.
| Name | Description |
|---|---|
colnumber |
The column number of this cell (no AST property). |
style |
The Asciidoctor AST property |
text |
The Asciidoctor AST property |
| Name | Target label(s) | Cardinality | Description |
|---|---|---|---|
OF_COLUMN |
n..1 |
References the column of this cell. |