You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should inspect the leading item marker to see if they're using - , * , etc to delimit their lists. Don't forget the newline
These seem to behave a bit like indentation. The item content should actually go between the leading delimiter and the newline, just like with indentation. So I don't think we can just treat it like a simple insertion delimiter. We probably should try to find a way to reuse the pieces of editNew that we use for line targets, rather than simple delimiter insertion
A few tests we'll want:
"bring item air before bat"
"bring item air after bat"
"drink item air"
The text was updated successfully, but these errors were encountered:
Should inspect the leading item marker to see if they're using
-
,*
, etc to delimit their lists. Don't forget the newlineThese seem to behave a bit like indentation. The item content should actually go between the leading delimiter and the newline, just like with indentation. So I don't think we can just treat it like a simple insertion delimiter. We probably should try to find a way to reuse the pieces of
editNew
that we use for line targets, rather than simple delimiter insertionA few tests we'll want:
"bring item air before bat"
"bring item air after bat"
"drink item air"
The text was updated successfully, but these errors were encountered: