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

[feature requests] #410

Closed
Galaxy-Coding opened this issue Oct 27, 2020 · 1 comment
Closed

[feature requests] #410

Galaxy-Coding opened this issue Oct 27, 2020 · 1 comment
Labels

Comments

@Galaxy-Coding
Copy link

Galaxy-Coding commented Oct 27, 2020

I have 2 feature requests.

  1. The textarea to make a comment should be all the way at the top, so users don't have to scroll down a wall of comments to submit their comment
  2. I wish there was a custom way to enable utterances. There is an attribute called custom-title="enter-title-here". Utterances will search for an issue whose title contains the custom-title attribute. If a matching issue is not found, Utterances will automatically create one the first time someone comments on your post. The code would look like this:
    <script src="https://utteranc.es/client.js" repo="[ENTER REPO HERE]" issue-term="custom-title" custom-title="random-title" theme="github-light" crossorigin="anonymous" async> </script>
    Please consider adding this feature as this would be very helpful for me and probably many other people using utterances. Than you very much! :)
@jdanyow
Copy link
Member

jdanyow commented Nov 7, 2020

hi @Galaxy-Coding the first item is requested in #182

I think the second item is already implemented as the Issue title contains specific term option:
issue title contains specific term

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

No branches or pull requests

2 participants