This post focuses on showing customized navigation on the left in SharePoint online modern sites. Left navigation has been present in SharePoint since a decade and in current modern era navigation have moved to top. Many clients still prefer the navigation to appear on left and hence this attempt to build an idea around it. […]
Category: Development
Basic app using Nodejs, Express and EJS.
This post is about getting started with NodeJS, using Express as our backend and Embedded JavaScript (EJS) as our templating engine. Installing Node The very first step we need to is to install Node. Node can be found on the link below – Install Node Code Editor Next tool we would need is a code […]
Custom fonts in SharePoint Online modern site.
In this article i would be showing you how to apply custom fonts to SharePoint online modern sites using SharePoint framework (SPFx) extensions. Step 1: Get your custom fonts. You can checkout google fonts here for fonts. Following font extensions would be required – eot, woff2, woff, ttf, svg. If you don’t have all of […]
Getting started with SharePoint Framework (SPFx).
In this blog we are going to know what is SharePoint Framework (SPFx), getting started by setting up development environment, writing and shipping code for SharePoint Online sites. Introduction to SharePoint Framework SharePoint Framework or SPFx as we know it in short, is a client side development framework provided by Microsoft which can be used […]