mrjackphil / obsidian-text-expand

A simple text expand plugin for Obsidian.md
186 stars 12 forks source link

How can I hide the search request in preview mode? #56

Open jorgekoronis opened 2 years ago

jorgekoronis commented 2 years ago

Hello How can I hide the search request in preview mode? I just want to see the output of the search request in preview mode. Thanks

mrjackphil commented 2 years ago

Hi, @jorgekoronis . You can use css snippet, something like this:

.language-expander {
    display: none;
}
jorgekoronis commented 2 years ago

I tried that out by updating the corresponding CSS file and I reloaded the CSS file. But it does not hide it in preview mode.