Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
WYSIWYG editor
No, I’m not looking for one, I am hereby announcing my WYSIWYG plugin
Updated to version 0.4
It’s a first release, please try it and let me know of any problems you have.
The plugin uses TinyMCE and is based on a WordPress plugin. If you need informations on configuring TinyMCE to add more buttons/functions, please refer to its own site.
Enjoy,
Michele
Last edited by micampe (2005-04-06 17:42:14)
Offline
#2 2005-03-28 06:00:15
- icubyx
- Member
- From: India
- Registered: 2004-12-16
- Posts: 21
Re: WYSIWYG editor
I haven’t downloaded or installed it yet, but…..YOOHOO…its finally there! :)
only change is constant
Offline
#3 2005-03-28 07:56:20
- arpan
- Member
- Registered: 2004-12-02
- Posts: 25
Re: WYSIWYG editor
This looks interesting.
Although I’m not planning to personally use it, it may come in useful if a client refuses/or is unable to use Textile.
Offline
#4 2005-03-28 08:41:09
- jpdupont
- Member
- Registered: 2004-10-01
- Posts: 752
Re: WYSIWYG editor
Interesting …
I just try it … without success, on an empty RC3 installation (with last week source code).
In the page code source, I see the tinyMCE script call, but nothing in the textarea.
Offline
#5 2005-03-28 08:43:49
- lee
- Member
- From: Normandy, France
- Registered: 2004-06-17
- Posts: 831
Re: WYSIWYG editor
Any chance you could make it so TinyMCE live in it’s own folder of the root and not in the textpattern folder. Being in the textpttern folder makes upgrading textpattern messy.
Thanks
Lee
Offline
#6 2005-03-28 09:30:09
- marios
- Archived Plugin Author
- Registered: 2005-03-12
- Posts: 1,253
Re: WYSIWYG editor
> jpdupont wrote:
> Interesting …
I just try it … without success, on an empty RC3 installation (with last week source code).
In the page code source, I see the tinyMCE script call, but nothing in the textarea.
Same here,on RC1,this thing ain’t workin(Firefox here).
Thought to give it a try for some pontential windows spoiled future custumers.
May be need’s some work (after fridays,I mean Saterday’s &Sundays?)
⌃ ⇧ < ⎋ ⌃ ⇧ >
Offline
Re: WYSIWYG editor
In the plugin i had to change the src for the <script>‘s a bit, because my site don’t lie in the webroot, so its accesed by http://domain.tld/sub/ – therefore i had to ad /sub/ .. i think theres some global txp variable for that .. :)
But thanks.
Offline
Re: WYSIWYG editor
Works like a charm, after I changed the src for the javasrcripts in the plugin code.
Although I had some problems with it not closing some of the tags. But that could just as easily be my clumsy fingers talking.
Offline
#9 2005-03-28 14:58:40
- MattH
- Member
- From: Ann Arbor, MI
- Registered: 2004-10-17
- Posts: 30
Re: WYSIWYG editor
Will this work in RC1?
/newb
Last edited by MattH (2005-03-28 14:58:50)
Offline
Re: WYSIWYG editor
Played around with this and couldn’t get it working. NOTHING happens to the textarea box. I may play around with it later when I get a moment and see if I can get it working.
Offline
Re: WYSIWYG editor
> MattH wrote:
> Will this work in RC1?
No, it uses RC3 admin-side plugin code.
Offline
Re: WYSIWYG editor
This is an admin plugin, so you need a recent TXP. RC1 won’t work and neither the original RC3. You need at least r198 or something like that.
I just uploaded an updated version that automatically disables Textile in the article’s body and doesn’t use absolute URLs and should work in a subdirectory, like harryv’s site.
arpan, I’m not going to use it for myself either :)
jpdupont, are you sure you unzipped tinymce in the correct folder? It should be in /textpattern/tinymce if this is the case, you might want to check Firefox’s Javascript Console for errors
Lee, I actually had it outside TXP’s folder and moved it inside because I tought it might conflict with other TinyMCE installations. You just need to copy a directory from your old installation after all ;)
ArbinShire, make sure you have a suitable TXP release and check if two <script> lines linking to the tinymce directory are added in the article editing admin page.
Offline