I don't have enough lists (numbered, marked, etc.) in obsidian

Мне в обсидиане не хватает списков для моих заметок, может кто знает плагин для их добавления. А так же у меня почему-то встречается проблема с маркированным списком. При табуляции появляется поле (что то вроде цитаты и он сбивается). А я ведь просто хочу его сдвинуть на 1 Tab вправо…
image
image
image
Хочу это сделать чтобы список продолжался дальше, а не “создавался новый”.

Hi. As this is an English speaking forum, please post in English or include a translation. Thanks!

iOS translation:

Thank you, I’ll take it into account

What’s your source Markdown look like?

It’s possible you have tabbed too far and created an indented code block. It looks like that from the font change and the hypen not rendering to a bullet.

image

Also, fenced code blocks in a list in Live Preview can be a little tricky. You could try using ~~~ instead of three backticks. e.g.

- list item with some things...
- another list item with some things
- some more things
  ~~~css
  .reveal :is(p,ul,ol) {
    font-size: 30px;
  }
  ~~~
- something else 

Live Preview:

image

Reading view:

image

Changed title to English via Apple translation (was “Мне не хватает списков(нумерованный, маркированный и т.д ) в обсидиане”).

2 Likes

This happens to me when tabulating, unfortunately this advice did not help, I am attaching the screenshot above.

Before this, I indented by 2 or more tabs (there was simply no block of code between) and everything worked

If you move the cpp code block over a bit, it seems to be alright here. Again, code blocks in lists are tricky.

2. two
    - something
    - something 
    - something
    - Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. 
     ```cpp
     int main() { int my_variable = 42;    int& ref: // comment
            // comment
     red = my_variable:}
     ```
    - something else

image