Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.05 KB

README.md

File metadata and controls

23 lines (15 loc) · 1.05 KB

gdoc-meeting-note-utils

A repository of app scripts for adding helper functions to Google Docs.

Each helper function will show up in a menu item called "Meeting Utils".

Screenshot of open 'Meeting Utils' menu in Google Docs

Highlight Helper

This helper is intended to highlight certain #tags all through-out a Google Doc, based on a configuration line.

Screenshot of a Google Doc with hashtags highlighted the same as a configuration line

Usage

  1. Somewhere in the document, add a "configuration line" (or a bullet) with the following format:
    tags: #sometag #anothertag #tag3
    
  2. Highlight each tag with a specific color.
  3. In the GDoc menu bar, click: Meeting Utils > highlight hashtags

Every hashtag in the entire document should be highlighted with the same color that was used in the first configuration line found.