athens-export icon indicating copy to clipboard operation
athens-export copied to clipboard

multiple block refs bug fix

Open ofer1992 opened this issue 2 years ago • 0 comments

fixed wrong block ref when a block has more than two refs. UUID changed to be deterministic function of athens block-id

Basically was caused by undefined behaviour, since each block-ref got several UUID, and the regex substitution used the first one while the actual block id assignment used the last one.

This should resolve #2.

ofer1992 avatar Nov 16 '22 23:11 ofer1992