mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-07 13:23:15 +00:00
Use Sentence case for Find Similar Note command name in Khoj Obsidian
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user