diff --git a/CHANGELOG.md b/CHANGELOG.md index 18b79a3..25bd22e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# v1.8.5 +## 06/13/2019 + +1. [](#improved) + * Support for direct link to Presentation Markdown file when Presentation images are stored in a child folder + * Added custom Git Sync Link Text specific to embedded Presentations + # v1.8.4 ## 06/10/2019 diff --git a/blueprints.yaml b/blueprints.yaml index c139004..02004a2 100644 --- a/blueprints.yaml +++ b/blueprints.yaml @@ -1,5 +1,5 @@ name: Quark Open Publishing -version: 1.8.4 +version: 1.8.5 description: "A custom version of the Quark theme for open publishing and blogging. Includes Git Sync and 'chromeless' content embedding." icon: unlock author: @@ -27,7 +27,6 @@ dependencies: - git-sync - image-captions - login -- markdown-fontawesome - markdown-notices - page-inject - pagination @@ -122,7 +121,15 @@ form: type: input.text size: medium label: Custom Git Sync Link Text - description: Git Sync link text, e.g. 'View this Page in GitHub' or 'Save this Page as Markdown'. + description: Link text, e.g. 'View Page in GitHub' or 'View Page as Markdown'. + validate: + type: text + + custom_git_sync_repo_presentation_link_text: + type: input.text + size: medium + label: Custom Git Sync Presentation Link Text + description: Link text, e.g. 'View Slides in GitHub' or 'View Slides as Markdown'. validate: type: text