oakbrad / dungeonchurch

D&D group infrastructure & homebrew setting.
https://www.dungeon.church
49 stars 6 forks source link

Outline Updates to Discord Notifications #36

Open oakbrad opened 3 months ago

oakbrad commented 3 months ago

Using a webhook in Outline to Node-Red, post updates to Discord when articles are published or updated.

oakbrad commented 3 months ago

I should see if I can get ChatGPT to compare the revisions in the debouncer queue and summarize the changes

oakbrad commented 3 months ago

More changes needed to the update document flow - it's putting the original author on the embed, it should be the person editing.

I should also list all authors/editors/collaborators in the footer of the embed.

oakbrad commented 3 weeks ago

My approach here debouncing the real time documents.update API is unnecessary, should be using the revisions. See discussion here:

https://github.com/outline/outline/discussions/5726

Also I think something has changed with new published documents, now that it doesn't default to draft. Need to investigate further.