joethei / obsidian-link-favicon

See the favicon for a linked website.
GNU General Public License v3.0
89 stars 2 forks source link

Space character getting automatically deleted in Obsidian Tables when Link Favicon plugin is enabled #71

Closed benjithompson closed 7 months ago

benjithompson commented 7 months ago

Plugin Version: 1.8.4 Obsidian Version 1.5.4

Issue

In Live Preview mode, typing a space within a table cell will automatically get deleted.

Expected

When typing a space character in a table, it should not be deleted.

Reproduction Steps

  1. Create a Table in a note
  2. While in Live Preview mode, type a "space" character in an empty cell, or after existing text
  3. Observe that the space gets deleted within a second of being typed.

NOTE: This cannot be reproduced if this plugin is disabled.

joethei commented 7 months ago

I cannot reproduce, do you have any other plugins enabled?

benjithompson commented 7 months ago

No other plugins are installed. I just created a new vault, and reproduced by only installing this one plugin: image

A simple table example has the issue in the first entry of text 'asdf' followed by a space character: image

This is using the newest insider version of Obsidian.

joethei commented 7 months ago

You should be able to reproduce this issue without plugins too. This is a bug in the application itself, and we (the Obsidian team) know what is causing it.

benjithompson commented 7 months ago

Interesting. I haven't seen it happen without this plugin enabled, but good to know. I'll check again if the fix is listed on an upcoming insider release. Thanks!