Adds an option to disable publishing the text content since it may not be desired - defaults to true since that's the current behavior.
PR is dependent on #39 because of the json schema changes, so maybe best to look at that first
Adds an option to disable publishing the text content since it may not be desired - defaults to true since that's the current behavior.
PR is dependent on #39 because of the json schema changes, so maybe best to look at that first
This file has not been changed.
This file has not been changed.
This file has not been changed.
This patch was likely rebased, as context lines do not match.
This file has not been changed.
Failed to calculate interdiff for this file.
Good catch! I think a separate PR with your solution would work great. Will go ahead and merge this!
Iโve had the in the back of my head; thank you for carrying it out! For some reason Tangled is saying there is some merge conflicts due to the last PR, so happy to merge once it gets cleared up!
@stevedylan.dev merged conflicts fixed - the only issue I can foresee is that the diff checking system when you publish isn't aware of this field. We could fix that or I could open a PR that makes the diff system "simpler" by essentially building the
site.standard.documentfor each post and then comparing that with the publishedsite.standard.documentfor the post to see if there is a difference. That way it should catch any changes that it's currently missing. WDYT?