Software - Text and HTML Editor - NoteTab Pro
Internet Marketing requires software to make you productive. One of the programs I use multiple times a day is NoteTab Pro Text and HTML Editor. It is essentially the Word for Windows version of a text editor for just text.
Here is how I use it:
* The main feature is that it is programmable. If I have a list of say 1,000 lines, but I only need to see 50 lines at once, I can write a simple script that will cut 50 lines at once.
; Last updated on 05-23-2002, 12:31am, rod
; Deletes first 50 lines of focused file
; Line 51 becomes line 1
; First 50 lines placed on Clipboard to paste...
^!Jump 51
^!SelectTo 1:1
^!SetClipboard ^$GetSelection$
^!InsertText ^%Empty%
;or
; ^!Jump 51
; ^!SelectTo 1:1
; ^!Toolbar Cut
* After I write and save something I can hit and it automatically inserts the file name into the document. It also can insert date and/or time.
* If I am editing say a 100 page web site and I need to do a change on some pages, but I don't know which pages carry the text that needs updating, I open all 100 pages at once. Then, I do a global search and replace. Then hit "save all," and close. It takes about 4 minutes to open, edit and close for a text or HTML tag change like this.
* I use the change case, especially when I am writing content and I want the paragraph header to be first letter capitalized. You Know What I Mean?
* It has super sorting abilities. Let say that I want to take a page of text and see how many times I used a certain word. You can search for and replace with a paragraph <^p) the entire document and then sort. Here is the code ^!Replace " " >> "^P" WAST
^!Replace "^t" >> "^P" WAST
^!Select All
^!InsertText ^$StrSort("^$GetSelection$";1;1;1)$
; ^!Goto Exit
* You can look at the keyword frequency. As with many text editors, you also get a word and character count.
* It has a spell checker, numbers lines, and has preconfigured text editing scripts, called Clipbooks or Clipbook libraries, as well.
There is more, but you get the idea on how to use this HTML editing software.
This list of key features is directly from the NoteTab site.
* Handles many documents at once, even huge files (only limited by system resources).
* Drag-and-drop text editing.
* AutoCorrect/Auto-replace mode similar to Microsoft® WinWord.
* Supports Microsoft Office sound events.
* Fully configurable toolbar with flat or standard buttons (more than 90 commands available).
* Fully configurable shortcut menu.
* Programmable: add your own custom features using an easy script language.
* Web enabled: can open links and HTML documents in browser.
* Supports third-party Web tools: HTML Tidy, TopStyle, and CSE HTML Validator.
* Powerful Clipbook tool makes it easy to memorize and insert any kind of text in your document. Includes libraries for HTML tags, acronyms, smilies, etc. Can also be used for "shorthand" glossaries or to launch other applications.
* Innovative In-Context Clipbook reduces mouse movement and speeds up work.
* Support for Perl and Gawk interpreters: scripts can be stored in NoteTab and applied directly to highlighted text or whole document.
* Mathematical calculation: type a mathematical expression and NoteTab will calculate the result.
* Individual document settings such as font, tab width, and word wrap.
* Supports outline-type documents that help you organize your notes or any kind of information.
* Supports document templates.
* Search/replace in all open documents, or in closed documents stored on disk.
* Supports search tokens and regular expressions.
* Special functions to convert text files to Web documents, strip HTML tags, sort lines, change case, process text in blocks, etc.
* Supports Drag-and-drop of image files from the Quick List tool into an HTML document (creates image tags with the correct size attributes).
* Automatic scrolling for hands-free document reading.
* Options to set margins, page numbering, headers, and footers for printing jobs.
* Reformats text, including left and right justification.
* Produces text statistics: counts characters and words, and word frequency.
* Supports Drag-and-drop from File Manager or Windows Explorer.
* Runs from the command-line, accepting multiple file names and wildcards.
* Quickly opens files or directories from the Favorites list.
* Captures text copied to the Clipboard from any application.
* Reads and writes files in DOS ASCII, UNIX, EBCDIC, and Mac formats.
* Covers all essential features available in Notepad (including LOG).
It is a cool program and very useful.
Here is how I use it:
* The main feature is that it is programmable. If I have a list of say 1,000 lines, but I only need to see 50 lines at once, I can write a simple script that will cut 50 lines at once.
; Last updated on 05-23-2002, 12:31am, rod
; Deletes first 50 lines of focused file
; Line 51 becomes line 1
; First 50 lines placed on Clipboard to paste...
^!Jump 51
^!SelectTo 1:1
^!SetClipboard ^$GetSelection$
^!InsertText ^%Empty%
;or
; ^!Jump 51
; ^!SelectTo 1:1
; ^!Toolbar Cut
* After I write and save something I can hit
* If I am editing say a 100 page web site and I need to do a change on some pages, but I don't know which pages carry the text that needs updating, I open all 100 pages at once. Then, I do a global search and replace. Then hit "save all," and close. It takes about 4 minutes to open, edit and close for a text or HTML tag change like this.
* I use the change case, especially when I am writing content and I want the paragraph header to be first letter capitalized. You Know What I Mean?
* It has super sorting abilities. Let say that I want to take a page of text and see how many times I used a certain word. You can search for
^!Replace "^t" >> "^P" WAST
^!Select All
^!InsertText ^$StrSort("^$GetSelection$";1;1;1)$
; ^!Goto Exit
* You can look at the keyword frequency. As with many text editors, you also get a word and character count.
* It has a spell checker, numbers lines, and has preconfigured text editing scripts, called Clipbooks or Clipbook libraries, as well.
There is more, but you get the idea on how to use this HTML editing software.
This list of key features is directly from the NoteTab site.
* Handles many documents at once, even huge files (only limited by system resources).
* Drag-and-drop text editing.
* AutoCorrect/Auto-replace mode similar to Microsoft® WinWord.
* Supports Microsoft Office sound events.
* Fully configurable toolbar with flat or standard buttons (more than 90 commands available).
* Fully configurable shortcut menu.
* Programmable: add your own custom features using an easy script language.
* Web enabled: can open links and HTML documents in browser.
* Supports third-party Web tools: HTML Tidy, TopStyle, and CSE HTML Validator.
* Powerful Clipbook tool makes it easy to memorize and insert any kind of text in your document. Includes libraries for HTML tags, acronyms, smilies, etc. Can also be used for "shorthand" glossaries or to launch other applications.
* Innovative In-Context Clipbook reduces mouse movement and speeds up work.
* Support for Perl and Gawk interpreters: scripts can be stored in NoteTab and applied directly to highlighted text or whole document.
* Mathematical calculation: type a mathematical expression and NoteTab will calculate the result.
* Individual document settings such as font, tab width, and word wrap.
* Supports outline-type documents that help you organize your notes or any kind of information.
* Supports document templates.
* Search/replace in all open documents, or in closed documents stored on disk.
* Supports search tokens and regular expressions.
* Special functions to convert text files to Web documents, strip HTML tags, sort lines, change case, process text in blocks, etc.
* Supports Drag-and-drop of image files from the Quick List tool into an HTML document (creates image tags with the correct size attributes).
* Automatic scrolling for hands-free document reading.
* Options to set margins, page numbering, headers, and footers for printing jobs.
* Reformats text, including left and right justification.
* Produces text statistics: counts characters and words, and word frequency.
* Supports Drag-and-drop from File Manager or Windows Explorer.
* Runs from the command-line, accepting multiple file names and wildcards.
* Quickly opens files or directories from the Favorites list.
* Captures text copied to the Clipboard from any application.
* Reads and writes files in DOS ASCII, UNIX, EBCDIC, and Mac formats.
* Covers all essential features available in Notepad (including LOG).
It is a cool program and very useful.
Labels: HTML editing software, HTML Editor., NoteTab, NoteTab Pro, Text Editor

0 Comments:
Post a Comment
<< Home