Organizing Tags Using Linter

Hi all,

I have been using the plugin Linter for a while and I really love it. However, there is one small problem that I couldn’t figure out.

I use tags in the YAML front matter. What I do is I type in things like this:

---
tags: [ #a #b #c ]
---

, then use Linter to clean it to

---
tags: [ a b c ]
---
.

The thing that bothers me is that the format will be changed to either “tags: [ a b c ]” or “tags: [a b c]” without changing anything in Linter’s setting. I tried to make it consistent with either of them, but it seems random.

Anybody has any thoughts to sort this out?

Thanks!
USMLEBoy

What I’m trying to do

Did you get this sorted?

No. I didn’t get any reply except yours, lol.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.