aboutsummaryrefslogtreecommitdiffstats
path: root/alternatives.md
blob: 35c30cf963568b8ac6e61db7ab5913150128691e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21

What alternatives are there?
----------------------------

[https://github.com/laurencer/confluence-sync]()

`confluence-sync-tool` was the closest thing to what I wanted. I even tried
hacking in the custom pandoc converter, but ran in to problems with `CNAME`
code blockes getting mangled and gave up trying to debug in Haskell.

[https://bitbucket.org/atlassianlabs/confluence-pandoc-connect]()

This is intended to run server-side. It's where I found the
`confluence-storage.lua` pandoc writer.

[https://github.com/lanyonm/markdown-to-confluence-uploader]()

Close, but no cigar. Does a meh job converting markdown to wiki markup, then
uses Confluence's API to convert to storage format via the XML-RPC API. The
results are poorly formatted.