3 of 7
3
Textile Editor Helper (TEH) extension
Posted: 25 February 2008 10:09 AM   [ Ignore ]   [ # 37 ]  
Lab Technician
Avatar
RankRankRankRank
Total Posts:  1735
Joined  03-26-2006
Simon Clayson - 24 February 2008 06:13 AM

Frustrating that it’s not in the add-on library, I would have found it much much quicker.

I think you’d be utterly shocked at how many things aren’t in the add-on library. That is actually one of the last places I look for add-ons.

 Signature 

ryan masuga
—————
Masuga Design | Member, EE Pro Network
My EE Add-Ons | {devot:ee}
Twitter: masuga | masugadesign | devot_ee

Profile
 
 
Posted: 02 March 2008 04:06 AM   [ Ignore ]   [ # 38 ]  
Grad Student
Rank
Total Posts:  55
Joined  07-06-2007

This plugin looks great and I would love to use it, however, I am having trouble getting it to show up.

I’ve tried it on 1.6.1 and 1.6.2 and in both cases it does not show up, no matter if I use normal field names ({body}, {summary} etc) or custom ones and unlike another poster here, it does not even show up for published articles.

I triple-checked the paths to the various folders and they all return the expected files. I also did a check of the source of the publish / edit section and it does not contain ANY links to the javascripts used by the editor, even though the extension is enabled.

any thoughts?

Profile
 
 
Posted: 03 March 2008 01:56 AM   [ Ignore ]   [ # 39 ]  
Grad Student
Avatar
Rank
Total Posts:  87
Joined  12-24-2005

Try going to the custom fields section:

CP Home ›  Admin ›  Weblog Administration ›  Field Groups ›  Custom Fields

Check under Edit List under the “Default Text Formatting for This Field” bit, and you should find a Textile option…

 Signature 

http://www.simonclayson.co.uk

Profile
 
 
Posted: 03 March 2008 04:54 AM   [ Ignore ]   [ # 40 ]  
Grad Student
Rank
Total Posts:  55
Joined  07-06-2007

I attached a screenshot of the area I suppose you were talking about.

FWIW, I am using Publish Page Improvements (v.2.0.0) , but even with them disabled, I do not get the TEH.

any more thoughts?

Image Attachments
textilehelper.png
Click thumbnail to see full-size image
Profile
 
 
Posted: 03 March 2008 04:56 AM   [ Ignore ]   [ # 41 ]  
Grad Student
Avatar
Rank
Total Posts:  87
Joined  12-24-2005

Not under “Edit List”?

 Signature 

http://www.simonclayson.co.uk

Profile
 
 
Posted: 03 March 2008 04:58 AM   [ Ignore ]   [ # 42 ]  
Grad Student
Rank
Total Posts:  55
Joined  07-06-2007

ah! Found it, apologies for the confusion. It is still early around here.

[edit] working as expected! I might even have a shot at extending this.

Profile
 
 
Posted: 24 March 2008 09:43 AM   [ Ignore ]   [ # 43 ]  
Lab Assistant
Avatar
RankRank
Total Posts:  109
Joined  11-16-2007

I’d highly recommend adding “check path settings” as one of the instruction items in the readme file! I spend a while trying to figure out why things weren’t working, then I read on down this page and saw some other folks with the same issue.

This is a super useful extension, thanks so much!

-dave

Profile
 
 
Posted: 15 April 2008 06:41 PM   [ Ignore ]   [ # 44 ]  
Grad Student
Avatar
Rank
Total Posts:  84
Joined  03-21-2006

Just a quick note to say thanks to lavalamp for his work on this extension. After much procrastinating, I sat down to write something similar, and began by searching the forums for advice and ideas.

Having done similar searches on several occasions previously, I was very surprised to uncover this gem. The ways things are going it may soon find a home in my list of “must install” extensions for every project. Congratulations on a job very well done.

Cheers,
Stephen

 Signature 

Stephen Lewis
Experience Internet—Award-winning web design, web development and internet marketing services, with a 110% money-back guarantee.

Profile
 
 
Posted: 01 May 2008 05:27 AM   [ Ignore ]   [ # 45 ]  
Summer Student
Total Posts:  19
Joined  04-23-2006

Thanks for the extension!
Textile works for entries so far ... though no Buttons for formatting text with textile show up.
What am i doing wrong? Do i have to switch on a textile formatting button bar somewhere?
Thanx for help in advance…

(i am an EE newbie)

Profile
 
 
Posted: 08 May 2008 06:05 PM   [ Ignore ]   [ # 46 ]  
Lab Assistant
Avatar
RankRank
Total Posts:  236
Joined  01-18-2006

Here’s a weird bug: If I go to edit an entry through the Edit tab, everything works fine. If I try to edit a page (created through EE’s Pages module) and go to the edit screen via the Pages module, TEH doesn’t load in the text areas.

 Signature 

Eric Barstad
Shadow Box Creative Media Ltd.

EE Pro Network

Profile
 
 
Posted: 20 May 2008 10:09 PM   [ Ignore ]   [ # 47 ]  
Lab Technician
Avatar
RankRankRankRank
Total Posts:  1735
Joined  03-26-2006

This Extension hoses Brandon Kelly’s “Playa” (and possibly other extensions that are putting JS in the header). I’ve been trying to fix this all night. Wondering if there is some sort of conflict in the JS in the header and the Playa JS?

It’s unfortunate that this one uses Proyotype. Anyone think they can convert this to a jQuery version?

EDIT: Better yet, has anyone seen markitup? Wonder how difficult that would be to implement as a custom field?

 Signature 

ryan masuga
—————
Masuga Design | Member, EE Pro Network
My EE Add-Ons | {devot:ee}
Twitter: masuga | masugadesign | devot_ee

Profile
 
 
Posted: 21 May 2008 02:04 AM   [ Ignore ]   [ # 48 ]  
Research Scientist
Avatar
RankRankRankRankRankRank
Total Posts:  6598
Joined  04-15-2006

Hi Ryan,

Not entirely certain what the problem is there but you may try adding in the no conflict script for jQuery and see if that works. I recently had problems with getting a script to work as I had both jQuery and Prototype enabled on a page and so added :

<sc*ipt type="text/javas*ipt">
var
$j = jQuery.noConflict();
</
sc*ipt>

to the page and it all worked out fine. Perhaps check out this page here and see if that helps at all. Not sure if that is what you are experiencing or not but I don’t suppose it would hurt to try. Admittedly any jQuery calls will in any of the jQuery scripts for that page / template that you are using them on will need to have the $j in them instead of just $ but you never know?

Best wishes,

Mark

 Signature 

Full List Of Plugins Here!! (16)
 
Retrieve Statuses
Maximum Posts Reached
Neat Link
Redirect
Fetch URI

Profile
 
 
Posted: 21 May 2008 05:38 AM   [ Ignore ]   [ # 49 ]  
Lab Technician
Avatar
RankRankRankRank
Total Posts:  1735
Joined  03-26-2006

I don’t think jQuery is involved here…um, anywhere. Have you read this thread or are you just boosting your post count again, you naughty monkey!?

 Signature 

ryan masuga
—————
Masuga Design | Member, EE Pro Network
My EE Add-Ons | {devot:ee}
Twitter: masuga | masugadesign | devot_ee

Profile
 
 
Posted: 21 May 2008 06:01 AM   [ Ignore ]   [ # 50 ]  
Research Scientist
Avatar
RankRankRankRankRankRank
Total Posts:  6598
Joined  04-15-2006
mdesign - 21 May 2008 05:38 AM

I don’t think jQuery is involved here…um, amywhere. Have you read this thread or are you just boosting your post count again, you naughty monkey!?

How dare you suggest such a thing. If I was just boosting post count then I wouldn’t have posted some technical jargon and gone looking over the net for it!

I feel deeply hurt by that wink Going to sulk in the corner for a bit now!! grin

Actually I got confused as I thought that Playa used jQuery from reading what you had put above. You asked if anyone could convert something to jQuery and not have it as Prototype and as I had this same problem myself (jQuery & Prototype working together and causing problems) just thought I would post what might be a fix.

Now I’m going to go off and sulk!! grin

Posts + 2 now though instead of 1 because of what you said wink grin wink

Best wishes,

Mark

 Signature 

Full List Of Plugins Here!! (16)
 
Retrieve Statuses
Maximum Posts Reached
Neat Link
Redirect
Fetch URI

Profile
 
 
Posted: 21 May 2008 07:11 AM   [ Ignore ]   [ # 51 ]  
Lab Technician
Avatar
RankRankRankRank
Total Posts:  1735
Joined  03-26-2006

For the record, I just whipped together an Extension for a Markitup custom field...and Playa and Markitup both play very nice together. Seems that Markitup is playing nice with everything so far, actually.

It isn’t ready for prime time, but it’s working quite well. If anyone is interested, and I can polish it a bit, I may release it.

 Signature 

ryan masuga
—————
Masuga Design | Member, EE Pro Network
My EE Add-Ons | {devot:ee}
Twitter: masuga | masugadesign | devot_ee

Profile
 
 
Posted: 21 May 2008 07:29 AM   [ Ignore ]   [ # 52 ]  
Research Scientist
Avatar
RankRankRankRankRankRank
Total Posts:  6598
Joined  04-15-2006
mdesign - 21 May 2008 07:11 AM

For the record, I just whipped together an Extension for a Markitup custom field...and Playa and Markitup both play very nice together. Seems that Markitup is playing nice with everything so far, actually.

It isn’t ready for prime time, but it’s working quite well. If anyone is interested, and I can polish it a bit, I may release it.

Yep! Interested. Polish it. Release it and I’ll take it!! Markitup does look very nice.

Will make up for what you said about me earlier wink !!

Still getting over that one grin

Best wishes,

Mark

 Signature 

Full List Of Plugins Here!! (16)
 
Retrieve Statuses
Maximum Posts Reached
Neat Link
Redirect
Fetch URI

Profile
 
 
Posted: 21 May 2008 08:56 AM   [ Ignore ]   [ # 53 ]  
Lab Technician
Avatar
RankRankRankRank
Total Posts:  1735
Joined  03-26-2006

I might try to release a super simple version, just so it’s out there. It would be nice to incorporate per-field settings (like, default for one field, textile for another, etc). Attached is a screenshot of the field in action.

This might make for a nice alternative to TEH.

Image Attachments
markitup.jpg
Click thumbnail to see full-size image
 Signature 

ryan masuga
—————
Masuga Design | Member, EE Pro Network
My EE Add-Ons | {devot:ee}
Twitter: masuga | masugadesign | devot_ee

Profile
 
 
Posted: 21 May 2008 09:24 AM   [ Ignore ]   [ # 54 ]  
Research Scientist
Avatar
RankRankRankRankRankRank
Total Posts:  6598
Joined  04-15-2006
mdesign - 21 May 2008 08:56 AM

I might try to release a super simple version, just so it’s out there. It would be nice to incorporate per-field settings (like, default for one field, textile for another, etc). Attached is a screenshot of the field in action.

This might make for a nice alternative to TEH.

Now that’s just naughty posting an image preview but no extension download!! wink

I think from what I have seen from Markitup it seems as though you can make it spit out the code you want as opposed to the bloat that other Text Editors seem to do which in my mind makes it the best yet for this kind of thing.

Looking forward to perhaps a look at the extension! wink

Best wishes,

Mark

 Signature 

Full List Of Plugins Here!! (16)
 
Retrieve Statuses
Maximum Posts Reached
Neat Link
Redirect
Fetch URI

Profile
 
 
   
3 of 7
3
 
Post Marker Legend
New Topic New posts Hot Topic Hot Topic with new posts New Poll New Poll Moved Topic Moved Topic Sticky Topic Sticky topic
Old Topic No new posts Hot Old Topic Hot Topic with no new posts Old Poll Old Poll Closed Topic Closed Topic Announcement Announcements
Theme
Change Theme
Visitor Statistics
The most visitors ever was 1149, on July 16, 2007 09:33 AM
Total Registered Members: 65056 Total Logged-in Users: 48
Total Topics: 82181 Total Anonymous Users: 26
Total Replies: 441591 Total Guests: 270
Total Posts: 523772    
Members ( View Memberlist )