extract-highlights-plugin icon indicating copy to clipboard operation
extract-highlights-plugin copied to clipboard

Respect lists elements when highlight a line

Open dariuszkowalski-com opened this issue 4 years ago • 1 comments
trafficstars

Now when I press SHIFT+ALT+_

whole line is highlighted even if this is a part of a list.

It destroy lists which is not expected for me.

Now when I have got

# header element
- line one
- line two
- [ ] task

and use hightligh function

i get:

==# header element==
==-line one==
- line two
==- [ ] task==

but, i would like to get:

# ==header element==
- ==line one==
- line two
- [ ] ==task==

it should respect all possible in obsidian lists and headers elements

# header 
## header 
### header 
#### header 
##### header 
* elememt
+ element
- element
1. elemenet
2.  all numbered elements
- [ ] task
- [x] task

dariuszkowalski-com avatar Feb 26 '21 09:02 dariuszkowalski-com

Hi there! Thank you for your patience and your awesome suggestion. I want the features you're describing as well!

I'll keep you posted when I get to coding this. Thanks!

akaalias avatar Mar 08 '21 11:03 akaalias