q2apro

Results 70 issues of q2apro

I somehow don't get it to work. To save bandwidth, I like hashover only to be loaded when the `#comments` div appears on the screen. I am using the [jquery...

question

Chrome latest (93.0.4577.82) under Windows ### Steps to reproduce the problem 1. Code a [custom shortcut](https://www.sceditor.com/api/sceditor/addshortcut/) with: ``` var textarea = $('textarea[name="'+fieldname+'"]')[0]; // shortcut to insert latex inline sceditor.instance(textarea).addShortcut('ctrl+shift+#', function()...

Bug

Here is an example post: ![image](https://user-images.githubusercontent.com/6764548/35562409-efda2c18-05bb-11e8-9866-fd8bac619dc0.png) This line was shown normally in the editor and the word "bekommen" should not be in the second line. The HTML created by SCEditor:...

Minor Bug

An Enhancement idea that would help a lot: 1. User marks a word by mouse or keyboard, 2. then he clicks the code button (or even hits a key combination)...

Enhancement

For each instance of SCEditor I am adding the options for the theme with `default.min.css`. So when there are 3 instances with: ``` sceditor.create(textarea_content, {   plugins: 'dragdrop,plaintext,autosave,undo',   dragdrop: dragdropOptions,   format:...

Enhancement

I always found it overload to have a bunch of smiley graphics coming with sceditor, see `emoticons` folder. Why not use the unicode smileys instead? Here is an interesting list:...

Feature

`x   1` and `x   2` become a whitespace. However, the 2nd text should maintain the `&nbsp`. http://jsfiddle.net/kai_noack/q706w1dx/

My goal is to completely empty the SCeditor instance. But I cannot find any of those functions in the docs! https://www.sceditor.com/api/sceditor/ 1. Can we add such a function? 2. What...

For the mobile menu I need an extra menu item. But not for the desktop view. I am using a workaround, before calling slicknav I add the link, after slicknav...

It would be interesting if somebody has written a converter that reads the disqus XML scheme and arranges the data to the hashover XML. Example Disqus: ``` echteinfachtv http://www.test.com/trigonometrie/ Page...

enhancement
question