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
556 stars 114 forks source link

[Bug] [!cards|dataview] and [!columns|no-t] Callouts not working on mobile #110

Closed Pachtjuilaard closed 2 years ago

Pachtjuilaard commented 2 years ago

Describe the bug

Using the [!cards|dataview] callout to render Dataview tables works as expected on desktop, but shows the default dataview table on mobile devices. Also, the [!columns|no-t] callout hides the column title on desktop, but that also still shows on mobile.

Expected behavior Seeing Dataview tables styled the same way on mobile and desktop.

To Reproduce

Steps to reproduce the behavior:

  1. Paste sample table (below) into note.
  2. Open note on desktop and mobile version.
  3. See differences in styling.

Sample table

[!columns|no-t] Testing column title

[!cards|dataview]

table file.cday as "Test 1"
limit 5

[!cards|dataview]

table file.cday as "Test 2"
limit 5

Screenshots

Desktop version, working as intended Desktop version

Mobile version, not working as intended

iPad version

OS

Where does the bug occur?

Obsidian Version: Mobile 1.2.0

Additional context

Add any other context about the problem here.

Pachtjuilaard commented 2 years ago

...aaaaand it's solved in the Mobile 1.2.2 update.