UserScripts - Comment Box Writer Helper

By Avindra Goolcharan Last update Oct 1, 2008 — Installed 56 times.
Script Summary:
Helps you write code for <pre> and <code> tags, and lets you use shortcut keys on UserScripts.org
Version: 0.2.1
Recently Updated TopicsPosts
Archived Comments7

this script has 1 topic, 7 posts

This script has no reviews.

Features:

  • Shortcut keys!-Press Ctrl+Alt and one of the following to:
    • B - Makes the selection bold.
      • sample
      • uses "strong"
    • I - Makes the selection italic.
      • sample
      • uses "em"
    • H - Makes the selection a new section.
      • sample

      • uses "h3"
    • U - Underlines the selection.
      • sample
      • uses "ins"
    • L - Helps you to insert links easily.
  • Code Escaper - Press the "Fix code" button to automatically fix your code by transforming XML entities (only within PRE and CODE tags TOO!!!) so that it will appear properly.

Version History

  • 0.1 - Script fixes <pre> and <code> tag code.
  • 0.2 - Script implements shortcuts for B,I,H,U,L
    • 0.2.1 - Script has more versatile linking system, which links selected text, or inserts a new link accordingly.