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

Commits on Oct 14, 2024

  1. introduce publish page id events

    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]>
    jdknight committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    39e01f3 View commit details
    Browse the repository at this point in the history
  2. doc: document new page/attachment events

    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 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    81db3e8 View commit details
    Browse the repository at this point in the history