https://github.com/dodevops/confluence-boilerplates
Confluence Boilerplates plugin
https://github.com/dodevops/confluence-boilerplates
Last synced: 2 months ago
JSON representation
Confluence Boilerplates plugin
- Host: GitHub
- URL: https://github.com/dodevops/confluence-boilerplates
- Owner: dodevops
- License: mit
- Created: 2023-07-19T11:27:33.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-20T05:58:12.000Z (almost 3 years ago)
- Last Synced: 2025-03-11T16:23:07.506Z (over 1 year ago)
- Language: Java
- Size: 16.6 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Confluence Boilerplates plugin
## Introduction
This plugin gives confluence authors the ability to use boilerplates - little
snippets based on other confluence pages - to include into the current page.
Currently only supported for Confluence Server & Datacenter.
## Installation
Download the obr-file from the latest release and install it using the universal plugin manager.
## Configuration
Per default, confluence pages labeled with "boilerplate" in every available
space are available in the editor using the "Add Boilerplate"-button.
You can use the administrator configuration menu to change the used label and
if the pages are searched using all available spaces or only the space the
currently edited page is in.
The items in the boilerplate menu will be the titles of the found pages. You can
structure the items by using a separator (_ by default) in the titles. This will
create matching submenus
## Building
Install the [Atlassian Plugin SDK](https://developer.atlassian.com/server/framework/atlassian-sdk/downloads/), set
your JAVA_HOME variable to a Java 11 JDK home and run atlas-package from this folder.