Quick Textile Reference


Textile

A Humane Web Text Generator

what does it do?

Quick block modifiers:
Header: hn.
Blockquote: bq.
Footnote: fnn.
Numeric list: #
Bulleted list: *

Quick phrase modifiers:
_emphasis_
*strong*
??citation??
-deleted text-
+inserted text+
^superscript^
~subscript~
%span%

To apply attributes:
(class)
(#id)
{style}
[language]

To align blocks:
< right
> left
= center
<> justify

To insert a table:
|a|table|row|
|a|table|row|

To insert a link:
"linktext":url

To insert an image:
!imageurl!

To define an acronym:
ABC(Always Be Closing)

To reference a footnote:
[n]

Load sample input text

beppu / 2008-02-14 02:29:45

Textile is nice...

...but there are some changes I’d like to make to it to make it work better with MetaNotes.

beppu / 2008-02-14 02:17:44

Elimination of unformatted text

Whenever a block of text starts with leading spaces, that block gets wrapped in pre tags. This sucks for pasting text from articles, so I’m going to eliminate that feature for MetaNotes.

beppu / 2008-02-14 02:20:18

Elimination of Strikethrough

This feature also interferes w/ the pasting of content from time to time, so it should be eliminated as well.

beppu / 2008-02-14 02:22:18

Preventing raw HTML from getting through.

This is a feature that RedCloth already has. Once I get my changes in place, I’ll be able to put this restriction in place.

beppu / 2008-02-14 02:27:54

Choice of Different Text Processors

Sometimes, I don’t want to use Textile at all. I’d like to eventually let people pick what format they want their notes to be in on a note-by-note basis. The choices will probably be:

  • modified textile
  • bbcode
  • vim syntax highlighting
  • raw html (for 100% trusted people only)

beppu / 2008-02-14 02:30:35

create notes on the fly

Hello, Dominic.

beppu / 2008-02-14 04:05:11

Expanding !URL! to deal w/ more media types

Right now, enclosing a URL between two exclamation points will embed an image.

I want to extend that ability to embed other media types like YouTube videos and Slideshare slides.

beppu / 2008-02-14 02:18:34

Login

  • My Metaspace
  • The Current Page

Create an Account