You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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! :)
The text was updated successfully, but these errors were encountered:
I have 2 feature requests.
<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! :)
The text was updated successfully, but these errors were encountered: