raycast / raycast/extensions

[Obsidian] Append Task appends previous task instead of current input

Open
#28,529 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug extension extension: obsidian
Dominant language
TypeScript
Stars
7.8k
Forks
6.9k
Avg merge
2d 6h
Merged PRs (30d)
442

Description

Extension

https://www.raycast.com/marcjulian/obsidian

Raycast Version

1.104.19

OS Version

15.1.1

Description

When I use Append Task with a keyboard shortcut, the command appends the previous task I entered, not the current one. It behaves as if the command is one input behind.

Steps To Reproduce

Steps to reproduce:

  1. Run Append Task.
  2. Enter "TEST A".
  3. Check the target note.
  4. Run Append Task again.
  5. Enter "TEST B".
  6. The note appends TEST A instead of TEST B.
Current Behaviour

The previous task is appended.

Expected Behaviour

should append the new input

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start at the Append Task command entry point in the Obsidian extension and reproduce the two-run sequence with TEST A and TEST B. Trace how the keyboard-shortcut input reaches the target note; done means the second run appends TEST B rather than the previous task.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
tooling
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
58/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.