You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
Required fields*
-
21+1e100 Where should I send the cash (1/2 now, 1/2 when the userscript version is available)? ;) Seriously, this should be integrated into the site software.Dennis Williamson– Dennis Williamson2011-03-15 17:25:03 +00:00Commented Mar 15, 2011 at 17:25
-
@Dori Of course not! Post them either here or at github.com/gampleman/SE-Editor-Toolkit/issues.Jakub Hampl– Jakub Hampl2011-03-16 00:21:54 +00:00Commented Mar 16, 2011 at 0:21
-
I have converted this into a UserScript, which you can find in my answer below.Nathan Osman– Nathan Osman2011-03-16 01:24:53 +00:00Commented Mar 16, 2011 at 1:24
-
@George Care to add it to the github repository? As the conversion looks more or less like a fairly straightforward (= automatable) process I could update both simultaneously.Jakub Hampl– Jakub Hampl2011-03-16 01:25:15 +00:00Commented Mar 16, 2011 at 1:25
-
1@Jakub: Actually... it's not as easy as it looks. (I had to make quite a few subtle modifications.) But I'm thinking of setting something up on my server that automatically pulls the changes from GitHub and rebuilds the UserScript every so often.Nathan Osman– Nathan Osman2011-03-16 01:28:02 +00:00Commented Mar 16, 2011 at 1:28
-
1@Jakub: ...and done! Every 24 hours, this file will be generated from the GitHub repos.Nathan Osman– Nathan Osman2011-03-16 19:15:42 +00:00Commented Mar 16, 2011 at 19:15
-
@George Awesome! I updated the link in the post. Also thanks to Hans for helping me optimize some stuff: stackoverflow.com/questions/5324757/…Jakub Hampl– Jakub Hampl2011-03-16 22:01:03 +00:00Commented Mar 16, 2011 at 22:01
-
+∞ :) The only bad thing about this is that people that uses this will stop editing questions :/Oscar Mederos– Oscar Mederos2011-04-29 15:09:12 +00:00Commented Apr 29, 2011 at 15:09
-
5I can't seem to get it to work on chrome, can you help?Madara's Ghost– Madara's Ghost2011-12-16 21:27:32 +00:00Commented Dec 16, 2011 at 21:27
-
@Truth I haven't done much maintenance on this script for a while. Are you using it as a plugin or as a UserScript?Jakub Hampl– Jakub Hampl2011-12-16 22:15:22 +00:00Commented Dec 16, 2011 at 22:15
-
as a UserScriptMadara's Ghost– Madara's Ghost2011-12-16 22:15:59 +00:00Commented Dec 16, 2011 at 22:15
-
FWIW There's a desktop port of it that I had initially developed and works well for me github.com/SathyaBhat/StackEdSathyajith Bhat– Sathyajith Bhat2011-12-17 18:53:43 +00:00Commented Dec 17, 2011 at 18:53
-
Would really love a working userscript version, if anyone finds the time to make it :)Emil– Emil2013-02-15 13:27:58 +00:00Commented Feb 15, 2013 at 13:27
-
5Will this ever be a userscript again?Cody Guldner– Cody Guldner2013-05-27 05:16:22 +00:00Commented May 27, 2013 at 5:16
-
Why are all the url here broken!!?Bibhas– Bibhas2014-02-11 14:59:43 +00:00Commented Feb 11, 2014 at 14:59
Add a comment
|
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
-
create code fences with backticks ` or tildes ~
```
like so
``` -
add language identifier to highlight code
```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- indent code by 4 spaces
- backtick escapes
`like _so_` - quote by placing > at start of line
- to make links (use https whenever possible)
<https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. api-v2), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you
lang-js