File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ value, the marker renders empty.
3737Use ** Settings → Community plugins → Embed Metadata** to choose the syntax
3838format: ` [%key] ` or ` {{key}} ` .
3939- Optional case-insensitive key lookup
40+ - Optional outline rendering (experimental; replaces markers in the Outline sidebar)
4041
4142Visual look options apply in Live Preview:
4243- Bold / Italic / Underline toggles
Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments