AIToolsLab / questions

Writer-directed questions
0 stars 0 forks source link

Evaluate the possibility of using an API to add comments to a Google Doc or Word doc #1

Closed kcarnold closed 1 year ago

kcarnold commented 1 year ago

Success looks like: a script is run, and every word that starts with q gets a comment that contains how many letters that word contains.

Resources:

RayHCai commented 1 year ago

Looks like you can add anchored comments to google docs: https://stackoverflow.com/questions/23498275/creating-anchored-comments-programmatically-in-google-docs, only file-level comments.

kcarnold commented 1 year ago

Due to fundamental limitations in Google Docs not being able to add anchored comments programmatically, we're running with a Word addin. But the Word addin is able to do this.