toolstack/Folio

Some lines have line indents while others do not

Closed this issue · 3 comments

Consider the following snippet

numero uno
12411116 3.0.9

192218181 ttc
3758136b

When copypasted into a new note in Folio the snippet looks like this:

numero uno
  12411116 3.0.9

  192218181 ttc
3758136b

Whatever the cause, all lines should start with a zero indent, at least there should be an option for that. I don't use Folio for writing long texts, mostly just to keep some data, so those indents are a nuisance.

Well that's very strange, the number has to have a space after it to trigger this behaviour as well.

This might be because of the text being mistakenly considered as an ordered list, due to the incorrect regex in the code.

Agreed that the ordered lists formatting is likely the root cause.