Skip to content

Commit c56c7e7

Browse files
authored
Update 1.13 release status (#261)
* docs: update 1.13 release status (Migrate page) * docs: update 1.13 release status (Settings page)
1 parent 29188ec commit c56c7e7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

en/Plugins/Guides/Migrate to declarative settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ As of Obsidian 1.13.0, plugin settings tabs can be defined declaratively by over
88
This guide walks through converting an existing imperative `display()` tab to the new API.
99

1010
> [!important] Requires Obsidian 1.13.0+
11-
> The declarative settings API described on this page (`getSettingDefinitions()`) requires Obsidian 1.13.0, which is currently in an insider build. If you need to support older Obsidian versions, see [[#Path B: dual support]].
11+
> The declarative settings API described on this page (`getSettingDefinitions()`) requires Obsidian 1.13.0. If you need to support older Obsidian versions, see [[#Path B: dual support]].
1212
1313
## What you'll learn
1414

en/Plugins/User interface/Settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ In this guide, you'll learn how you can create a settings page like this 👇
55
![[settings.png]]
66

77
> [!important] Requires Obsidian 1.13.0+
8-
> The declarative settings API documented on this page (`getSettingDefinitions()`) requires Obsidian 1.13.0, which is currently in an insider build. If you need to support older Obsidian versions, see [[Migrate to declarative settings#Path B: dual support|the dual-support pattern]]. For the pre-1.13 imperative approach, jump to [[#Legacy: imperative display() approach]].
8+
> The declarative settings API documented on this page (`getSettingDefinitions()`) requires Obsidian 1.13.0. If you need to support older Obsidian versions, see [[Migrate to declarative settings#Path B: dual support|the dual-support pattern]]. For the pre-1.13 imperative approach, jump to [[#Legacy: imperative display() approach]].
99
1010
The main reason to add settings to a plugin is to store configuration that persists even after the user quits Obsidian. The following example demonstrates how to save and load settings from disk:
1111

0 commit comments

Comments
 (0)