agateblue / tempo

Your personal diary and mood tracker
GNU Affero General Public License v3.0
106 stars 12 forks source link

Filtering out the blueprint data ? #50

Closed entropyqueen closed 1 year ago

entropyqueen commented 1 year ago

Hi! is there a way to filter out the blueprints data, I would like to see only the manual text entries, without having to add a tag to each of them, is this possible? :)

I tried to search for ! is:form, but it doesn't display anything.

Also, thanks for you work, tempo is amazing :3

agateblue commented 1 year ago

is:form should display all entries associated with any blueprint form.

Is suspect the exclamation mark is the issue here. Can you try without it?

To get entries related to a specific form, you can also use the form:form-id filter, replacing form-id with the id from your blueprint. Another, easier way to do that is to simply click on the form title in your diary.

Screenshot_20230121-134752

In this example, clicking on "injection" at the top of the diary entry gives me all the injection forms.

agateblue commented 1 year ago

Oh, I misunderstood. You're trying to exclude form entries. I don't remember if I have a not: operator implemented, but that could be an interesting feature.

entropyqueen commented 1 year ago

When I tried the filters I saw a ! in the search, but now I think it means the important entries. I got misleaded!

agateblue commented 1 year ago

Through #53, you can now do not:is:form to achieve this result!