telescopic-text icon indicating copy to clipboard operation
telescopic-text copied to clipboard

expand text alongside existing text without replacing it

Open jakeisnt opened this issue 4 years ago • 0 comments

ie, expand

*a
    *b
       *c

to a -> a b -> a b c

instead of a -> b -> c

this should be local syntax rather than a global configuration option - using '+' as a bullet point to express this feels fitting:

* a
  + b
     + c

jakeisnt avatar Feb 23 '22 13:02 jakeisnt