Media Juster Bbedit Readme
Media Juster Bbedit Readme
Read Me & Reference · PDF
| Filename | media-juster-bbedit-readme.pdf |
|---|---|
| Size | 0.05 MB |
| Subsection | Media Juster Bbedit |
| Downloads | 0 |
Enjoying MacTrove?
Anonymous downloads are free and unlimited.
Create a free account to track favorites,
contribute metadata corrections, and join the
community chat.
Reader
Loading…
OCR / Text contents
Media Juster BBEdit 6.1 and BBEdit Lite 6.1 Plug-in
Support V1.20
By Mark Fleming <markf@kagi.com>, Copyright © 2002 All Rights Reserved.
Plug-ins
The Plug-ins folder contains a standard set of code modules that add additional features
to BBEdit Lite and BBEdit. You can place plug-ins within subfolders (one level deep)
to organize them. If you are not planning to use any of the included BBEdit Lite plug-ins,
you can remove the Plug-ins folder from the BBEdit Lite Support folder. (Some of the
functions discussed in this manual may require one plug-in or another.)
Note BBEdit plug-ins were formerly known as BBEdit extensions. Plug-ins are
identical to BBEdit extensions; only the name has been changed. Plug-ins are also
sometimes referred to as tools, since they appear on the Tools menu in BBEdit Lite.
About the M e d i a J u s t e r Plugins:
HTML Tool
This plugin creates a floating palette with html commands. If you have text selected it will
be placed between the HTML command. A small selection of special characters are
also included in the palette. This palette can replace, the HTML Header and HTML
Comment plugin since this functionally is also included in this palette.
HTML Table & Form Tools
This plugin creates a floating palette with html commands for Tables and Form creation.
HTML Template
This plugin creates a new document with the following html code. Then you can custom it
as you need. Meta tags Description and Keywords are used by Apple Help and
Internet Search engines to index the pages. If you do not want them you can delete
them. A default background color of White (#FFFFFF) is set for the page. You should
change the title of the page to your title. And include a modification date at the bottom.
<HTML>
<META NAME="DESCRIPTION" CONTENT="">
<META NAME="KEYWORDS" CONTENT="">
<META NAME="GENERATOR" CONTENT="BBEdit-HTML Plugin (OS X)">
<TITLE>tt i t l e </TITLE>
<BODY BGCOLOR="#FFFFFF">
<H2 align=CENTER>tt i t l e </H2>
<HR>
Last Modified:
</BODY></HTML>
HTML Comment
The current selection is turn into a HTML comment. The example below, "this is a
comment" was selected before the selecting this plugin. This is optional, it's functionally
is also in the HTML Tools floating palette.
<!-- this is a comment -->
HTML Header
The current selection is turn into a HTML Heading (level 2). The example below, "A
Heading" was selected before the selecting this plugin. Currently no options are
available for this plugin future version may add other options such as: Selecting level,
and alignment. This is optional, it's functionally is also in the HTML Tools floating palette.
<H2>A Heading</H2>
HTML IMG
The user is prompted to select an image file they wish to insert into the html web page.
The image's width, height, alt tag and file name are inserted into the following HTML
code that is used to correctly display the image on the Internet from a web page. The
ALT tag is used when the images is being read by screen readers or the image
download …
Showing first 3,000 characters of 6,056 total. Open the full document →