0

I'm building a simple paste app for long error logs (errorpaste.appspot.com). A user can post error logs and descriptions of them.

Now I want to add a Stack Overflow button or any widget so that the user can post and ask that on stackoverflow. Is there an app for this?

hippietrail
  • 882
  • 4
  • 14

1 Answers1

1

You might want to take a look at my Insert APT Link UserScript, which demonstrates how to add a button to the toolbar and associate an action with it. It also demonstrates how to interact with the editor itself.

Nathan Osman
  • 23,286
  • 11
  • 60
  • 107