StampyAI / GDocsRelatedThings

Dumping ground for everything related to GDocs, like the answers parser
0 stars 0 forks source link

Add tags via gdocs #5

Closed mruwnik closed 1 year ago

mruwnik commented 1 year ago

Something like for related questions, but for tags, so editors can add them directly to the gdocs rather than having to manually add them through coda.

Might be hard to keep track of a specific set of tags, as there would probably be multiple ways of naming the same tag

plexish commented 1 year ago

Yeah, tags being more structured and sometimes being renamed is why I didn't go for this before. I think a bot command+living in coda might be best?

robertskmiles commented 1 year ago

If we can be terribly clever about this, having them in the doc would be nicer, but yeah the interface design is tricky. We haven't found an easy way to have drop-down menus work in docs afaict. If tags have urls, we can require a bullet point list of tag urls, and that reduces the risk of typos since people won't try to type a whole URL. But then the UX of adding tags is pretty poor. Otherwise, we allow people to type them, and then have to deal with all the near misses from similar tags. We could have non-existing tags get automatically created, but then we need to merge them, or we can have the parser highlight non-existing tags in red?

On Tue, Feb 21, 2023 at 2:29 AM plex @.***> wrote:

Yeah, tags being more structured and sometimes being renamed is why I didn't go for this before. I think a bot command+living in coda might be best?

— Reply to this email directly, view it on GitHub https://github.com/StampyAI/GDocsRelatedThings/issues/5#issuecomment-1437775090, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACIUSFAMABLBUVB4CYX7IDWYQSANANCNFSM6AAAAAAVBZ2BCI . You are receiving this because you are subscribed to this thread.Message ID: @.***>

plexish commented 1 year ago

maybe just having this be a bot feature is fine?

mruwnik commented 1 year ago

seems good. https://github.com/StampyAI/stampy/issues/244 will add tagging to the bot