My friend is making a CMS and we are looking for a Rich Text Editor which works like wordpress's editor.
We have word documents on us which have some text and images on it and we want to make a cms on which we can just copy paste the word and images and it appears on a custom field on our site.
I looked into various editors but it seems they doesn't copy images..
So is there any way that we can also copy images from clipboard to the site?
Or upload the word file and images and content get converted somehow?
Thanks guys for the help.
Really appricate it.
check this out.! Full featured web editing. Featherweight download.
https://www.tinymce.com/
Related
hi i have a wordpress at lesprenoms.quebec it's listing the name of people with a short description.
if you take a look at this post:
http://lesprenoms.quebec/qeZN30e9
it's a simple div with image as background with text on top and an other image at the bottom what i want is that wordpress generate all the thumbnail i want and also the one for facebook witch is 750*394px crop top when i hit publish or like save the draft and else and that it get update if i change the text on top of the image.
some will tell me to do this trough photoshop and else witch i already did for the 170 other image but i think i can made template, then just upload the image and just add my text that all trough the website without having to fire photoshop witch can be really usefull as if i'm on other computer and else...
so i know there a way to do this in php with maybe imagefttext or something like that. All the thing is wrap in a div so maybe a function that get all the text + image between the first and the last could be really nice and neat.
so if someone can help cause i really need your help guy...
I am really having issue with Conversion of HTML Static Sites to WordPress as images are hosted through HTML SRC Code so after converting it to Wordpress no one is able to see images in Visual Format in Pages during editing so I want to know if there is really any way to convert your whole pages inside images links to media library hosted images so that the person can see the images during editing the page or any alternative solution will be great..!
Image :
In general there's no way to simply paste your code into wordpress and it grab the images for you, unless you're exporting from a previous wordpress installation or something. You'll almost certainly need to import the images maually using the media buttons available in the editor.
There is a plugin that proports to give the option of importing media from static html files, but I have no experience with it.
https://wordpress.org/plugins/import-html-pages/
I am going to use CKEditor to format the text while editing the content of my website. The content is saved into MySQL database, so if I use CKEditor, will the text be saved with its formats (size, color, etc) and displayed with that format in client side?
Yes and no. Not really.
Some information will be saved, yes, but some other will require the CSS of the editor page and the display page to match. They usually do, but not necessarily.
CKeditor offers several ways of customizing the HTML that's being generated. Your best option would be to use CSS classes for SPAN and DIVs, and all other tags you allow in the editor; then, define those in a separated .css file that would be imported by your CKeditor edit page as well as the site at large. This will give you as much WYSIWYG as you're going to get.
(I'll try and whip up an example later when I get access to a CKeditor on my servers; but you can also looks at CKeditor' documentation).
Yes CK editor will save the way you specify. On CK editor you have a source button if you click on it you will get the html source.
I have mini forum site im coding and when users make their profile they get to add a little info about themselves. I want them to be able to make list elements and add images into this description, as well as make /n (drop a line). How can I do this from a simple input text area? is there any jQuery text area plugins someone can recommend.
As it stands I have the users start any list elements (bullet points) with * and then just septate out the lines and stick them in list elements, for images I make them upload the image, they get a ref number and put that in the box between two sets of ++.
This is not very user friendly, anyone have any suggestions or plug-ins i could use to better this?
Sounds like you need a HTML editor such as TinyMCE. This will change a textarea into a HTML editor, which will give your users the ability to format the content with lists and images etc etc.
have a look at the following plugins available for your need. CL Editor, [CK Editor] (http://ckeditor.com/), TinyMCE.
The goal is to have a user paste a URL in textarea, and it outputs not a simple text or URL but displays that image from the URL?
http://www.thecampussocialite.com/wp-content/uploads/South-park-VS.-Family-Guy.jpg
Can this be done? Are there any examples?
The textarea is simply not capable of that.
You need to use a rich text editing control, instead of the basic HTML Text Area tag. Popular options are:
FCKEditor
TinyMCE