Skip to content
View Yagisanatode's full-sized avatar
Block or Report

Block or report Yagisanatode

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. AppsScript---Find-and-Replace-Text-With-a-link-in-Google-Docs AppsScript---Find-and-Replace-Text-With-a-link-in-Google-Docs Public

    Three examples on how to find text in a Google Doc and replace it with new text and a link with Google Apps Script's DocumentApp Class

    JavaScript 2

  2. Get a Unique List of Objects in an A... Get a Unique List of Objects in an Array of Object in JavaScript
    1
    /* Check out the link for the full tutorial and video guide
    2
     * {@link https://yagisanatode.com/2021/07/03/get-a-unique-list-of-objects-in-an-array-of-object-in-javascript/ |Get a Unique List of Objects in an Array of Object in JavaScript} 
    3
     */
    4
    const myObjArray = [
    5
        {
  3. Changing The Colour Of Selected Text... Changing The Colour Of Selected Text In Tkinter Text Wiget In Python
    1
    ###Changing the colour of selected text in Tkinter Text wiget###
    2
    
                  
    3
    from tkinter import *
    4
    from tkinter import ttk
    5
    
                  
  4. # AppsScript---Find-and-Replace-Text... # AppsScript---Find-and-Replace-Text-With-a-link-in-Google-Docs Three examples on how to find text in a Google Doc and replace it with new text and a link with Google Apps Script's DocumentApp Class.
    1
    // Link to the tutorial: https://yagisanatode.com/2021/05/16/how-to-find-and-replace-text-in-a-google-doc-with-a-link-or-a-list-of-links-with-google-apps-script/
    2
    
                  
    3
    /**
    4
     * Find an replace text with a single link where there is no
    5
     * other text in the paragraph.
  5. Append-Date-time-stamps-to-Google-Docs-with-Google-Apps-Script Append-Date-time-stamps-to-Google-Docs-with-Google-Apps-Script Public

    How to append a styled date-time stamp to list items, paragraphs and table cell items in Google Sheets using Google Apps Script. Full tutorial here: https://yagisanatode.com/2021/10/31/append-list-…

    JavaScript

  6. Update Date-Time stamp on checkbox c... Update Date-Time stamp on checkbox clicked in Google Sheets with Google Apps Script
    1
    // @author Yagisanatode @link https://www.yagisanatode.com
    2
    // Link to attached sheet. Go to File > Make a copy
    3
    // @link https://docs.google.com/spreadsheets/d/14orOMBnjpjHewUsWUgunZQKbeNNnZHM9JKMpkaCxRDA/edit#gid=0
    4
    
                  
    5
    // ####### on Edit trigger function #######