roam-toolkit icon indicating copy to clipboard operation
roam-toolkit copied to clipboard

Generalize the `TODO` -> `DONE` pattern

Open Stvad opened this issue 5 years ago • 4 comments

what I mean is that I want to have an ability to press a shortcut and have the block transition between various "service" tags.

The example from the Roam itself is transition none -> todo -> done -> empty

Other potential examples would be toread -> reading -> read for books.

Stvad avatar Mar 15 '20 06:03 Stvad

Very cool! I guess it should be configurable, but I could see myself using this.

houshuang avatar Apr 14 '20 18:04 houshuang

Would you expect to have a custom and distinct shortcut for each different kind of flow? I suppose you would have to - but seems like it would be limiting pretty quickly.

ryanguill avatar May 29 '20 02:05 ryanguill

I think yes for special shortcut. I think we can get far with emacs-like key-chords. So you'd get shortcuts like Ctrl-p Ctrl-r, Ctrl-p Ctrl-f etc

Stvad avatar May 29 '20 02:05 Stvad

there is implementation in https://roamjs.com/docs/extensions/tag-cycle

Stvad avatar Dec 25 '20 02:12 Stvad