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*
-
+1e100 I see you went after the other half of the cash! See my "answer" for a bug report. I don't know if it's specific to your version or also applies to the original.Dennis Williamson– Dennis Williamson2011-03-16 01:34:27 +00:00Commented Mar 16, 2011 at 1:34
-
1@Dennis: Please take a look at the note I added to this post.Nathan Osman– Nathan Osman2011-03-16 19:16:08 +00:00Commented Mar 16, 2011 at 19:16
-
In his updated original post, Jakub asks "BTW does the auto-update system work?" Is this functional in your build for the end user (e.g. me)?Dennis Williamson– Dennis Williamson2011-03-20 20:07:33 +00:00Commented Mar 20, 2011 at 20:07
-
@Dennis: It should be. I just checked and it seems like the build script is functioning as expected.Nathan Osman– Nathan Osman2011-03-20 20:33:39 +00:00Commented Mar 20, 2011 at 20:33
-
So I don't need to manually update?Dennis Williamson– Dennis Williamson2011-03-20 20:37:06 +00:00Commented Mar 20, 2011 at 20:37
-
@Dennis: Sorry, yes - you do need to update. What is meant by 'auto-update' is that the script you update from is itself updated daily directly from the source code on GitHub.Nathan Osman– Nathan Osman2011-03-20 21:00:50 +00:00Commented Mar 20, 2011 at 21:00
-
OK, since Jakub didn't qualify his question I though he meant that code had been added to auto-update the end-users installed copy. Sorry for the confusion.Dennis Williamson– Dennis Williamson2011-03-20 21:12:44 +00:00Commented Mar 20, 2011 at 21:12
-
@Dennis: No problem. I understand the confusion - although an auto-update for the installed copy would be nice!Nathan Osman– Nathan Osman2011-03-20 21:18:39 +00:00Commented Mar 20, 2011 at 21:18
-
@Dennis the autoupdating I had in mind is a Safari feature that should automatically update the extension based on this file gampleman.github.com/SE-Editor-Toolkit/updates.plistJakub Hampl– Jakub Hampl2011-03-22 16:34:08 +00:00Commented Mar 22, 2011 at 16:34
-
The userscript doesn't seem to work - have tried in Firefox 3.6 and 4.0...studiohack– studiohack2011-03-26 06:52:46 +00:00Commented Mar 26, 2011 at 6:52
-
@studiohack: What errors do you get when running the script?Nathan Osman– Nathan Osman2011-03-26 19:34:16 +00:00Commented Mar 26, 2011 at 19:34
-
@GeorgeEdison: I don't get anything, nothing shows up at all...I've seen screenshots of what it is supposed to look like, but nothing seems to appear...I've had several other users (on SU) also say the same thing...studiohack– studiohack2011-03-26 19:41:37 +00:00Commented Mar 26, 2011 at 19:41
-
@studiohack: It currently only works on Meta.SO.Nathan Osman– Nathan Osman2011-03-26 20:26:49 +00:00Commented Mar 26, 2011 at 20:26
-
1@Jakub: I haven't had time to set that up yet. But it's planned.Nathan Osman– Nathan Osman2011-03-27 16:43:20 +00:00Commented Mar 27, 2011 at 16:43
-
2As per @Sathya's bug report below, is there any chance of fixing this for inline editing? Can't get it to work on Chrome Dev.slhck– slhck2011-08-25 10:55:15 +00:00Commented Aug 25, 2011 at 10:55
|
Show 9 more comments
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