Questions tagged [wysiwyg]

WYSIWYG (What You See Is What You Get) describes editors for graphical design which commonly do not require knowledge of the code underlying the product. The editor translates the user's edits back into a markup language such as HTML. Examples include Microsoft Visual Studio, Adobe Dreamweaver's design view and many CMS editors.

Description

A WYSIWYG (What You See Is What You Get), is a term to describe an online, desktop, or any mean of editor on any platform with embedded previewing. It includes buttons for text styles such as bold, italic, etc., as well as for inserting elements such as links and tables.

The underlying code is (usually) invisible to the common user. They see only the result in the editor, which works as a preview for the outcome.

Useful Links

2432 questions
0
votes
0 answers

no link change to relative photo change popup

I have set the link change to relative, but after inserting it via an external filemanager, and then opening the photo change popup, the link remains absolute. Only after saving it changes it to relative. strangely, in the code preview, the link is…
tarzinio
  • 11
  • 3
0
votes
0 answers

Ckeditor 5 does not render the good css

i'm using CKEditor 5 in a form to wright articles for a website form a backoffice. The editor allow me to put imgs in float when i'm editing but once it's rendered, the img are in verticle align: middle which is not really visually satisfying for an…
Sam
  • 1
0
votes
0 answers

add simplemde WYSIWYG to node js

I'm trying add a markdown editor to my nodejs express code and display the content of it in another page. I'm pretty new to this and can't figure out what I'm missing. I'm using EJS as my view engine. I have already added the simpleMDN WYSIWYG…
Samuu
  • 17
  • 5
0
votes
1 answer

CKEditor image properties not saving

I am using the latest version of CKEditor, 3.6.2, combined with FCK's filemanager - followed a tutorial that I found here - http://www.mixedwaves.com/2010/02/integrating-fckeditor-filemanager-in-ckeditor/ Everything seems to be working correctly,…
Tom
  • 721
  • 3
  • 11
  • 28
0
votes
0 answers

how to input unicode character via summernote into database

i try to input unicode character like " សួស្តី " into database via summernote but in database it display ??? instead of the unicode caracter, in database colliation i use latin_general_bin2 since the before i use summernote it could display unicode…
Slack_ny
  • 39
  • 1
  • 4
0
votes
1 answer

Get data from froala editor

Dont understand how get data from this editor. I read ofical documentation, but there they create new instance. I want send data from editor to my server. How i can do this. I still use Vue CDN.
bleb
  • 15
  • 3
0
votes
0 answers

How to store/sanitize HTML from a WYSIWYG (TinyMCE) for storage in MongoDB

I am using MongoDB for a project. I am thinking about incorporating TinyMCE into the site for some text content. I know that I can just store the resulting HTML in MongoDB as a string. However, I am not certain about how to ensure that I do that…
Lee Morgan
  • 550
  • 1
  • 6
  • 26
0
votes
1 answer

HTML convert to PDF not wysiwyg in Django

I'm trying to convert HTML to PDF using xhtml2pdf in django. I use ckeditor to input and in HTML it's look wysiwyg like this. But after i convert to PDF, it looks like this. Why in PDF is not same like in HTML ?
ad1
  • 43
  • 5
0
votes
2 answers

Web design software for non-designers

I'm a system programming geek. My drawing and design skills are very limited and I barely know how to use Photoshop. Currently, web development software only offers separate options for coders (non-visual) and designers (visual). But I'm trying to…
SharpAffair
  • 5,558
  • 13
  • 78
  • 158
0
votes
0 answers

How to update DOM element in Froala editor while authoring editor content during RTC session

we are using the Froala version v4.0.15. When codox is enabled at that time we are unable to change/update the dom element within froala editor. Is there any methods/api of froala using which we can manipulate the element outside from the editor…
0
votes
1 answer

Detecting and manipulating CKEditor areas

I need to write a javascript function that can look at the WYSIWYG on the page (CKEditor) that is rendered after the page loads with the Drupal WYSIWYG module. I am having difficulty using jQuery even finding the…
Kevin
  • 13,153
  • 11
  • 60
  • 87
0
votes
1 answer

How to render dynamic in react-draft-wysiwyg
I am trying to render dynamic html content coming from server side, in react-draft-wysiwyg which has
tag too. I tried so many things, here is my code, if you could help me please. I tried some other text editors too, but that to behaving…
0
votes
0 answers

Override button template in CKEditor 5

We are trying to use CKEditor with our own buttons, which are coming from a web component based design system. Is it possible to change the template of the buttons generated by CKEditor, so changing the implementation of the button view? The change…
Fynn
  • 4,753
  • 3
  • 32
  • 69
0
votes
1 answer

tinyMCE 6 insert link to server side content

I'm upgrading an old internal system used in my academic department. The page that I'm rewriting allows users to modify webpages containing information and content relevant to a course. The old system is using cleditor which I am replacing with the…
0
votes
0 answers

Quill not showing text inside divs

I'm using Quill as an editor where a user can paste in content from websites, emails etc. The HTML from the content is saved to my SQL database from the quill.root.innerHTML. I'm initiliasing Quill with var quill = new Quill('#quill_div', { …
amd_123
  • 41
  • 3
1 2 3
99
100