Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce publish page id events #1055

Merged
merged 2 commits into from
Oct 14, 2024
Merged

Introduce publish page id events #1055

merged 2 commits into from
Oct 14, 2024

Conversation

jdknight
Copy link
Member

The following introduces three new events into the extension:

  • confluence-publish-attachment
  • confluence-publish-page
  • confluence-publish-override-pageid

These events provide two key capabilities for advanced users. First, it provides a means to hook into the publish processing to allow reacting to page/attachment upload events to help track what pages are published under what page identifier. Second, it provides a hook to allow a custom configuration to override document page identifiers if desired. This should give more power to users who may want more control where pages are published to for a target Confluence instance.

The following introduces three new events into the extension:

- confluence-publish-attachment
- confluence-publish-page
- confluence-publish-override-pageid

These events provide two key capabilities for advanced users. First, it
provides a means to hook into the publish processing to allow reacting
to page/attachment upload events to help track what pages are published
under what page identifier. Second, it provides a hook to allow a
custom configuration to override document page identifiers if desired.
This should give more power to users who may want more control where
pages are published to for a target Confluence instance.

Signed-off-by: James Knight <[email protected]>
Adds documentation on the recently added events with publishing pages
and attachments. This also includes an update to the metadata directive
of the recently supported GUID option.

Signed-off-by: James Knight <[email protected]>
@jdknight jdknight merged commit dd107ed into main Oct 14, 2024
25 checks passed
@jdknight jdknight deleted the introduce-page-id-events branch October 14, 2024 18:53
@jdknight jdknight added this to the 2.8 milestone Oct 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant