imerkle
imerkle
For example if I'm doing ```javascript const mycolor = '#f00'; console.log(mycolor); // this should be red. ``` or ```javascript const obj = { mycolor : '#f00' } console.log(obj.mycolor) //this should...
I want the effect like on codepen. im using the gist cdn. i not getting a cursor resize on sides/corners.
I would like to destroy the functionality without removing the element. Like a toggle functionality. How to destroy the Dragging event ?
Im not able to hide below the cell ? those green safe circles ? im passing over them not under .
where X = 2 or 1 or 3 etc its happening when im doing `watch` ```` spawn(c, (error, stdout, stderr) => { ... data.push({percent: .....}) donut.setData(data); screen.render(); }); ```
It would be great to have quickfix suggestions for importing modules.
Im doing `wdtEmojiBundle.init('.txt1'); wdtEmojiBundle.init('.txt2');` ` When clicking the emoticon on .txt2 it shows the error Cannot read property 'getAttribute' of null Is there any way to apply emoticon on multiple...
It would be awesome if this https://github.com/mervick/emojionearea is implemented but unlike this plugin the original classnames/attributes of the inpu text should be kept.
Since you said the editor is based on data and not dom i thought how will i able to change the size ( font, image/embed size etc ) without changing...
In the original medium editor people can highlight some text which is very useful. So it would be awesome to add that feature. moreover i was thinking to it would...