vimwiki

Personal wiki for vim
git clone https://github.com/vimwiki/vimwiki.git
Log | Files | Refs | README | LICENSE

commit 5ab8f8672e6832da8f5a7eb371d2b24e8e0fff2c
parent 417490f30b3aaec600c19cfa59018cf2368dd87b
Author: Michael F. Schönitzer <michael@schoenitzer.de>
Date:   Sat,  9 Mar 2019 14:49:01 +0100

Add call for help and note about Riot
Diffstat:
MREADME.md | 9+++++++--
1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -161,8 +161,13 @@ Then launch Vim, run `:Helptags` and then `:help vimwiki` to verify it was insta Getting help ============================================================================== -Have a question? Visit the IRC channel `#vimwiki` on Freenode ([webchat](https://webchat.freenode.net/?channels=#vimwiki)) -or post to the [mailing list](https://groups.google.com/forum/#!forum/vimwiki). +Have a question? Visit the IRC channel `#vimwiki` on Freenode ([webchat](https://webchat.freenode.net/?channels=#vimwiki), also synced to Matrix/Riot: `#freenode_#vimwiki:matrix.org`) or post to the [mailing list](https://groups.google.com/forum/#!forum/vimwiki). + +Helping Vimwiki +============================================================================== + +Vimwiki has a lot of users but only very few recurring developers or people helping the community. Your help is therefore appreciated. Everyone can help! See [#625](https://github.com/vimwiki/vimwiki/issues/625) for information on how you can help. + ----