Relative Content

Tag Archive for google-apps-scriptgoogle-docs

Google App Script custom sidepanel header

I’m working on a Google Docs add-on using Google Apps Script components, and I need to customize the sidebar header with a specific background color and height. Using HtmlService.createHtmlOutputFromFile('sidebar'), I can set only the title, and the header is located outside the component’s iframe, so I’m unable to make changes. However, I’ve seen that the Zoho Notebook workspace add-on has a yellow header with an additional dropdown menu, suggesting that it’s possible to modify the header. How can I achieve a similar level of customization?

Adding tags around the bold text in a paragraph in a google document

I created this in purpose to convert an article to html format (you may already saw it from the way I tried putting headings inside tags. etc). However I’m having a trouble finding and handling bold text in the Doc. I have tried several ways and also asked for AI help.