arnau / obsidian-metatable

An Obsidian plugin to display the frontmatter section as a fully expanded table.
MIT License
150 stars 13 forks source link

Show tags metadata the same way as it shows by default #1

Closed meskill closed 3 years ago

meskill commented 3 years ago

Hello, thanks for the plugin.

I want to ask to reuse default obsidian render for tags frontmatter as it provides best visuals, they are clickable and might be customized by themes.

For example:

without metatable plugin: image

with metatable plugin: image

arnau commented 3 years ago

Hi @meskill thanks for reporting this. It is indeed a bug. The behaviour you are after works well when you use a frontmatter in the form of:

tags:
  - foo
  - bar
---

But not if you do

```yaml
tags: foo, bar

Let me look into it.

arnau commented 3 years ago

Version 0.5.1 fixes this issue. Thanks for reporting 👍