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
531 stars 112 forks source link

Callout Syntax & cssclass do not work #124

Closed Missionary2112 closed 1 year ago

Missionary2112 commented 1 year ago

Describe the bug

Some Callout Syntax and cssclass in YAML do not work as it's supposed to.

Expected behavior It should work accordingly.

To Reproduce

Steps to reproduce the behavior:

  1. Examine each case in Screenshots section below
  2. See error

Screenshots

If applicable, add screenshots to help explain your problem.

  1. Some cssclass in YAML do not work

    • tbl-b: I do not see any border line in tables
    • bl-c: Bullets still display multiple colors (neon light) in ascending level
    • k-o: kanban list has weird format rendering the content out of place
    • sphd-und-#: Underline still display
    • h-line: Header underlines still display
    • tag-notion: Tag Pills
    • tag-outline: does not work
  2. Timeline not aligned properly

    • Preview Mode 2022-08-10_17 20 11_CSX
    • Edit Mode
      
      > [!timeline|t-l] **Title** *Subtitle*
      > Left aligned timeline piece

[!timeline|t-r t-2] Title Subtitle Right aligned timeline piece

  1. Aside Callout Title does not display

    • Preview Mode 2022-08-10_17 29 06_CSX
    • Edit Mode
      >[!aside|title] Aside Title
      >Aside Callout
  2. Callout dim is not dimmed

    • Edit Mode
      >[!note|dim] dim
      >Dim unless hovered
  3. Callout alt-l: The Title is not underlined

    • Preview Mode 2022-08-10_17 57 25_CSX
    • Edit Mode
      >[!note|alt-line] alt-line
      >No line separation

      OS

      Where does the bug occur?

Obsidian Version: v 0.15.9

SlRvb commented 1 year ago
SlRvb commented 1 year ago
Missionary2112 commented 1 year ago

Yeah I believe Style Settings plugin overriding the functions I listed above. When I turned off Style Settings, they work exactly like your examples.

Missionary2112 commented 1 year ago

Actually I meant with Style Settings plugin turned on, timeline, aside, dim still do work, but other tbl-b, sphd-und-#, h-line, tag-notion do not work.

k-o with kanban work pretty weird but functional.