[BUG] Bad markdown causing parseList Unable to parse list...
shouldn't silently fail
#466
darthwalsh
started this conversation in
Ideas
Replies: 1 comment
-
Solution #485 (comment) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
I had a problem with bad spaces/tabs in my list, causing command "Move list and sublists up" to just silently fail, with no error message.
To Reproduce
Create file with mixed tabs, spaces:
Put cursor on line
B
CMD + SHIFT + UP to execute command "Move list and sublists up"
Expected behavior
If unable to parse list because of unexpected indent, please show an error message.
Screenshots
(Or, see #305 or #352)
Environment (please complete the following information):
Additional context
This was very confusing! I had a big outliner file, and couldn't figure out why Outliner commands were failing to run.
Eventually I figured out how to open devtools with Outliner debug logging, and googled the issue.
It would have been great if outliner could show an error popup
Unable to parse list: expected indent "S", got "T"
-- even better if outliner could highlight which line was causing the parse problem?Beta Was this translation helpful? Give feedback.
All reactions