Results 119 comments of NothingIsLost

Yeah, agreed but unfortunately that's basically writing an entirely new plugin. I'll probably do this but not until the edit mode features stabilize.

Your regex is too greedy and is eating the entire line. You probably want something more like `\[((.*?) )?@(.*?)(, (.*?))?\]`

Sorry, can't fix this... too busy with https://github.com/nothingislost/obsidian-embedded-query-control/issues/2 ;)

You can already do this. See my description of the various options here: https://github.com/nothingislost/obsidian-dynamic-highlights/issues/31#issuecomment-1039480068 What you're looking for is the "parent line" toggle. If you turn that on, then the...

Callouts are rendered markdown. This won't be supported until this plugin supports highlighting in preview mode. I do plan on adding support for that, not sure when I'll be able...

Dupe of #14 but we'll leave this one up and close the other

This still needs work as it's a bit of information overload right now and it's not styled very well

This will require #26 to be implemented first. Once it works in preview mode, it will automatically work in embeds and callouts. I have not started work on preview mode...

I forgot that I looked into this but I seem to have an example that works in the current version if you want to try it. It appears that capture...

Sure. Out of curiosity, can you let me know your use case for highlighting text in those blocks? Would you want that option per highlighter? Or globally?