Why it doesn't work on my file?

I want to list all the tiddles with a specific tag. Then I use the <<list-links filter:"[tag[solution]]">>, it doesn’t work. And others also didn’t work. Why?

It seems you display your tiddler content as text/plain. So edit and check the type-field.
Or check if there is a field named: code-body: yes

If you did cover your code into tripple backticks, it will also be shown as code. eg:

```
<<list-links ..
```

If so – remove the backticks

2 Likes

I can’t find the field named code-body

and neither can I see it as a new field

What you show here are possible values for Type and you should choose TiddlyWiki 5(text/vnd.tiddlywiki).
Fields are here:
image

If you don’t see code-body then it’s ok.

Fred

If you want macros to work you need to remove the application/json type, because it will be shown as plain text without any wikification.

Why did you use application/json?

thanks so much. It works now!

I didn’t intend to use application/json, just a show.