-
Notifications
You must be signed in to change notification settings - Fork 66
Making wiki.vim more accessible by improving documentation #220
Description
I recently migrated to wiki.vim from vimwiki and I wonder if this transition could be made easier by the documentation. Let me explain by example. As I installed wiki.vim I tried use use check list as they are in vimwiki, which don't work in plain wiki.vim. I checked the documentaion which doesn't mention check lists. I then searched the issues came across issue #1 which seemed to explain the functionality. However the check list functionality explained there doesn't work as per changes in design philosophy layed out in #15.
Would it be useful to lay out this design philosophy more explicitly in documention and maybe provide links to some vim plugins for check lists, tables etc.? Again using my example it would easier for new users keyword if searching the documentation for "check list" would match to a section explaining that wiki.vim isn't trying to include functionality better implemented in existing plugins and maybe listing a few of those plugins.
Maybe this is obvious for more advanced vim users, but I think newbies like me could benefit.