Community Page
- HuddledMasses.org/ Jump to website »
-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- Thanks for the plugins Jaykul! I'm using them on my website which I just migrated from textpattern to wordpress and they are working great... There is just one little problem I am having... It...
- I was able to download the wmv-hd and the powerpoint ones. I gathered info from www.microsoftpdc.com but it seems some formats are not available yet.
- Were you able to get anything aside from wmv to work, Joel?
- Hey Jaykul, I've got some experience with this that I'm happy to share. I've used a Tivo (and hacked it to add a larger hard drive), a Comcast DVR, a Windows XP Media Center with an...
- Hey Joel, Ars Technica is also live tweeting the keynotes here: http://twitter.com/arspdc
Huddled Masses
Joel Bennett's development blog...
EDIT I’m inserting an extra paragraph
Just to test if the textile stuff is misbehaving
Because I had an error report.
I’m releasing a new version of the WordPress Textile 2 plugin, as well as my own plugin for doing syntax highlighting with GeSHi. But I feel ... Continue reading »
Just to test if the textile stuff is misbehaving
Because I had an error report.
I’m releasing a new version of the WordPress Textile 2 plugin, as well as my own plugin for doing syntax highlighting with GeSHi. But I feel ... Continue reading »
2 years ago
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.
2 years ago
2 years ago
2 years ago
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
2 years ago
2 years ago
Thanks for a great plugin!
2 years ago
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...
2 years ago
2 years ago
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 :)
2 years ago
2 years ago
2 years ago
2 years ago
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.
2 years ago
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.
2 years ago
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?
2 years ago
1 year ago
1 year ago
# 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.
1 year ago
8 months ago
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 :)