Last week, we talked about the best way to build front-ends for Google Apps Script. Today, letās roll up our sleeves and dive in! š
As I mentioned inĀ my previous post, weāre going to create a super cool sidebar in Google Sheets thatāll help us select emojis with ease. š Google Docs already has this functionality natively: simply head over to the āInsertā menu, select āEmoji,ā and voilĆ ! Youāll see a neat dialogue window with all emojis organized by category, as well as a handy search function:
However, we want more, so, weāll be building our own version. š Unlike Docs, weāll have a full sidebar to work with, and clicking on an emoji wonāt automatically insert it. Instead, itāll copy it into our buffer, so we can paste it wherever we need it. š
That being said, letās dive into using our most important tool: Vite. ā”
Source: Building the Ultimate Google Apps Script Front Ends, Part 1: Bundling with Vite š
Dmitry Kostyuk is a Google Developer Expert, a Google Workspace and Google Cloud Platform developer, and the Founder of Wurkspaces.dev.