Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[request] Wiki Editing #27

Open
bennypowers opened this issue May 20, 2022 · 2 comments
Open

[request] Wiki Editing #27

bennypowers opened this issue May 20, 2022 · 2 comments

Comments

@bennypowers
Copy link

Would be super cool to edit GitHub wikies from inside nvim. If a given repo has a wiki, some :GHWiki or some such could open a wiki editor

@ldelossa
Copy link
Owner

ldelossa commented May 20, 2022

Hey! Im open too it, but is way low on the list. I think the next major feature of this plugin will be properly handling Github Notifications.

Id gladly shepherd and aid any attempts at an implementation of this tho! I just don't have the bandwidth to take it on with any priority right now.

@rmacklin
Copy link

rmacklin commented Aug 13, 2022

FWIW, this goal:

Would be super cool to edit GitHub wikies from inside nvim.

is definitely possible already because GitHub wikis are just git repositories. So you can clone them normally (e.g. git clone git@github.com:ldelossa/gh.nvim.wiki.git or gh repo clone ldelossa/gh.nvim.wiki), make edits in neovim, and push changes as regular git commits (assuming you have write permissions, of course).

But if you are asking for a :GHWiki command that would let you edit the wiki without cloning it, that would be more involved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants