dvargas92495/roamjs-com

[feature request] serendipity - insert subblock

wizzard0 opened this issue · 2 comments

I use a template like this for journaling in Roam:

- #plan
  - do A
  - do B
- #later
  - idea C
    - counter-argument D
  - idea E
(...)

and if I add #later to the serendipity filter, it seems that it adds only the blocks tagged with "#later" directly, while reading the documentation I initially understood the logic as "insert random subblock of #later".

Tagging every subblock makes sense for todo/done, for more involved tag combinations it gets repetitive fast (and eats valuable screen space)

Is it possible to change the block selection logic so that a block C, D or E would also get considered for #later too?

Block counter-argument D should currently be considered for #later. Just ran this on my end:
image

Interesting. Maybe I was just unlucky a few times in a row ))