Skip to content

Commit 8b0524f

Browse files
author
Obsidian Bot
committed
chore: Update documentation
1 parent 6a3beff commit 8b0524f

28 files changed

+234
-30
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 29 additions & 30 deletions
Large diffs are not rendered by default.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Disallow using the word 'command' in a command ID (`obsidianmd/commands/no-command-in-command-id`)
2+
3+
πŸ’Ό This rule is enabled in the following configs: βœ… `recommended`, `recommendedWithLocalesEn`.
4+
5+
<!-- end auto-generated rule header -->
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Disallow using the word 'command' in a command name (`obsidianmd/commands/no-command-in-command-name`)
2+
3+
πŸ’Ό This rule is enabled in the following configs: βœ… `recommended`, `recommendedWithLocalesEn`.
4+
5+
<!-- end auto-generated rule header -->
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Discourage providing default hotkeys for commands (`obsidianmd/commands/no-default-hotkeys`)
2+
3+
πŸ’Ό This rule is enabled in the following configs: βœ… `recommended`, `recommendedWithLocalesEn`.
4+
5+
<!-- end auto-generated rule header -->
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Disallow including the plugin ID in a command ID (`obsidianmd/commands/no-plugin-id-in-command-id`)
2+
3+
πŸ’Ό This rule is enabled in the following configs: βœ… `recommended`, `recommendedWithLocalesEn`.
4+
5+
<!-- end auto-generated rule header -->
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Disallow including the plugin name in a command name (`obsidianmd/commands/no-plugin-name-in-command-name`)
2+
3+
πŸ’Ό This rule is enabled in the following configs: βœ… `recommended`, `recommendedWithLocalesEn`.
4+
5+
<!-- end auto-generated rule header -->

β€Ždocs/rules/detach-leaves.mdβ€Ž

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Don't detach leaves in onunload (`obsidianmd/detach-leaves`)
2+
3+
πŸ’Ό This rule is enabled in the following configs: βœ… `recommended`, `recommendedWithLocalesEn`.
4+
5+
πŸ”§ This rule is automatically fixable by the [`--fix` CLI option](https://eslint.org/docs/latest/user-guide/command-line-interface#--fix).
6+
7+
<!-- end auto-generated rule header -->
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Test (`obsidianmd/hardcoded-config-path`)
2+
3+
πŸ’Ό This rule is enabled in the following configs: βœ… `recommended`, `recommendedWithLocalesEn`.
4+
5+
<!-- end auto-generated rule header -->
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Disallow attachment of forbidden elements to the DOM in Obsidian plugins (`obsidianmd/no-forbidden-elements`)
2+
3+
πŸ’Ό This rule is enabled in the following configs: βœ… `recommended`, `recommendedWithLocalesEn`.
4+
5+
<!-- end auto-generated rule header -->
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Disallow anti-patterns when passing a component to MarkdownRenderer.render to prevent memory leaks (`obsidianmd/no-plugin-as-component`)
2+
3+
πŸ’Ό This rule is enabled in the following configs: βœ… `recommended`, `recommendedWithLocalesEn`.
4+
5+
<!-- end auto-generated rule header -->

0 commit comments

Comments
Β (0)