# This is a list of tips for SCREEM.  Every time SCREEM is started a tip
# will be selected and displayed in the "Tip of the Day" dialog.
# (Just like in the GIMP)
#
# The file format is identical to the GIMP tip files
#
# - Lines starting with '#' are comments.
# - Blank lines or comments separate two tips (they are not ignored).
#   Multiple blank lines are treated as one.  If you want to have a
#   blank line in a tip, put a space or tab in it.
# - Text will appear in the dialog as it is in this file.  This is
#   done on purpose in order to have more freedom in the layout of the
#   tips than with automatic word-wrapping, but this also means that
#   you have to avoid excessively long lines in this file.
# - Tips should be concise: 3 lines or less.
#
#--------------------------------------------------------------------------

# The first tip should be a welcome message, because this is the
# first thing that a new user will see.
#
Welcome to SCREEM !
  
Site Creation and Editing EnvironMent
#
# Syntax highlighting tip
#
You can configure the colours to be used in the syntax highlighting in by access the Tag Colours tab under Settings->Preferences.

#
# Inline tagging tip
#
With inline tagging turned on pressing space while inside a tag will popup a menu with all the valid attributes to choose from.  If you didn't want the menu that time just keep typing and it will go away.

#
# DnD tip 1
#
Drops made in the editor are inserted at the point where they are actually dropped rather than the current cursor position.

#
# DnD tip 2
#
Dragging a file from the file tree onto the editor will insert the path of that file relative to the current page.

#
# DnD tip 3
#
Dragging with the middle mouse button from the file tree onto the editor will present a menu of options on what to do.

#
# Popup tip
#
Right clicking in a tag will add a menu item to the popup that allows you to add / alter the tags attributes.

#
# Wizard tip
#
Some tags, when right clicked will add an option to the popup so you can use the "Wizard" for that tag.

#
# Entities tip
#
Auto entity insertion will insert html entities when appropriate, eg &quot; will be inserted instead of a ".  A & entity is acheived by typing & twice.

#
# Link update tip
#
When moving files around via the Site file tree any links in your pages will be automatically updated to point to the new location.

#
# Helpers tip
#
Helper applications, when executed, will take the current page in the editor, and output the result of processing it back into the editor, acting as a filter.

#
# Tasks tip
#
You can add/view/edit tasks that need performing on your site by using the site todo list button on the toolbar.

#
# Site templates
#
The site template editor can be used to create templates, which will create an entire site heirachy for you when they are used in site creation, useful if you like your sites to have a similar look/layout.

# (end of tips)
