Creating a note from tagged items

Things I have tried

Example: I searched for a tag and got a list of all notes containing that tag. Now, I would like to create a new note containing just those items. Is this possible?

What I’m trying to do

Hi, you can use query inside a note to list all notes containing a tag:

```query
tag:"#important"
```

In preview mode this will list all the notes containing that tag.

Additional: You can adjust that query just like when using the Search function.

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