jensmtg / influx

An alternative backlinks plugin, which displays relevant and formatted excerpts from notes with linked mentions, based on the position of mentions in the notes' hierarchical structure (bullet level indentation).
MIT License
310 stars 14 forks source link

Referencing a line in a table that also contains references causes odd output #79

Closed sawft99 closed 1 year ago

sawft99 commented 1 year ago

Describe the bug When referencing a line that also contains references such as ![[mydoc#^abs123]] in a table , this generates additional boxes with numbers. This does not occur when referencing a line in a normal context. This is also only an issue when in reading mode

To Reproduce Steps to reproduce the behavior:

  1. Create several pages
  2. Write a line in one of the pages linking to several other pages/header/lines etc
  3. In another page create a table referencing the line from step 2 and in that table use '!' to embed it
  4. There should be several additional boxes generated that shouldn't be there once in reading mode

Expected behavior For it to appear exactly as it does on the page it is from without and additional boxes and numbers

Screenshots

Comparison in source mode when using a table and when you aren't. Followed by their appearance in reading mode

1 2

Desktop (please complete the following information):

Additional Context Only happens in reading mode and not live/preview or source

sawft99 commented 1 year ago

Wrong plugin