I wonder if its possible to create list in Obsidian note block this way
>[!note]- Annotation
> list should begin here
I tried starting list with '- ' syntax but it did no effect. Please help me to find out how it should be done.
I wonder if its possible to create list in Obsidian note block this way
>[!note]- Annotation
> list should begin here
I tried starting list with '- ' syntax but it did no effect. Please help me to find out how it should be done.
There is a nice work-around for the problem. Using the Search & Replace in Current File
in Obsidian, you can find the bullet points (-
) you need to convert, and then replace it with the block-quotes (> -
)
(Click here to Preview of the Workflow)
Here are the steps:
Ctrl+P
(or the hotkeys you have set for command pallete)Search & Replace in Current File
-
> -
Replace
or Replace All
to convert the bullet points into block quotesAnd there you go! With some little cleaning at the end, you will have all the list elements inside the callouts
The following works for me