Replies: 2 comments 1 reply
-
As I see it, |
Beta Was this translation helpful? Give feedback.
-
I think that using the Wiki for showcasing custom surrounds is better. This makes the help docs less verbose and you could also include images / videos if you want to for certain examples.
Imo, the help docs should be "complete" in a sense that a user does not need to jump to the Wiki to find out the purpose of a particular API function. For me, that also includes an explanation (at least a short one). The Wiki does not have to go into too much detail and you could instead refer users to the helpdocs. Also how are you currently creating the Vim-docs? You could use tools such as https://github.com/kdheepak/panvimdoc or https://github.com/numToStr/lemmy-help to generate the vimdocs from Markdown or emmylua annotations so it's less work for you :) |
Beta Was this translation helpful? Give feedback.
-
How does everybody actually use the help docs? It does feel like at this point I might end up managing two separate copies of similar/the same documentation (help docs and wiki), and I'm unaware of what solutions exist for this problem. Should I be doing everything in the help docs as opposed to the wiki? I personally feel that the wiki is able to better organize/contain a larger amount of information, but I also think that being able to get help on stuff without leaving Neovim is essential.
My current thought process is that perhaps the wiki would contain more "user-friendly" content:
vim-surround
/vim-sandwich
/mini.surround
Then that would leave the help docs to contain "more direct documentation":
config.get_input()
,config.get_selection()
, etc.nvim-surround
without leaving NeovimCC: @akinsho @NoahTheDuke @andrewferrier @jonatan-branting @smjonas @melkster I'd like to get some feedback on the prior ideas; or just leave a 👍 or 👎, thanks!
Beta Was this translation helpful? Give feedback.
All reactions