mirror of
https://github.com/khoj-ai/khoj.git
synced 2025-02-17 08:04:21 +00:00
Use Sentence case for Find Similar Note command name in Khoj Obsidian
This commit is contained in:
parent
e18124ef6f
commit
c203c6a3fd
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ export default class Khoj extends Plugin {
|
||||||
// Add similar notes command. It can only be triggered from the editor
|
// Add similar notes command. It can only be triggered from the editor
|
||||||
this.addCommand({
|
this.addCommand({
|
||||||
id: 'similar',
|
id: 'similar',
|
||||||
name: 'Find Similar Notes',
|
name: 'Find similar notes',
|
||||||
editorCheckCallback: (checking) => {
|
editorCheckCallback: (checking) => {
|
||||||
if (!checking && this.settings.connectedToBackend)
|
if (!checking && this.settings.connectedToBackend)
|
||||||
new KhojModal(this.app, this.settings, true).open();
|
new KhojModal(this.app, this.settings, true).open();
|
||||||
|
|
Loading…
Add table
Reference in a new issue