Re: Problem with Fck editor......

236 views
Skip to first unread message

Eric Shulman

unread,
Jan 19, 2013, 5:25:36 AM1/19/13
to TiddlyWiki
On Jan 18, 10:41 pm, saritha chakilala <saritha.chakilal...@gmail.com>
wrote:
> 1. I was integrated fck editor into app, its working fine.
> 2. the ouput of fck editor saving in html format in database(MYSQL)
> 3. When i try to display that data in pdf format or in show page it is
> displaying in html format but not like plain text.

Is this a TiddlyWiki-related question? or just an FCK-related
question?

-e

Arc Acorn

unread,
Feb 1, 2013, 3:46:16 AM2/1/13
to tiddl...@googlegroups.com
Hi Laali 

The FCKeditor plugin still dose work with Tw2.7.0

However if you followed the link in the instructions you probably downloaded CKeditor and not FCKeditor which is why it's not working.
You can however still find copies of FCKeditor on the projects SF pages here is a link to the newest one:
http://sourceforge.net/projects/fckeditor/files/FCKeditor/2.6.9/

On Thursday, January 31, 2013 3:12:27 PM UTC-8, laali wrote:

Eric,

Is there anyway to get FCKEditor working in TW 2.7.0
I tried instructions in Visual TW but didnot work.
The wysiwyg button was displayed but when clicked the GUI was not displayed.

Thanks

Laali

On Saturday, January 19, 2013 12:41:25 AM UTC-6, saritha chakilala wrote:
hi,

1. I was integrated fck editor into app, its working fine.
2. the ouput of fck editor saving in html format in database(MYSQL) 
3. When i try to display that data in pdf format or in show page it is displaying in html format but not like plain text.

thank u in advance.......

laali

unread,
Feb 1, 2013, 11:59:28 AM2/1/13
to tiddl...@googlegroups.com

Hi Arc,

Thanks so much for the link. However the editor works only on some tiddlers and not on others.
I am new to TW therefore I do not understand why this is happening.
For example I have a 'welcome' tiddler and it works there. But when I created a 'new tiddler' it does not work.
I also have Eric's QuickEdit plugin installed as well. Donot know whether it conflicts with FCKeditor functions.

Another problem is when the wysiwyg editor is working, and I try to insert an image, there is no way to browse the file.
If I type the path in the url box it works. But I would like to have a file browser function working.

I have uploaded a striped down version of my TW at http://dl.dropbox.com/u/60395372/TW_sample/sample-1.html
You can download the files from http://dl.dropbox.com/u/60395372/TW_sample.zip

Thanks in advance.

Laali

Arc Acorn

unread,
Feb 1, 2013, 3:54:17 PM2/1/13
to tiddl...@googlegroups.com
A pre-note: 
The Tw you posted seemed to be being broken by:
ConfigTweaks 
&
zzTweaks 

Before I could actually edit or test anything I had to manually delete both of them in a text editor, perhaps someone else here can shed more light onto why they are breaking the normal edit functions.

As for why you are having issues with FCKeditor it's because you are using tiddler names with spaces.
The FCK plugin doesn't like spaces " " or Under-scrolls "_" in titles.

Example:
Subitem1 - Works
SubItem1 - Works
Sub.Item.1 - Works
Sub-item-1 - Works
Subitem1!"#$%&'(*)+/®¬«ª¨§¦»»¾¿Ä¶·£≈∩Ω™█♂ - works

However
Sub Item 1 - Wont work
Sub_Item_1 - Wont work

Now if you are dead set on spaces you can use the no break space " " Alt+0160 you can also find it in the character map by the tilde~ (in windows), and it also works with the FCK plugin.

Arc Acorn

unread,
Feb 1, 2013, 4:00:16 PM2/1/13
to tiddl...@googlegroups.com
Forgot about the file browser part of the question. 
To my knowledge there isn't a known way to use it, since it's made to interact with a server well Tw is running as a local file with no server behind it.

laali

unread,
Feb 2, 2013, 1:52:46 PM2/2/13
to tiddl...@googlegroups.com
Hi Arc,

Thanks for the reply. Removing ConfigTweaks and zzTweaks solved the problems I was having. Except for browser function I have everything I need.
Would the FileDropPlugin from Eric work as a substitute?

Best,
Laali

Arc Acorn

unread,
Feb 2, 2013, 4:29:34 PM2/2/13
to tiddl...@googlegroups.com
Kind of, but probably not.

The FileDrop plug-in allows you to drag stuff straight from your computer explore and drop it on the tiddler viewing area where it'll then either embed a copy in it's own tiddler or simply generate a link in it's own tiddler (Depending on your settings.)
Either way you still then have to copy and past that link/embed-link code into other things.

Example:
I drop the file scootaloo_skateboard.png onto Tw It makes me a new tiddler:
Title: scootaloo_skateboard.png
Body: Contains a preview of the image and the links to use else where.  
Embedded: [img[scootaloo_skateboard.png]]
External: img/scootaloo_skateboard.png (** Relative though you can change that if needed.** )

From there I can select the link code I want and copy/past it into where I want it.

I like using it for embedding images into a wiki file when I want it to stay single file portable.
It is however a good idea to stay aware of your file size, it takes a long time for 400MB html file to load :D

In the end, I can't say as I would see any real benefit of trying to use the file drop plug-in as a replacement for the FCKs file browser. 

laali

unread,
Feb 3, 2013, 12:50:49 AM2/3/13
to tiddl...@googlegroups.com
Arc,

Thanks for the reply. I wanted to try FileDropPlugin since it enables me to embed an image file.
I tried to test FileDrop plugin in a fresh TW 2.7.
When I drop a png file to TW page, it opens in the browser replacing the TW page.
A new tiddler is not created.

Only plugins installed are FileDropPlugin AttachFilePlugin AttachFilePluginFormatters AttachFileMIMETypes.

Could you tell me what I am doing wrong?

Thanks again

Laalitha

Arc Acorn

unread,
Feb 3, 2013, 1:39:42 AM2/3/13
to tiddl...@googlegroups.com
Someone else on the board may be able to clear this up better, since I use a slightly modified Firefox 18.0.1 
Digressing:
I vaguely recall reading in a couple different places that people have been having issues with the filedrop plugin on modern browsers, and the general approach seems to be to simply use an older version of a portable firefox for Tw.

My testing with a known working filedrop Tw seemed to yield:
Opera 12.12 didn't work
Maxthon 4 didn't work
Chrome 23 didn't work
A Normal Firefox 18.0.1 didn't work
A Normal Firefox testing 19 didn't work

Grabbing an old FF14 portable from here:

Worked after it gave a security warning and I hit allow.


^^; So it doesn't seem that it is working in normal secure setups for any major/modern browser...

laali

unread,
Feb 3, 2013, 3:16:14 PM2/3/13
to tiddl...@googlegroups.com
Arc,

Thanks for the reply.
I think using an older browser is not going to work.
I found EasyEdit plugin of Visual TW to be much simpler to install, but still requires you to enter image path.
Also Eric's QuickEdit plugin is good since it preserves original TW coding and not html.

Anyway thanks for all your help. For now I am satisfied with the functionality I have on my TW

Laali
Reply all
Reply to author
Forward
0 new messages