mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-26 21:05:55 +03:00
[GH-ISSUE #650] Tab doesn't indent a sub-list item #343
Labels
No labels
android 🤖
assigned to core 🦹
bug 🐛
documentation 📚
documentation 📚
duplicate 🚫
external issue 🔼
external issue 🔼
feature request 🌟
funded on issuehunt 💵
help wanted 🆘
improvement request 🔨
improvement request 🔨
ios 🍎
mobile 📱
needs investigation 🔬
needs more info ℹ️
needs specs 📐
plugin idea 🔌
plugin idea 🔌
poll 🗳️
pull-request
question ❓
rewarded on issuehunt 🎁
security issue 🔑
won’t fix ❌
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/BoostNote-App#343
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @alytle on GitHub (Oct 19, 2020).
Original GitHub issue: https://github.com/BoostIO/BoostNote-App/issues/650
Current behavior
When typing out a unordered list (- item 1), if I hit enter and then tab, it moves the cursor to the right, but leaves the list sublevel the same.
Expected behavior
In Boostnote original (and most markdown editors), hitting tab after a newline should indent the list to the right and make it a "sub list".
Interesting, the common way to unindent a list (shift-tab) does work as expected, in that it moves the list level back by one.
Steps to reproduce
Environment
Desktop/Web
@Flexo013 commented on GitHub (Oct 22, 2020):
Confirmed this behavior on Windows 10.
@Rokt33r commented on GitHub (Dec 13, 2020):
It's been fixed since 0.10.x!