Git Product home page Git Product logo

Comments (8)

arnau avatar arnau commented on June 20, 2024 1

Version 0.14.5 handles the aliases key as a special case.

from obsidian-metatable.

arnau avatar arnau commented on June 20, 2024

Hi @ThornedRose it is not possible right now. If you want aliases to behave like a list, you should use a YAML array:

aliases: [alpha, beta, gamma]

That said, right now this plugin treats the tags key as a special case to mimic the original Obsidian behaviour. On that basis, it should mimic the behaviour for aliases which means that the following should work:

aliases: alpha, beta, gamma

I'll keep this issue open as a reminder that this needs to be done. Thanks!

from obsidian-metatable.

karmeye avatar karmeye commented on June 20, 2024

After this update, I got a funny symbol rendered.

Screenshot_20230716_094940_Obsidian.jpg

aliases: [Spaces, Spaces folder, About Spaces]

from obsidian-metatable.

arnau avatar arnau commented on June 20, 2024

Correct, different funny symbol than the default in Obsidian (which I don't like 😄 ). You can change it (or remove it entirely) if you change the CSS property --metatable-alias-symbol in a custom CSS Snippet

from obsidian-metatable.

karmeye avatar karmeye commented on June 20, 2024

What selector do I use? This doesn't work.
Thanks!

body {
 --metatable-alias-symbol: "" !important;
}

from obsidian-metatable.

arnau avatar arnau commented on June 20, 2024

The following should work:

 .obsidian-metatable,
.obsidian-metatable-sidebar {
  --metatable-alias-symbol: "";
}

from obsidian-metatable.

karmeye avatar karmeye commented on June 20, 2024

Yes, thank you.

Is it possible to get the comma separated list back as it used to be?

from obsidian-metatable.

arnau avatar arnau commented on June 20, 2024

The only way would be to switch to nacked mode and bring your CSS.

from obsidian-metatable.

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.