HTML Kit site requirements.

HTML editor / HTML Kit Plugins Directory
HomeHTML-Kit downloadsAdd-ins that update and extend HTML-Kit's capabilitiesSoftware and authoring support channelsRegister -- download add-ons and support HTML-KitOnline tools for HTML-Kit users
  Printable Booklets   |   Category Updated on 12-Jun-2005
Click for Details

HTML Kit Plugins Directory

Tools : EditorHome > Plugins > Tools > Editor
 
 Random Picks
eeFrames
The use of frames is one of the most controversial subjects in Web design, but there's not much controversy about this being one of the most popular frames related plugins. It includes buttons for inserting common layouts and a quick reference.
kdTranslationGerman
Translates the HTML-Kit main menu to German.
 Category Matches
Sorted by Name:
 
hkContextMenuTags
Prefer to use the mouse for inserting tags? This plugin makes it easier to access commonly used tags using the right click menu. It also provides the ability to add new options for inserting custom code snippets.
jlNBSPConverter
In many cases it's necessary to use the   entity to display consecutive spaces on HTML pags. This plugin makes it easier to convert multiple spaces to nbsp entities or nbsp entities to regular spaces.
hkUpdateDate
Update your pages often? This plugin makes it easier to update "Last Updated On ___" labels. It can also create new documents based on custom templates with date/time placeholders.
hkOutputSplitView
The Open In New Window option in HTML-Kit can be used as a way to create static split views. This plugin simplifies it by using the Output window to display a snapshot of the text in the Editor window.
hkCopyOutputExt
Copies text in the Output window to the Editor window with optional header and footer.
hkBlockIndent
Looking for more indenting options? With this plugin, the selected text can be indented using spaces or tabs. It also makes it easier to apply multiple indents.
wkSorting
This plugin adds options for sorting the selected text or the full text in the current document, in ascending or descending order.
mcComIt
If you're looking for a quick way to document code blocks, this plugin prompts for a custom note and inserts comments with the note at the top and the bottom of the selected text.
hkRegexReplace
Fan of Perl-like regular expressions? This multi-line search and replace dialog makes it easier to convert plain text to escaped regex.
hkSelectText
HTML-Kit provides several built-in options for selecting text and tags on the Edit menu. This plugin makes it possible to access these options using the Right Click Menu and the Actions Bar.
hkSaveCopyAs
Have a high changes-per-hour rate? Save incremental changes with a customizable date and time stamp.
demoListMatches
Demonstrates how to look for text fragments using regular expressions and list the matches in a drop-down list that can be used to jump to the location of the found text.
hkGotoLineMiddle
Focuses the specified line while making sure that the several lines above and below it are also visible.
hkWinMergeHelper
Helper plugin for making it easier to invoke WinMerge on the current document in HTML-Kit. WinMerge is a Windows application that can be used for visual differencing of text files and optionally merging the differences. This plugin makes it possible ...
irShowMatchingParens
Don't spend time counting the characters, let this plugin highlight the matching ( ), { }, [ ] and < > pairs.
tkQuickLinks
Adds several methods for inserting code involving the use of paths relative to the current file. Included are menu options to insert only a relative path (without any tags), hyperlinks, image links, PHP include / require constructs, and links to Java...
tkNippets
Provides an alternative means to create, edit, and access a large library of code from HTML-Kit. Help is available through ToolTips on each form by holding the pointer over the question mark icon. Nippet files use *.sdf for the file extension and res...
irQuotes
Script programmers spend a good amount of time quoting and unquoting strings. This plugin adds several options to the Actions Bar and the right click menu to make it easier to quote the selected text.
tsPDATemplate
Some popular search engines, news services and online shops have started publishing special versions of their websites for visitors using handheld devices. This wizard makes it easier to start creating web pages that are optimized for PDAs.
hkPasteColor
A small plugin that pastes the selected color (instead of inserting the color as the default Color Picker does).
mjTrita
Adds the ability to invoke Trita from HTML-Kit. Trita is a source code beautifier that can learn the formatting style by examining source code examples.
hkCloseFiles
Adds "Close Current File" and "Close All Windows" options to the right click menu.
hkOpenReadOnly
Opens read-only files in untitled editor windows.
mwAbbrevTokens
Implements a new auto-complete feature with the ability to prompt for replaceable token strings. The Java Runtime Environment (JRE) is required to run this plugin.
mwSaveAndRestore
mwSaveAndRestore allows you to select a section of your current document and by clicking on the 'Save' icon on the PseudoFolds tab on the action bar, remove it to another file. You choose the filename and this is placed in a comment that repl...
frsVBStyleBlockComment
This plugin can be used for block commenting and uncommenting code in Visual Basic, VBScript, VBA or any other language that uses single quote-style comments. If used on uncommented code the selected text will be returned with each line prefaced w...
frsCStyleBlockComment
This plugin can be used for block commenting and uncommenting code in C/C++ source, PHP, JavaScript, or any other language that utilizes C-style comments. If used on uncommented code the selected text will be returned with enclosed in C-style (sla...
includeHTML
Is it time to update site navigation, banner ad and other tags shared by multiple pages? If it's not feasible to use server-side scripting or Server Side Includes (SSI), this old-timer can be used to update pages with centralized code snippets.
hkClickAndLink
With this plugin you can create links by right clicking the editor and picking the file that you want to link to. If you select some text before right clicking, hkClickAndLink will use it as the link text. Information about the selected file (such as...
hkAuthorInfo
Inserts author information (configured under "Edit | Preferences | Author").
hkFindInFiles
Searches for a regular expression / pattern string in multiple files and optionally opens matching (or "unmatching") files. New file types to search can be added to the default list of web files by updating the sSearchFileExtensions variabl...
rdFunctionList
Displays a list of JavaScript, PHP and hkScript functions in the current document, making it easier to jump to a function definition by clicking its name in the drop-down list.
hkMRUFL
Makes it easier to open multiple files from the MRU (most recently used) files list. Can be used to open local and remote FTP files.
TabIndent
Indents the selected block of text with tabs.
hkBREnter
Inserts the <br> tag and creates a new line while preserving auto-indents. Same as the "Tags | Insert Line Break (Ctrl+Enter)" main menu option in build 290, except this plugin will preserve any auto-indents.
hkLineEnd
Moves the cursor to the end of the current line, including whitespaces. Optionally, this plugin can be assigned to a keyboard shortcut as follows: 1. Select "Tools | Customize | Keyboard Shortcuts" from the main menu. 2. Click "Add.&qu...
hkDuplicateLine
Looking for a quicker way to duplicate the current line? This plugin makes it easier to make one or more duplicates of the line at the cursor.
hkFindAndList
Extracts text matching the specified find expression. For example, this plugin can be used to extract quoted values, image file names, links, ALT text, IDs, names, etc., in the current document. Advanced options: Set the bCaseSensitiveSort variable i...
hkBookmarksCopy
Makes it possible to easily copy bookmarks ("Edit | Bookmarks") and marks ("Edit | Marks") from the current document and recreate them in a copy of the same document. Also provides a button to clear all bookmarks and marks.
cmCodeTemplates
Expands text at the cursor to a predefined template. Edit the source to add your own templates.
hkRERepl
Search and replace within a selected block of text using Perl like regular expressions. Matched blocks are represented using \1 ... \9 in the "Replace with" field.
thWordCount
Although the "keywords" META tag doesn't carry as much weight as it once did, the search engines still look at it. This plugin generates keywords from the most frequently used words in the current document.
hkSaveSnip
A plugin to make it easier to save snippets under custom folders (outside the default snippets folder).
Spell Checker
Why invoke the spell checker if you can view any typos as you type? This plugin provides English dictionaries and enables live spell checking.
Thesaurus
English thesaurus for HTML-Kit. To install: go to "Tools | Install | Thesaurus" from the main menu and select the downloaded *.zip file (no need to unzip).