-
Website
http://HuddledMasses.org/ -
Original page
http://HuddledMasses.org/textilewrapper-20-and-geshiwrapper-14/ -
Subscribe
All Comments -
Community
-
Top Commenters
-
Clint Ecker
1 comment · 5 points
-
avenzke
1 comment · 1 points
-
Euri
1 comment · 4 points
-
Stuart
1 comment · 1 points
-
Luciano Evaristo Guerche
1 comment · 1 points
-
-
Popular Threads
I installed your plugin cause I know texttile from my textpattern times very good. I am using WP 2.0.4 and if I activate the plugin the page goes blank. Other plugins than do misbehave (postie e.g.).
Any idea, do you need more information ?
thx.
Textile has suddenly weirded out on me. I've been happily using it for quite some time and then suddenly the other day all the posts where I'd used it to display images (!imageurl!) just ceased to display. They completely borked my site - not only did the pictures not show, but any entry containing this markup completely failed to display and crashed wordpress. Everything else seems fine. I've upgraded Wordpress and Textile to the latest versions, but the problem persists.
I can't find anybody else who's had this problem. Does it sound familiar at all? My host is adamant that nothing changed on their end, and I certainly didn't change anything. If this mysterious gremlin is just one of those things, can you let me know of a way to convert Textile markup back to HTML? I'm sorry if that's heresy but I'm faced with individually editing every post and adding tags, which I really don't want to do.
I've tried the solution proposed here: http://wordpress.org/support/topic/48699 - but it just didn't work for me. Maybe because some of my early posts use HTML? Anyway, any help appreciated.
Thanks,
Anthony
Thanks for a great plugin!
I am trying to get rid of bugged wysiwig editors and textile seems really interesting.
I have installed your version but unfortunately I have troubles using it :
The h1. doesn't work the text is missing (but h2. to h6. work well)
more annoying, p>. p. doesn't work as signs are translated to html < and > codes, not interpreted by textile...
You are right, I forgotten to disable the rich-text editor (I am a wordpress beginner) and now it works well.
Thank you Joel, I am now discovering textile :)
this is a poem
of the neatest kind
A rhyming couplet
or I lost my mind
you should recognize it
from the way the rhymes
are broken nicely
into separate lines
It seems to work the way I would expect, at least, it does here... Although I broke the lines an extra time, so the poem doesn't make much sense ;) I'm not sure what we're doing differently? One line break is a @
@ tag, and two is a paragraph tag. However, there's no obvious way to add extra whitespace in textile: that is, to, say, double the white-space between two specific paragraphs.
p=. The answer, however
is really quite simple,
hopefully this will
make your cheeks dimple.
p.
p=. If you put the text "p=. "
on a line of it's own
You should get a pair of
empty p-tags all alone.
*Matt*: I think you probably just need to put the --more-- comment on a line by itself (with a blank line before it and after it) to explicitly tell Textile that's what you want. Personally, I like my "more" links at the end of the paragraph, not on their own line.
With the plugin I was using previously, it would automatically convert line breaks I made in the post to break () tags. The plugin (or Wordpress itself) is currently having an issue with this. What is happening is the first "paragraph" (anything I put in prior to having two consecutive line breaks) is being marked up, but it is not automatically creating line breaks in the HTML. As such in posts contain code or poetry, the first "paragraph" looks ridiculous because the line isn't breaking where it should be.
I hope this makes more sense now. It's possible it's just the way the newer version of Wordpress is handling the spacing and nothing to do with the plugin, but if you have any thoughts I would appreciate it.
That's not what's happening,
On this, my site
When you leave line breaks.
It could be a problem related to continuing to use the rich text editor with Textile ... you should input in the plain text editor. Are you having this problem with new posts in the plain text editor, or existing ones which had been created with the rich text editor?
# You can choose the rich text editor
# You can write your posts in HTML markup by hand
# You can write your posts in Textile markup which is translated to HTML by the Textile plugin when a reader requests it.
If you don't want to write in Textile, you can absolutely remove the plugin.
tags whereever there is a linebreak in my writing. This happens where I am using "real" HTML as well as on textile posts...
Is there any way to disable the plugin functionality on certain posts? Or so that it only works where it finds some actual textile formatted content? Moving forward I'll probably be using HTML and wordpresses visual editor for new posts. In some circumstances I need to use HTML anyway (e.g. where I need to pass parameters to a shadowbox popup or embed some code for highlighting).
Thanks,
Kelvin :)