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
...but there are some changes I’d like to make to it to make it work better with MetaNotes.
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.
This feature also interferes w/ the pasting of content from time to time, so it should be eliminated as well.
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.
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:
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.
Login | Create an Account |