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

TinyMCE and Prism code highlighter wraps all code in one line

I am using tinymce editor with laravel to publish articles in my website. I used tinymce codesample plugin and prismjs to highlight code of my articles. the code is highlighted properly but the problem is all codes inside the pre tags are wrapped…
0
votes
0 answers

How do i get tinymce to work in a livewire dialog modal

My issue, I have a modal form that shows when a button is clicked. The modal is showing but the description field is not rendering the tinymce editor. I have simplified my initial design down to a simple livewire component:
ThurstonLevi
  • 664
  • 13
  • 34
0
votes
1 answer

Trying to make WYSIWYG on my page

Being unlucky with this: A WYSIWYG Where it's possible to limit the text/height What should I do, i would like to have WYSIWYG, but the WYG part, (what you get) is inside a fixed sized box. And the editors out there makes scrollers/expands in…
Karem
  • 17,615
  • 72
  • 178
  • 278
0
votes
2 answers

A WYSIWYG Where it's possible to limit the text/height

Ok, so I tried out tinyMCE. After no luck and a lot of research on how to limit the editors content, I'm looking for other alternatives. These are the needs for the WYSIWYG: Able to have these function/buttons: bold,italic,underline,bull list,…
Karem
  • 17,615
  • 72
  • 178
  • 278
0
votes
2 answers

Doc editor in JSP

I'm developing a web application which has the need of a powerful .doc editor. The user has to select a document template (normally a .doc file) filled with placeholders, and through some macros fill the placeholders with the correct values (maybe…
Andrea
  • 336
  • 2
  • 9
  • 32
0
votes
1 answer

Tinymce insert link autocomplete from db

I use the tinymce editor. How can i insert a page link from my db with autocomplete.. I will type a few letters and tinymce editor will filter my database contents. I will choose one and it will automatically create the…
Avadan
  • 5
  • 3
0
votes
1 answer

Issue with WYSIWYG Editor in magento2

Created a custom page from frontend when we toggle the show editor some code are automatically added and the response in backend is also different and for the page there is no issue on frontend we get a proper output as we excepted but on the…
Ajith
  • 55
  • 5
0
votes
0 answers

toastui WYSIWYG editor count empty html,tags .How can i remove empty lines,html tags

example : user click five times enter and result editor.getMarkdown().length = 5 another example: user create empty 5*10 table and send , result editor.getMarkdown().length = 50-60 this code doesn't worked: let mdtext =…
0
votes
0 answers

Ckeditor removing all style attributes. How to resolve inline style for images?

I'm using ckeditor 5 v36.0.1. I need to insert img tag with style attribute. I can't insert an image either in source code mode or programmatically. I tried solutions from the Internet, too, did not work. It is programmaticaly insert const img =…
GMK
  • 31
  • 1
  • 4
0
votes
0 answers

Multiple Summernote with same name

I have a summernote textarea inside a form like this On a button click I need to clone the whole section including this textarea , here is the cloning…
Arsalan Khan
  • 146
  • 8
0
votes
1 answer

I cant get image name to summernote textarea

Hi i read lots of pages here and tried everything but i think i am missing something. The code below uploads file to folder but textarea can't get the file name or something, only uploads. Searched stackoferflow for my same problem, tried all but…
0
votes
0 answers

Tiptap editor underline extension

I use tiptap editor in a react app. The editor's isActive function works correctly when I check for bold or italic
0
votes
0 answers

How to change a couple of words in translation Froala editor?

I need to change a couple of button names in the Froala. For example: Change the text of the number of characters to another I tried to change the text in the "language" file.js, but it doesn't work. Tried to change in the file…
0
votes
0 answers

There is no possibility to move photos within content editing [TinyMCE 6]

There is a problem in firefox. You cannot move the photo to another position. There is no such problem in chrome. Does anyone know why it works like this? Browser: Firefox and Chrome (last update) https://youtu.be/zYNVTK6PPZw
tarzinio
  • 11
  • 3
0
votes
1 answer

Summernote or any other wygiwys in laravel liveware that will show text in textarea :(

I have a question and problem with how to show edited text in WYSIWYG textarea. It didn't show up :( I tried with summernote and ckeditor and always the same, it didn't show up and shows an empty textarea. Idea is to make a "template" editor where…
mrakodol
  • 1,143
  • 3
  • 12
  • 41
1 2 3
99
100