Thomas Yuill

Results 8 comments of Thomas Yuill

+1 You need to rebuild your latest, and tag 1.3.1. Your old code doesn't not support certain config params while your newest should support anything. Thanks for creating this!

+1 I still need to manually update the bower install to allow full access to the cal-heatmap configuration properties

I can confirm this is still an issue. Right clicking on a file and selecting duplicate does nothing. Restarting VS Code doesn't fix the problem and nothing is reported to...

also tried uninstalling and reinstalling the plugin. I'm perplexes because this plugin always worked for me before. Seemed to stop about a week or 2 ago, not sure. I started...

``` function stripHTML ( htmlString ) { const tmp = document.createElement('div'); tmp.innerHTML = htmlString; return tmp.textContent; } ```

@SilvioMessi, because you are changing the content the caret position is being reset. To combat this you need to measure, and then save the current caret position and then restore...

@sharpensteel, this is in congruence with the method name, stripHTML. It strips out any markup, including line breaks defined with markup.