Skip to content

Commit 934bd0c

Browse files
committed
Fix a linting problem and adjust readme
1 parent 2b87887 commit 934bd0c

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ value, the marker renders empty.
3737
Use **Settings → Community plugins → Embed Metadata** to choose the syntax
3838
format: `[%key]` or `{{key}}`.
3939
- Optional case-insensitive key lookup
40+
- Optional outline rendering (experimental; replaces markers in the Outline sidebar)
4041

4142
Visual look options apply in Live Preview:
4243
- Bold / Italic / Underline toggles

src/settings.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ export class EmbedMetadataSettingTab extends PluginSettingTab {
8585

8686
new Setting(containerEl)
8787
.setName("Render in outline (experimental)")
88-
.setDesc("Render metadata markers in the Outline view.")
88+
.setDesc("Render metadata markers in the outline view.")
8989
.addToggle((toggle) => {
9090
toggle
9191
.setValue(this.plugin.settings.renderOutline)

0 commit comments

Comments
 (0)