5 min

ToledoTalk.com New Help Page

As of Mar 28, 2014. Trying to simplify an overly complicated and long help page at TT.


Instructions for sending a private message to another user.


Suggestion: When creating a new thread post or a comment, click the "Preview" button to ensure links and formatting work the way you want. When satisfied, then click the "Post" button. You can edit your thread posts to make changes, but you cannot edit your comments.


You can format text with HTML or Textile markup languages. Textile is simpler. Textile uses punctuation marks or short alpha-numeric commands to format text.

Text Formatting

Textile and HTML markup options are provided below.


bold:

  • *bolded text*
  • <b>bolded text</b>
  • <strong>bolded text</strong>


italics:

  • _italicized text_
  • <i>italicized text</i>
  • <em>italicized text</em>


underline:

  • +underlined text+
  • <u>underlined text</u>


strikethrough

  • -strikethrough text-
  • <del>strikethrough text</del>
  • <strike>strikethrough text</strike>


increase font size

  • ++bigger font++
  • <big>bigger font</big>


decrease font size

  • --smaller font--
  • <small>smaller font</small>

Links

Raw URLs are automatically converted to clickable links.

Example: http://downtowntoledo.org
Produces: http://downtowntoledo.org


To create a link with your own supplied text, do one of the following:

Textile markup: surround link text with double quotes, then use colon punctuation mark after second double quote, followed by the URL.

Example: "Food for Thought":http://feedtoledo.org
Produces: Food for Thought


HTML markup:

Example: <a href="http://duckduckgo.com">DuckDuckGo Search Engine</a>
Produces: DuckDuckGo Search Engine

Images

To embed an image, do one of the following:

Textile markup: surround URL to image with exclamation points.

Example:
!http://farm2.static.flickr.com/1258/752540268_5939424ca4_m.jpg!

Produces:


The HTML markup for the same image would be:
<img src="http://farm2.static.flickr.com/1258/752540268_5939424ca4_m.jpg">

Note: the URL for the image will probably end with a .jpg, .gif, or .png.

Embedding Videos

A part of the URL that points to the video is placed after the appropriate Toledo Talk command.

YouTube

Example video:
The Fibonacci in Lateralus
http://www.youtube.com/watch?v=wS7CZIJVxFY

Toledo Talk markup to embed the above video:

Produces:

Kickstarter

Example video:
https://www.kickstarter.com/projects/lanceroper/actual-coffee-a-toledo-coffee-roaster

Toledo Talk markup to embed the above video:

Produces:

Vimeo

Example video:
Over the Rainbow - Israel "IZ" Kamakawiwo'ole
http://vimeo.com/8578344

Toledo Talk markup to embed the above video:

Produces:

Facebook

Example video from the Metroparks of the Toledo Facebook page:
https://www.facebook.com/photo.php?v=10152082303963043&set=vb.89601233042&type=3&theater

Toledo Talk markup to embed the above video:

Produces:

Blockquotes

To indent a block of text, do the one of the following:

Textile example:

bq. This block of text will be indented. This Textile command only works for one paragraph at a time. If you want to indent multiple, consecutive paragraphs, then put the bq. command at the start of each paragraph. At least one space must follow the bq. command.

Produces:

This block of text will be indented. This Textile command only works for one paragraph at a time. If you want to indent multiple, consecutive paragraphs, then put the bq. command at the start of each paragraph. At least one space must follow the bq. command.


HTML example:

<blockquote>
You can surround one or multiple paragraphs with this HTML tag.

Here's another paragraph.

And a third paragraph.
</blockquote>

Produces:

You can surround one or multiple paragraphs with this HTML tag.

Here's another paragraph.

And a third paragraph.

Bullet Point List

Start a new line with an asterisk, followed by at least one space, then your list item.

Example:

* line item one
* line item two
* line item three

Produces:

  • line item one
  • line item two
  • line item three


You can also nest list items.

Example:

* line item one
* line item two
** line item two-A
** line item two-B
*** line item two-B-1
** line item two-C
* line item three

Produces:

  • line item one
  • line item two
    • line item two-A
    • line item two-B
      • line item two-B-1
    • line item two-C
  • line item three

Numbered List

Start a new line with a pound sign, followed by at least one space, then your numbered list item.

Example:

# Seattle Seahawks
# Denver Broncos
# San Francisco 49ers
# New England Patriots
# Detroit Lions
# Cleveland Browns

Produces:

  1. Seattle Seahawks
  2. Denver Broncos
  3. San Francisco 49ers
  4. New England Patriots
  5. Detroit Lions
  6. Cleveland Browns

Headers

Start these commands at the beginning of a line with at least one space between the command and the heading text.

The font size decreases as the heading number type increases.

Example code followed by what's produced:

h1. Heading one line

h2. Heading two line

h3. Heading three line

h4. Heading four line

Heading one line

Heading two line

Heading three line

Heading four line

Additional Formatting Commands

To highlight or quote text from another source, surround it with the opening and closing 'q' tags: q. and q.. Both must start at the beginning of the line.

Example:

q.
Here is some text being quoted from another article. Instead of using italics or double quotes, leave the text as is but surround it with the open and closing 'q' tags. This highlighted text will be indented a little and will have a light blue background.
q..

Produces:

Here is some text being quoted from another article. Instead of using italics or double quotes, leave the text as is but surround it with the open and closing 'q' tags. This highlighted text will be indented a little and will have a light blue background.


br. To add a blank line, start this command at the beginning of the line. It can precede text separated by at least one space, or it can be on its own line. To add consecutive blank lines, use the command that many times, each time on its own line.


hr. Will add a horizontal rule or a long thin line that stretches across the page. Command must start at the beginning of a line.

Example:

hr.

Produces:



Etc.

#markup - #textile

From JR's : articles
965 words - 6451 chars - 5 min read
created on
updated on - #
source - versions

Related articles
Markup Languages - Textile and Markdown - May 15, 2014
Textile shortcuts - Dec 10, 2013
Markdown Wars - September 2014 - Sep 09, 2014
Testing fenced code block commands - Sep 23, 2014
Testing Textile definition lists - Aug 09, 2013



A     A     A     A     A

© 2013-2017 JotHut - Online notebook

current date: Apr 27, 2024 - 1:55 a.m. EDT