You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been working on the opposite of this feature(basically certain things won't be concealed when the cursor is on them).
I will add an option to do this. It's probably gonna look like this,
require("markview").setup({
preview= {
ignore_node_classes= {
inverse=true,
-- NOTE, I don't think there's a use case where only specific types of links need to be visible so I will just add all of them as just "links".-- I will probably need do more tests with this.markdown_inline= { "links" }
}
}
});
The nature of the feature:
Description:
I would like to disable the conceal only for links. After reading the docs I didn't found anything related. I tried to disable links with:
It didn't work.
The text was updated successfully, but these errors were encountered: