New Text Tools Scripts for Web
Term Extraction was created to allow developers and editors to detect common terms inside a block of text.Once a text has been analyzed by Term Extraction, the application will output the most common terms along with the number of times each has been...
The JavaScript/CSS Font Detector will provide true/false answers to various font family names.Based on these results, developers can code customized responses and replace one font family with another, based on the user's locally installed fonts.The...
Markdown Preview uses the Showdown JavaScript library and works in real-time, updating the preview with every keystroke.The class takes text styled using the Markdown markup language and converts it to HTML, embedding it under the input section so the...
DCodeView is not a syntax highlighting plugin, but a source code widget, that can simply style <pre> tags to look better on a Web page.The line numbers it adds to the code block does not interfere in any way with text selections.A demo is...
tocBuilder can create a table of contents from normal page heading tags or via custom HTML 5 data attributes.The plugin is perfect for large, long pages, where some shortcuts might be needed to jump from one section to the other.As an extra feature,...
syntaxalator.js allows developers to improve a block of source code's readability level by using various colors to draw attention to important code sections and elements.The coloring scheme is fully customizable, and the library also features a line...
FlowType.JS can be used to implement responsive text on a website, without having to deal with all the text-related HTML tags separately.FlowType.JS provides a quick tool to use to make text resize with the available screen size.Features:Tweak font size...
The CSS Type Boilerplate doesn't actually show the baseline grid on the page, but uses this invisible lines system to position text in such a way to create a vertical visual hierarchy.Pixels are used for text sizes, instead of points or ems. While this is...
SmartFlow.JS was forked from the FlowType.JS project and features better performance for screen resize events.Besides this, the plugin works practically the same and implementing it is identical to the original plugin.This means support for setting custom...
The library can be configured to process Twitter text by auto linking and extracting usernames, lists and...