diff --git a/README.md b/README.md index ccb1e88..35b0ede 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ The message in the dialogue must be prefixed with The message must be exactly one paragraph. -To add a footer to a dialogue, use `::` right after the dialogue message. +To add a footer to a dialogue, use the prefix `::` after the dialogue. ```` ```dialogue @@ -67,6 +67,7 @@ To add a footer to a dialogue, use `::` right after the dialogue message. :: footer content for right side > Ut nec efficitur mauris, a lacinia purus. Fusce nisi arcu, sollicitudin eget sodales sit amet, consectetur a lorem. +footerMode: all leftFooter: default footer content for left side < Nam egestas tristique felis, sed suscipit nunc commodo nec. ``` diff --git a/manifest-beta.json b/manifest-beta.json index d2f8f02..2601db7 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "obsidian-dialogue-plugin", "name": "Dialogue", - "version": "1.1.0-pre1", + "version": "1.1.0", "minAppVersion": "0.12.0", "description": "Create dialogues in Markdown.", "author": "Twiddly",