blogapi's (correct) implementation of the XMLRPC api breaks upon encountering the hex001 tags, textile.module wraps around the textile version tag on top of each posting. This problem is easily solved (and makes textile more easily editable outside the Drupal web interface) by replacing the hex001 with something printable. Since it is highly unlikely anyone will ever use [[ and ]] around the word textile, I chose this.
This small patch makes textile usable and selectable in external XMLRPC based editors, such as ecto or w.bloggar.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | textile.module_0.patch | 1.27 KB | jluster |
| textile.module.patch | 1.27 KB | jluster |
Comments
Comment #1
jluster commentedI am an idiot. Patch is wrong way round :) Here's the correct one.
Comment #2
jhriggs commentedThis is fixed in the latest release of Textile for 4.4 which no longer uses "invisible" tags to identify Textile input. Textile use is now indicated by the use of [textile] and (optional) [/textile] tags in the node body. This also allows Textile to be used for comments. (DRUPAL-4-4 and HEAD 2.0/2004052400)
Comment #3
(not verified) commented