diff --git a/index.html b/index.html
index 9a51a7f..6e32e47 100644
--- a/index.html
+++ b/index.html
@@ -604,6 +604,7 @@ th, td { border:none; padding-top:0; padding-bottom:0; border-bottom:thin solid
homebank2ledger HomeBank to ledger and beancount converter (perl)
icsvledger interactive CSV to *ledger converter (python)
into-ledger CSV to *ledger converter
+kmymoney2hledger KMyMoney to *ledger converter (clojure)
Ledger in Go has limport, a CSV to *ledger converter
ledger-autosync OFX download, OFX to *ledger conversion, deduplication
ledger-guesser neural network for generating entries like past ones, can be used with ledger-autosync (javascript)
@@ -822,6 +823,7 @@ other console/curses tools
articles & blog posts
2020
+- Mari Donkers: KMyMoney to HLedger conversion
- Charles Hoffman: Plain Text Accounting
- Charles Hoffman: Fat Free Accounting: Ledger
- Lee Yingtong Li: Using selenium to scrape/import bank transactions for ledger-cli
diff --git a/index.md b/index.md
index 73ad40d..d880994 100644
--- a/index.md
+++ b/index.md
@@ -612,6 +612,7 @@ Next, related add-ons and helpers by category
- [homebank2ledger](https://github.com/chazmcgarvey/homebank2ledger) HomeBank to ledger and beancount converter (perl)
- [icsvledger](https://github.com/quentinsf/icsv2ledger) interactive CSV to *ledger converter (python)
- [into-ledger](https://github.com/manishrjain/into-ledger) CSV to *ledger converter
+- [kmymoney2hledger](https://github.com/maridonkers/kmymoney2hledger) KMyMoney to *ledger converter (clojure)
- [Ledger in Go](https://github.com/howeyc/ledger) has limport, a CSV to *ledger converter
- [ledger-autosync](https://gitlab.com/egh/ledger-autosync) OFX download, OFX to *ledger conversion, deduplication
- [ledger-guesser](https://github.com/j3k0/ledger-guesser) neural network for generating entries like past ones, can be used with ledger-autosync (javascript)
@@ -860,6 +861,7 @@ Note these often work quite well for other ledger-likes, not just the one they a
2020
+- [Mari Donkers: KMyMoney to HLedger conversion](https://photonsphere.org/posts-output/2020-05-31-kmymoney2hledger)
- [Charles Hoffman: Plain Text Accounting](http://xbrl.squarespace.com/journal/2020/5/5/plain-text-accounting.html)
- [Charles Hoffman: Fat Free Accounting: Ledger](http://xbrl.squarespace.com/journal/2020/5/4/fat-free-accounting-ledger.html)
- [Lee Yingtong Li: Using selenium to scrape/import bank transactions for ledger-cli](https://yingtongli.me/blog/2020/04/29/hbs-scrape.html)