summaryrefslogtreecommitdiff
path: root/website/plugins.txt
blob: 20b85fc123a7a0abb447a02befe530acbbe12c04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
AsciiDoc Plugins
================


A list of backend, filter and theme link:userguide.html#X101[AsciiDoc
plugins].

If you have implemented a plugin and it's not in the list, please open
a pull request in our https://github.com/asciidoc/asciidoc-py3[GitHub
repository].

[NOTE]
These plugins mostly targeted older versions of AsciiDoc that utilized
python2 and may not work for AsciiDoc 9.0+.

[[X1]]
[cols="1e,1,3,3",frame="topbot",options="header"]
.Backend Plugins
|====
|Backend name |Author |Home page |Description

|9man
|Alex Efros
|https://powerman.name/asciidoc/
|A backend plugin to generate man pages (troff) compatible with OS
Inferno and Plan9.

|blogger
|Stuart Rackham
|https://github.com/srackham/asciidoc-blogger-backend
|Generates Blogger friendly HTML from AsciiDoc source.

|deckjs
|Qingping Hou
|https://houqp.github.io/asciidoc-deckjs/
|A 'deck.js' backend for AsciiDoc.

|fossil
|Stuart Rackham
|https://github.com/srackham/asciidoc-fossil-backend
|Generates Fossil friendly Wiki markup from AsciiDoc source.

|ODF
|Dag Wieers
|https://github.com/dagwieers/asciidoc-odf
|Backends for generating LibreOffice/OpenOffice Writer (`.fodt`) files
and LibreOffice/OpenOffice Impress (`.fodp`) files.

|slidy2
|Jean-Michel Inglebert
|https://code.google.com/archive/p/asciidoc-slidy2-backend-plugin/
|Enhanced slidy backend.

|wordpress
|Stuart Rackham
|https://srackham.wordpress.com/blogpost-readme/
|Generates WordPress friendly markup and is part of the
https://srackham.wordpress.com/blogpost-readme/[blogpost] project.

|====


[[X2]]
[cols="1e,1,3,3",frame="topbot",options="header"]
.Filter Plugins
|====
|Filter name |Author |Home page |Description

|aafigure |Henrik Maier
|https://github.com/hwmaier/asciidoc-aafigure-filter
|https://launchpad.net/aafigure[Aafigure] ASCII line art filter.

|diag |Michael Haberler
|https://code.google.com/archive/p/asciidoc-diag-filter/
|http://blockdiag.com/[blockdiag] diagrams filter.

|ditaa |Henrik Maier
|https://github.com/hwmaier/asciidoc-ditaa-filter
|http://ditaa.sourceforge.net[ditaa] ASCII line art filter.

|graphviz-cmap
|Alex Efros
|https://powerman.name/asciidoc/
|A variant of the built-in graphviz filter, which adds support for
client-side imagemaps.

|matplotlib |Leonid Volnitsky
|https://github.com/lvv/mplw
|Using this filter you can generate charts from inline matplotlib scripts.

|mscgen |Henrik Maier
|https://github.com/hwmaier/asciidoc-mscgen-filter
|Message sequence chart filter.

|qrcode |Jean-Marc Temmos
|https://code.google.com/archive/p/asciidoc-qrencode-filter/
|This filter generates
https://fukuchi.org/works/qrencode/manual/index.html[QRencode] images.

|====


[[X3]]
[cols="1e,1,3,3",frame="topbot",options="header"]
.Theme Plugins
|====
|Theme name |Author |Home page |Description

|compact
|Alex Efros
|https://powerman.name/asciidoc/
|Similar to default theme but more compact.

|====