Skip to content

Commit

Permalink
feat: navigate to setting section
Browse files Browse the repository at this point in the history
close #110
  • Loading branch information
Vinzent03 committed Feb 10, 2023
1 parent 33ea99a commit e2dd57d
Show file tree
Hide file tree
Showing 5 changed files with 185 additions and 2,128 deletions.
8 changes: 6 additions & 2 deletions docs/docs/actions/settings_navigation.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,25 @@ The settings tab of every community plugin can be opened by the plugin's id. The
| id | Meaning |
| -------------- | -------------- |
| theme-browser | Theme browser |
| plugin-browser | Plugin browser |
| plugin-browser | Plugin browser |


## Core plugin settings

| id | Meaning |
| --------------- | --------------- |
| note-composer | Note composer |
| backlink | Backlink |
| backlink | Backlink |
| switcher | Quick Switcher |
| command-palette | Command palette |
| daily-notes | Daily notes |
| file-recovery | File recovery |
| page-preview | Page Preview |

## Setting Sections

In addition to navigating to a specific setting, you can also navigate to a specific section of a setting. This is useful if you want to open a specific setting and have it scrolled into view. Use the `settingsection` parameter to do this.


:::note Example
```uri
Expand Down
Loading

0 comments on commit e2dd57d

Please sign in to comment.