Skip to content Skip to sidebar Skip to footer
Showing posts with the label Plugins

Cordova Plugins Not Working When Using Framework7

I am making a Cordova app using Framework7 for iOS/Android. I'm trying to add the social sharin… Read more Cordova Plugins Not Working When Using Framework7

Contenteditable="true": Creating A Syntax Highlighted Input Form

I'm currently fiddling around with contenteditable='true' to create a syntax highlighte… Read more Contenteditable="true": Creating A Syntax Highlighted Input Form

Using Plugins In Chrome Extension

I am making a Chrome extension and want to implement a plugin mark.js (https://markjs.io/) that wou… Read more Using Plugins In Chrome Extension

Jquery-mousewheel Fix Maximum Value

I am using brandonaaron jquery-mousewheel plugin in https://github.com/brandonaaron/jquery-mousewh… Read more Jquery-mousewheel Fix Maximum Value

How To Convert HTML To RTF Using JavaScript

I have an input HTML file with header and footer. It needs to be converted to RTF. The header/foote… Read more How To Convert HTML To RTF Using JavaScript