SlRvb / Obsidian--ITS-Theme

Theme designed with readability and customizability in mind. Change it easily to your liking with the Style Settings plugin installed.
https://publish.obsidian.md/slrvb-docs/ITS+Theme/ITS+Theme
GNU General Public License v2.0
545 stars 116 forks source link

Highlight within inline code messes up with Dataview #82

Closed Missionary-OSBS closed 2 years ago

Missionary-OSBS commented 2 years ago

Describe the bug

Using highlight format within inline code will conflict with Dataview e.g. ==text==

Expected behavior ==text== should not pop up the Dataview error in Preview mode

To Reproduce

Steps to reproduce the behavior:

  1. Type any text
  2. Highlight the text: ==text==
  3. Inline code the highlighted text: ==text==
  4. See Dataview error notification

Screenshots

OS

Where does the bug occur?

Obsidian Version: v0.13.33

SlRvb commented 2 years ago

Hmm, I don't think this is a theme error. I don't think I have any special code + highlight syntax styling🤔

You might want to change your dataview prefix to avoid this.

Missionary-OSBS commented 2 years ago

Oh yeah, I just adjusted Inline Query Prefix in Dataview setting. It's fine now. Thanks.