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] Inline reference inside Dataview inline field is not properly displayed in reading mode or Obsidian Callout #141

Open
1 of 5 tasks
kuporific opened this issue Oct 1, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@kuporific
Copy link

Describe the bug
In editing mode, when adding an inline reference inside a Callout and also the value of a Dataview inline field, there's an extra <div class="ji-tags has-addons"> that contains a large image of the Jira ticket issue type.

To Reproduce

**Expected**:
1: ticket::jira:-PCT-4633
2: (ticket::jira:-PCT-4633)
3: (jira:-PCT-4633)
4: [ticket::jira:-PCT-4633]

> [!info]
> **Error**
> 1: ticket::jira:-PCT-4633
> 2: (ticket::jira:-PCT-4633)
> 3: (jira:-PCT-4633)
> 4: [ticket::jira:-PCT-4633]

This is not exclusively a Callout issue, as switching to reading mode also displays the large Jira issue type images (inside and outside the Callout), which I think is undesirable in general.

Expected behavior

  1. The inline Jira reference should render identically inside and outside a Callout in reading and writing modes.
  2. There should never be a large image of the Jira issue type.

Screenshots
Screenshot 2024-10-01 at 10 05 09 AM
Screenshot 2024-10-01 at 10 08 55 AM

Plugin version and platform

  • Version: 1.57.0
  • Obsidian Windows
  • Obsidian Mac, v1.6.7
  • Obsidian Linux
  • Obsidian Android
  • Obsidian iOS
@kuporific kuporific added the bug Something isn't working label Oct 1, 2024
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

2 participants