This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Content control basics (3) | |
description: 'Inserts, updates, and retrieves content controls.' | |
host: WORD | |
api_set: {} | |
script: | |
content: | | |
$("#change-controls").click(() => tryCatch(modifyContentControls)); | |
async function modifyContentControls() { | |
// Adds title and colors to odd and even content controls and changes their appearance. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Content control basics (3) | |
description: 'Inserts, updates, and retrieves content controls.' | |
host: WORD | |
api_set: {} | |
script: | |
content: | | |
$("#change-controls").click(() => tryCatch(modifyContentControls)); | |
async function modifyContentControls() { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Content control basics (3) | |
description: 'Inserts, updates, and retrieves content controls.' | |
host: WORD | |
api_set: {} | |
script: | |
content: > | |
$("#change-controls").click(() => tryCatch(modifyContentControls)); | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Content control basics (3) | |
description: 'Inserts, updates, and retrieves content controls.' | |
host: WORD | |
api_set: {} | |
script: | |
content: > | |
$("#change-controls").click(() => tryCatch(modifyContentControls)); | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Content control basics (3) | |
description: 'Inserts, updates, and retrieves content controls.' | |
host: WORD | |
api_set: {} | |
script: | |
content: > | |
$("#change-controls").click(() => tryCatch(modifyContentControls)); | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Content control basics | |
description: 'Inserts, updates, and retrieves content controls.' | |
host: WORD | |
api_set: {} | |
script: | |
content: | | |
$("#insert-controls").click(() => tryCatch(insertContentControls)); | |
$("#change-controls").click(() => tryCatch(modifyContentControls)); | |
$("#setup").click(() => tryCatch(setup)); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Content control basics | |
description: 'Inserts, updates, and retrieves content controls.' | |
host: WORD | |
api_set: {} | |
script: | |
content: | | |
$("#insert-controls").click(() => tryCatch(insertContentControls)); | |
$("#change-controls").click(() => tryCatch(modifyContentControls)); | |
$("#setup").click(() => tryCatch(setup)); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Macro title: Labels in | |
## Macro has a body: N | |
## Body processing: No | |
## Output: - | |
## | |
## Developed by: Martin Studer ([email protected]) | |
## Date created: 29/09/2018 | |
## Confluence version: Version it was developed for | |
## Installed by: - | |
## Gist: https://gist.github.com/MartinStuderHTWChur/5ed9a63edf9cffd88ea365576d3b895c |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Prepare forms | |
description: '' | |
author: MartinStuderHTWChur | |
host: WORD | |
api_set: {} | |
script: | |
content: |- | |
// Script to form processing. | |
// |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Fix Confluence2Word export | |
description: '' | |
author: MartinStuderHTWChur | |
host: WORD | |
api_set: {} | |
script: | |
content: |- | |
// Script to adapt formating in Microsoft Word documents exported from Atlassian Confluence. | |
// | |
// Links |