generated from obsidianmd/obsidian-sample-plugin
-
-
Notifications
You must be signed in to change notification settings - Fork 485
Open
Labels
bugSomething isn't working.Something isn't working.
Description
What happened?
I've had to displable inline field highlighting:

because it will not render properly if there are link references if turned on. It doesn't seem to matter which theme/style I choose.
e.g.:
With it turned off, I can at least see the full text of the inline field:

Obsidian Version: Version 1.8.10 (Installer 1.8.9)
Dataview version: 0.5.68 (currently installed: 0.5.68)

With inline field editing enabled, this is the HTML produced (slightly formatted for easier reading):
<div dir="ltr" class="cm-line"><img class="cm-widgetBuffer" aria-hidden="true"><span class="dataview inline-field"
contenteditable="false"><span class="dataview inline-field-standalone-value" data-dv-key="example"
data-dv-norm-key="example"> and then more text</span></span><img class="cm-widgetBuffer" aria-hidden="true">
</div>
You can see the link and the text before it is lost.
DQL
No response
JS
Dataview Version
0.5.68
Obsidian Version
1.8.10
OS
MacOS
Metadata
Metadata
Assignees
Labels
bugSomething isn't working.Something isn't working.