bjsi / bjsi/incremental-writing

feature: "move to queue" command

Open
#73 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
209
Forks
16
PR merge metrics
No merged PRs in 30d

Description

I currently have a 2-queue setup, the default queue uses the simple scheduler to ensure very new things or stuff like inboxes keep getting presented regularly, while older notes move to an extended queue using A-factor scheduling. This means that moving stuff from one queue to another is a pretty common occurrence.

Currently, that involves adding to the other queue, then dismissing from the current one. (Or, if there's lots of stuff, manually grabbing the table rows to move them from one file to the other.)

It would be convenient to have a direct "move to queue" command that combines adding and removing/dismissing. (Even cooler would be to have the target queue specified in the present queue's metadata YAML, so I don't have to deal with any dialog box.)

Contributor guide

No contributing guide indexed for this repository

Research direction

No files or tests are named. Start by locating the existing queue-add, dismiss, and command-registration entry points, then determine how a direct move should combine those actions; done means notes can move between queues without the current manual sequence, with the metadata-YAML target remaining an explicitly optional design choice.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
tooling
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.