Dyldog / luhman-obsidian-plugin

GNU General Public License v3.0
60 stars 18 forks source link

[BUG] Weird space added when making link to zettle #30

Closed Eforen closed 2 years ago

Eforen commented 2 years ago

Issue Searching

OtherIssues

No other similar issues closed or open.

Description

Making a new Child or Sibling the link left behind always has a space before it no mater what.

Reproduction steps

  1. Go to a note for example 1⁝ Root
  2. Type in ""
  3. Place cursor between the 2 "
  4. Run the Luhman: New Child Zettel Note CMD
  5. Type the title Test
  6. Go back to the original note

Expected Result

"[[1a⁝ Root]]"

Actual Result

" [[1a⁝ Root]]"

Version

1.1.1 (Prerelease Built from Source)

Relevent log output

No response

Screenshots

No response

Other Notes

No response

Eforen commented 2 years ago

This should be mostly fixed in PR #31 there is a second weirder bug that will still be open that has is similar but I am considering a different issue #32 in that one it's not just a space but weird placement and things left behind its a whole thing. Planning on trying to work on that today.

Eforen commented 2 years ago

Resolved by #31