Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]: Links are being interpreted for Image grids #761

Closed
ianTevesAcc opened this issue Jul 4, 2024 · 1 comment
Closed

[BUG]: Links are being interpreted for Image grids #761

ianTevesAcc opened this issue Jul 4, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@ianTevesAcc
Copy link

Is the bug present when using the default Obsidian theme?

Yes

Is the bug present when snippets and plugins are disabled?

Yes

Minimal theme version

7.7.4

Describe the bug

The Image Grid function of the Minimal Theme Plugin interprets links and qouted marks as an image / gridable element. The following is an example of the problem of when axons and dendrites are a link [[axons and dendrites]]. Only working when set a s not a link. Also happens with qouted marks axons and dendrites.

image
image

Debug info

SYSTEM INFO:
Obsidian version: v1.6.5
Installer version: v1.4.13
Operating system: Windows 10 Home 10.0.26120
Login status: logged in
Catalyst license: none
Insider build toggle: off
Live preview: on
Base theme: dark
Community theme: Minimal v7.7.4
Snippets enabled: 7
Restricted mode: off
Plugins installed: 77
Plugins enabled: 74
1: Linter v1.24.0
2: MathLinks v0.5.3
3: No more flickering inline math v0.3.5
4: Excalidraw v2.2.7
5: CardNote v1.1.0
6: Advanced Canvas v3.0.3
7: Advanced Slides v1.20.0
8: Advanced Tables v0.21.0
9: AI Commander v1.3.2
10: AI Tagger v1.1.6
11: Backlink Cache v1.5.2
12: WordNet Dictionary v2.0.3
13: Whisper v1.5.5
14: Vault Changelog v0.1.0
15: Trash Explorer v1.2.2
16: Surfing Key v0.0.1
17: Iconize v2.14.1
18: Hotkeys++ v0.2.7
19: External Links v1.0.10
20: Fast Image Cleaner v0.8.3
21: floating toc v2.4.7
22: Grandfather v1.0.1
23: Snippet Commands v0.0.2
24: Flexible Pomodoro For Obsidian v0.6.0
25: Image Toolkit v1.4.1
26: Improved Random Note v1.0.0
27: Get Info v1.1.0
28: Home tab v1.2.1
29: BRAT v1.0.1
30: Calendar v1.5.10
31: Canvas Send to Back v0.0.4
32: Charts v3.9.0
33: Clear Unused Images v1.1.0
34: Colored Text v1.1.1
35: Status Bar Organizer v2.0.2
36: Soundscapes v1.4.0
37: Copilot v2.5.2
38: Custom File Extensions Plugin v1.2.1
39: Daily Stats v1.0.4
40: Editor Syntax Highlight v0.1.3
41: Enhancing Export v1.10.6
42: Image Captions v1.1.0
43: Leader Hotkeys v0.2.1
44: Mini Vimrc v1.1.0
45: Omnisearch v1.23.1
46: Novel word count v3.10.2
47: Note Linker v1.2.4
48: Open in other editor v0.0.5
49: Canvas Link Optimizer v1.1.1
50: Simple Note Quiz v1.1.1
51: Vim Toggle v1.0.6
52: Vim Yank Highlight v1.0.8
53: Text to Speech v0.5.4
54: Recent Files v1.4.1
55: Plugin Update Tracker v1.5.2
56: Plugin Groups v2.1.0
57: Quiz Generator v1.1.0
58: Quick Explorer v0.2.8
59: Plotly v0.0.6
60: Rendered Block Link Suggestions v0.5.0
61: Search In Canvas v1.1.1
62: Better Math in Callouts & Blockquotes v0.3.7
63: TikZJax v0.5.2
64: LaTeX-like Theorem & Equation Referencer v2.2.0
65: Better MathJax v1.0.1
66: Image Converter v1.1.7
67: Hover Editor v0.11.20
68: Surfing v0.9.12
69: Latex Suite v1.9.4
70: Quick Latex v2.6.5
71: SwiftLaTeX Render v0.3.0
72: Style Settings v1.0.8
73: Minimal Theme Settings v8.0.2
74: Markdown table checkboxes v2.0.8

RECOMMENDATIONS:
Custom theme and snippets: for cosmetic issues, please first try updating your theme and disabling your snippets. If still not fixed, please try to make the issue happen in the Sandbox Vault or disable community theme and snippets.
Community plugins: for bugs, please first try updating all your plugins to latest. If still not fixed, please try to make the issue happen in the Sandbox Vault or disable community plugins.

@ianTevesAcc ianTevesAcc added the bug Something isn't working label Jul 4, 2024
@ianTevesAcc
Copy link
Author

Solved it with a bit of css.

a {
    display: contents !important;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant