• Activity
  • Votes
  • Comments
  • New
  • All activity
  • Showing only topics with the tag "features". Back to normal view
    1. Tiny little mobile feature request: dot indicator

      When viewing the desktop version of the website, there is a little orange notification to the left of my name when there are replies to my messages. When viewing the website in mobile, there is no...

      When viewing the desktop version of the website, there is a little orange notification to the left of my name when there are replies to my messages.

      When viewing the website in mobile, there is no such indication, and I have to open up the sidebar to see if I have any new replies.

      Could we get a simple, orange "dot" indicator to the left the Sidebar link in mobile to let us know when we have unread messages?

      I apologize in advance for the imgur link, but it could look something like this: Example

      10 votes
    2. Markdown helpers for the comment block

      I submit a lot of posts from mobile, and I find some of the markdown tedious to enter on a mobile keyboard. I know JavaScript is supposed to be a last resort, but I'd really like to have some...

      I submit a lot of posts from mobile, and I find some of the markdown tedious to enter on a mobile keyboard. I know JavaScript is supposed to be a last resort, but I'd really like to have some assistance in the post authoring and comments fields.

      I assume this could be a user script. Looking at the wiki, it looks like none of the current ones do this.

      Thoughts on this? Things people are already using? Ideas for existing tools to build on? Would it be better as a user script or as a feature of the main site, perhaps with an option to disable it? I'm medium at JavaScript but would happily take a crack at it.

      Here is my inital feature list:

      • link button - select text, press the link button, get a prompt for the URL, replace the selected text with the markdown formatted text and URL.
      • quote block- select multiple paragraphs and click the button to block quote them all
      • bold, italic, strike though buttons - apply the markdown to selected text
      • spoiler - insert a details block at the cursor. If text is selected wrap it in a details block and prompt for the summary.

      if I were to develop it, what else would people like to see on this list?

      18 votes