Skip to content
View Yagisanatode's full-sized avatar

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 Loading

  1. claspall claspall Public

    A CLI tool that pushes commits to multiple Google Apps Script projects stored locally with CLASP

    Go 2 1

  2. 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 3

  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 1

  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 #######