mirror of
https://github.com/heymoosh/ticktick-quick-add-obsidian.git
synced 2026-07-22 05:43:55 +00:00
Sentence-case plugin name
This commit is contained in:
parent
f2174bee9d
commit
96f437edaf
1 changed files with 1 additions and 1 deletions
2
main.ts
2
main.ts
|
|
@ -81,7 +81,7 @@ export default class TickTickPlugin extends Plugin {
|
|||
// Command: Create TickTick task from a paragraph
|
||||
this.addCommand({
|
||||
id: 'create-ticktick-task',
|
||||
name: 'Create TickTick Task from Paragraph',
|
||||
name: 'Create TickTick task from paragraph',
|
||||
editorCallback: async (editor: Editor, view: MarkdownView) => {
|
||||
const cursor = editor.getCursor();
|
||||
if (!view.file) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue