Live Preview: Let us disable tags in notes acting as query links

Thanks to the method linked in that other thread, this snippet seems to actually solve the issue:

.cm-hashtag
{
    pointer-events: none;
    cursor: text;
}

Now if I could only make the List Callouts plugin behave the same way…

1 Like