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] "Insert at end of section" doesn't recognize leading tag #720

Closed
wrayzheng opened this issue Aug 2, 2024 · 1 comment · Fixed by #721
Closed

[BUG] "Insert at end of section" doesn't recognize leading tag #720

wrayzheng opened this issue Aug 2, 2024 · 1 comment · Fixed by #721
Labels
bug Something isn't working released

Comments

@wrayzheng
Copy link
Contributor

Describe the bug
With "Insert after" and "Insert at end of section" option enabled, it's expected to insert new content at the end of #Fleetings section.

image

If there are a tag at the beginning of a line, quickadd will insert new content before the line of that tag, splitting the original content at that section.

It seems that quickadd recognizes it as a heading.

image

To Reproduce
Steps to reproduce the behavior:

  1. enable "Insert after" and "Insert at end of section" option
  2. write some content at the target section, with a tag independently at a line.
  3. trigger the quickadd capture
  4. new content is inserted before the tag, which is part of the section

Expected behavior
Parse the leading tag correctly, and insert new content at the actual end of section.

Screenshots
See above.

Desktop (please complete the following information):

  • OS: macOS
  • Obsidian Version: 1.6.7 (Installer 1.5.11)
@wrayzheng wrayzheng added the bug Something isn't working label Aug 2, 2024
Copy link

github-actions bot commented Nov 3, 2024

🎉 This issue has been resolved in version 1.11.4 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working released
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant