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

Add support for Gitalk #7

Open
Palmidence opened this issue Oct 16, 2018 · 0 comments
Open

Add support for Gitalk #7

Palmidence opened this issue Oct 16, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@Palmidence
Copy link
Collaborator

https://github.com/gitalk/gitalk - This would be useful to centralize questions on the docs (for clarifications, or other reason) and allow discussions on the modules themselves. This has many advantages over just leaving a message in #mapmaking, and hooks right in with GitHub. It is easily installable with the script and CSS import.

<link rel="stylesheet" href="//unpkg.com/gitalk/dist/gitalk.css">

<script src="//unpkg.com/docsify/lib/plugins/gitalk.min.js"></script>
<script src="//unpkg.com/gitalk/dist/gitalk.min.js"></script>
<script>
  const gitalk = new Gitalk({
    clientID: 'Github Application Client ID',
    clientSecret: 'Github Application Client Secret',
    repo: 'Github repo',
    owner: 'Github repo owner',
    admin: ['Github repo collaborators, only these guys can initialize github issues'],
    // facebook-like distraction free mode
    distractionFreeMode: false
  })
</script>
@Palmidence Palmidence added the enhancement New feature or request label Oct 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant