<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Spfx on Thomy Gölles</title><link>https://thomygoelles.com/tags/spfx/</link><description>Recent content in Spfx on Thomy Gölles</description><generator>Hugo</generator><language>en</language><lastBuildDate>Sun, 19 Apr 2020 22:50:16 +0000</lastBuildDate><atom:link href="https://thomygoelles.com/tags/spfx/index.xml" rel="self" type="application/rss+xml"/><item><title>SPFx Development in WSL 2.0 - Linux files integration in Explorer</title><link>https://thomygoelles.com/spfx-development-in-wsl-2-0-linux-files-integration-in-explorer/</link><pubDate>Sun, 19 Apr 2020 22:50:16 +0000</pubDate><guid>https://thomygoelles.com/spfx-development-in-wsl-2-0-linux-files-integration-in-explorer/</guid><description>&lt;p&gt;Last week on Thursday my Windows PC got the latest Windows Preview Build. I was looking for a new version of the preview as the last one broke my webcams for Microsoft Teams. In times like these, not having a working video feed in Teams is not really a situation you want to end up with. There was a workaround to use OBS and a virtual camera to get it working but this was far from stable so I searched for a different way.&lt;/p&gt;</description></item><item><title>How to sideload an existing SPFx package in Microsoft Teams</title><link>https://thomygoelles.com/how-to-sideload-an-existing-spfx-package-in-microsoft-teams/</link><pubDate>Mon, 12 Nov 2018 00:45:45 +0000</pubDate><guid>https://thomygoelles.com/how-to-sideload-an-existing-spfx-package-in-microsoft-teams/</guid><description>&lt;h4 id="introduction"&gt;Introduction&lt;/h4&gt;
&lt;p&gt;In preparation for a talk next week I spent the whole weekend on creating demos and slides. A couple of days ago the SharePoint team released version 1.7 of the SharePoint Framework. This release has a ton of features, but one specific for Microsoft Teams adding the capability to surface SPFx web parts inside a Microsoft Teams tab. As my talk will be about Microsoft Teams why not change the demo plans 72 hours before the talk and try something new?&lt;/p&gt;</description></item><item><title>SharePoint Saturday Barcelona 2018 + "El Clasico" Demo</title><link>https://thomygoelles.com/events/sharepoint-saturday-barcelona-2018-el-clasico-demo/</link><pubDate>Sun, 28 Oct 2018 16:52:59 +0000</pubDate><guid>https://thomygoelles.com/events/sharepoint-saturday-barcelona-2018-el-clasico-demo/</guid><description>&lt;p&gt;Yesterday I had the pleasure to present at SharePoint Saturday Barcelona. The whole of 2018 we were kind of touring with our &amp;ldquo;lunch bell&amp;rdquo; session. It all began at SPS Barcelona 2017 where a part of the session on PnP was a demo of the lunch bell. The feedback was really great and the idea of creating a session around this topic alone was borne. But all good ends at some point in time in our case this was one of the last times we actually present this topic. We have a full backlog of ideas for 2019 and after ESPC we won&amp;rsquo;t present this anymore. There is also a real-world reason behind the decision. We as Solvion move to a new office by the 1st of January, so there isn&amp;rsquo;t a need for this kind of lunch bell anymore. But let&amp;rsquo;s see what the new office provides and what ideas will be there after moving. Here the slides from yesterday: Back to SharePoint Saturday Barcelona. There is also another big event currently in Barcelona, El Clasico. The football match between FC Barcelona and Real Madrid. Last week in Brussels Edin asked me to use this match for one of my demos. It took me a few hours yesterday, but then I was able to showcase a SharePoint Framework ListView Command Set extension that takes the selected image in a document library and askes Azure Computer Vision for a description of the image. We tried the Command Set with a few images from footballers and got back a friendly message when the Command Set detected a local player from Barcelona. On the other hand, if it detects a certain player from Real Madrid, we just update the image with a logo from Barcelona just to make sure the audience in Barcelona isn&amp;rsquo;t starting throwing tomatoes at me presenting ;) I will put the complete project code on Github next week, but here the important part with the actual &amp;ldquo;logic&amp;rdquo; behind:```
@override
public onExecute(event: IListViewCommandSetExecuteEventParameters): void {
switch (event.itemId) {
case &amp;lsquo;COMMAND_1&amp;rsquo;:
{
console.log(&amp;ldquo;COMMAND_1 clicked&amp;rdquo;);
const itemId: number = event.selectedRows[0].getValueByName(&amp;lsquo;ID&amp;rsquo;);
var serverRelativeUrl = &amp;ldquo;&amp;rdquo;;&lt;/p&gt;</description></item><item><title>New Connector web part in modern sites</title><link>https://thomygoelles.com/new-connector-web-part-in-modern-sites/</link><pubDate>Wed, 21 Feb 2018 00:36:06 +0000</pubDate><guid>https://thomygoelles.com/new-connector-web-part-in-modern-sites/</guid><description>&lt;p&gt;A few hours ago Jeff Teper announced a blog post by Mark Kashman titled &amp;ldquo;Use SharePoint web parts to showcase data from inside and outside Office 365&amp;rdquo;.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Exciting new webparts for the modern &lt;a href="https://twitter.com/hashtag/SharePoint?src=hash&amp;amp;ref_src=twsrc%5Etfw" target="_blank" rel="noopener"&gt;#SharePoint&lt;/a&gt; experience &lt;a href="https://t.co/T5dSWhHDc1" target="_blank" rel="noopener"&gt;https://t.co/T5dSWhHDc1&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;— Jeff Teper (@jeffteper) &lt;a href="https://twitter.com/jeffteper/status/966049968694837249?ref_src=twsrc%5Etfw" target="_blank" rel="noopener"&gt;February 20, 2018&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;This post [&lt;a href="https://techcommunity.microsoft.com/t5/SharePoint-Blog/Use-SharePoint-web-parts-to-showcase-data-from-inside-and/ba-p/161584#.WoyBrTYttL4.twitter" target="_blank" rel="noopener"&gt;Link&lt;/a&gt;] contains a list of new SharePoint framework web parts that started to roll out to Targeted Release tenants today. I got lucky, my tenant already has some of the new web parts. The new ones are:&lt;/p&gt;</description></item></channel></rss>