[Obsidian] Append Task appends previous task instead of current input
Open
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:
- Run Append Task.
- Enter "TEST A".
- Check the target note.
- Run Append Task again.
- Enter "TEST B".
- 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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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