deft icon indicating copy to clipboard operation
deft copied to clipboard

Tag filtering

Open Lownin opened this issue 4 years ago • 2 comments

I'm using org-roam with deft.

In notational velocity, specifically nvALT, I can tag things and then search/sort tags.

I'd love in deft to be able to do similar, and additionally filter specific tags if possible.

Since org-roam uses the #+ROAM_TAGS: destination, it'd be great if I could specify arbitrary tag designations to filter for in the config.

Lownin avatar Aug 21 '20 23:08 Lownin

I'm unfamiliar with Org-roam, but does it use any character to designate words as tags? Like #tag for example?

I use both # and @ for tags in my Deft notes, and can easily retrieve them by including them in the search string, like with #tag.

EFLS avatar Aug 22 '20 10:08 EFLS

org-roam tag destination looks like...

#+roam_tags: emacs org-roam note-taking

I can search for "note-taking" in deft, but I have no way that I'm aware of of either specifically limiting my search to specific tags, or sorting tag results at the top, or even seeing which results are because of a tag or because of content.

Lownin avatar Aug 22 '20 17:08 Lownin