Giter Club home page Giter Club logo

Comments (6)

pjkaufman avatar pjkaufman commented on September 25, 2024

Hey @redactedscribe . I am not sure I 100% follow the issue here. I can see that it is not formatting things as a multiline array on the first lint, but that seems to make sense to me personally. The reason why things look odd is because of how properties works (see #876). Essentially, an empty mutli-line array according to properties is []. In order to accommodate that, the Linter has to assume that an empty multi-line array is []. This means that when you get to YAML Title alias you are working with a single-line array. Thus when the value is inserted you get a single line array since you have the option to keep the current key type.

I am thinking I can do a check that says if the original array was [] go with whatever the default type is.

from obsidian-linter.

pjkaufman avatar pjkaufman commented on September 25, 2024

I think the fix for this should not be too hard. I am hoping it will be a simple fix.

from obsidian-linter.

pjkaufman avatar pjkaufman commented on September 25, 2024

Looks like the fix was pretty simple. It should be on master soon.

from obsidian-linter.

pjkaufman avatar pjkaufman commented on September 25, 2024

I have a PR ready that will hopefully handle this. I am just waiting on the UTs to run.

from obsidian-linter.

pjkaufman avatar pjkaufman commented on September 25, 2024

The fix should now be on master and it should go out in the next release. Please let us know if there is an issue with either.

Also, thanks for pointing out this inconsistency. I did not realize it had been missed when the changes were made for #876 .

from obsidian-linter.

redactedscribe avatar redactedscribe commented on September 25, 2024

Thanks as always @pjkaufman. I'll let you know if the fix works on my end.

(Also, I may have been consfusing as I said "produce the second codeblock above" when I really meant "the codeblock above" (i.e. the third). Hopefully you saw through that typo.)

from obsidian-linter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.