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

Plugin changes and breaks other fields #56

Open
EternalDusk opened this issue Aug 10, 2023 · 5 comments
Open

Plugin changes and breaks other fields #56

EternalDusk opened this issue Aug 10, 2023 · 5 comments
Labels
bug Something isn't working External dependancy wontfix This will not be worked on

Comments

@EternalDusk
Copy link

EternalDusk commented Aug 10, 2023

I'm using this plugin alongside a few others, one being "Banner".
Every time I update the banner url with the quotations for the syntax, it removes the quotes, thus breaking the url.

(ex: banner: "https://wallpapers.com/images/high/dark-academia-ireland-library-afhnkau6zvbpzu1o.webp" => banner: https://wallpapers.com/images/high/dark-academia-ireland-library-afhnkau6zvbpzu1o.webp)

My current workaround is to just save the images, but that's taxing on my storage space for the number of files I link.

@beaussan
Copy link
Owner

Hi,

Thank you for reporting this issue. What version of obsidian are you using?

I am using an Obsidian official api to modify the front matter, so if this is causing an issue, I might have to report it back to either the banner plugin for not reading the string correctly, or the obsidian api repo.

Technically, the url is valid, even without the quotation marks

@beaussan beaussan added bug Something isn't working External dependancy labels Aug 10, 2023
@EternalDusk
Copy link
Author

EternalDusk commented Aug 12, 2023

I am currently up to date with version 1.3.7 of obsidian.
I notice that it's also changing some of my formatting for titles and authors using the "Book Search" plugin, as these problems don't occur with the plugin disabled.

Example from one of the book notes:
title: "Key Person of Influence: The Five-Step Method to Become One of the Most Highly Valued and Highly Paid People in Your Industry"
title: "Key Person of Influence: The Five-Step Method to Become One of the Most Highly Valued and Highly Paid People in Your Industry"
(A new line is added after "Most")

Another thing I noticed is the removal of comments

@melectronvolt
Copy link

melectronvolt commented Aug 14, 2023

Same here, break cover field when it's too long

---
description: Use Unicode in Windows Terminal with Clion (CMake)
permalink: cpp/snippets/config/terminal_windows_unicode
created: 2023-07-24T08:17
updated: 2023-08-14T15:52
cover: 🧑🏻‍💻 Coding/💫 C - C++/🌟 C++/Snippets ✂️/Config 🔩/_💾Assets/Pasted  image 20230724084156.png
---

is transformed in

---
description: Use Unicode in Windows Terminal with Clion (CMake)
permalink: cpp/snippets/config/terminal_windows_unicode
created: 2023-07-24T08:17
updated: 2023-08-14T15:52
cover: 🧑🏻‍💻 Coding/💫 C - C++/🌟 C++/Snippets ✂️/Config 🔩/_💾Assets/Pasted 
 image 20230724084156.png
---

@beaussan
Copy link
Owner

Feel free to report it on the obsidian api repo, as this is expected behavior from their side, see obsidianmd/obsidian-api#110 (comment)

@beaussan beaussan added the wontfix This will not be worked on label Sep 6, 2023
@gfordinal
Copy link

Read continuously reported issue with that in the obsidian forum.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working External dependancy wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

4 participants